ASP.NET State Service is missing

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default ASP.NET State Service is missing

    I first had a problem with events on firing with my custom control.
    When I click a button on my control the event will not fire.

    So then I tried everything accept recode it again and then I decided
    to look in my services for the ASP.NET State Service and it was not
    there.

    Does anyone know if that is what is causing my events not to fire?

    How you I get that service back?

    Thanks in advance
    KJ Guest

  2. Similar Questions and Discussions

    1. Web Service - Document root element is missing.
      Hello, I'm building a super simple web service and am getting the following error: "Could not perform web service invocation "getRandomFact"...
    2. AdvStates missing a state
      The AdvStates dreamweaver extension creates a drop down list of the 48 or 50 U.S. states, U.S. Territories, and Canadian Provinces. Unfortunately,...
    3. ASP.NET State Service
      I'm trying to store session state in a Windows Service. I start the ASP.NET State Service and modify the Web.Config file to include ...
    4. Session state and Winforms consuming a web service
      First on all, for your WebMethods that use any Session state variables, you must use the 'EnableSession=true' WebMethod attribute. This enables...
    5. ASP.Net State Service will not not start on SP4 with .Net 1.1 and .Net 1.0 installed
      We can reproduce this consistently. If we install Windows 2000 SP4, then install .Net 1.1 ( a soon-to-be typical customer scenario ). We then...
  3. #2

    Default Re: ASP.NET State Service is missing

    I would first check the event subroutine's themselves. Sometimes when you
    make changes in the design window objects lose their wiring. Make certain
    that each event subroutine still has (e.g. Handles Button.Click) at the end
    of it.
    --
    S. Justin Gengo, MCP
    Web Developer / Programmer

    Free Code Library At:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche


    "KJ" <klj_mcsd@hotmail.com> wrote in message
    news:d83a9214.0307161233.3a0e0dbb@posting.google.c om...
    > I first had a problem with events on firing with my custom control.
    > When I click a button on my control the event will not fire.
    >
    > So then I tried everything accept recode it again and then I decided
    > to look in my services for the ASP.NET State Service and it was not
    > there.
    >
    > Does anyone know if that is what is causing my events not to fire?
    >
    > How you I get that service back?
    >
    > Thanks in advance

    S. Justin Gengo Guest

  4. #3

    Default Re: ASP.NET State Service is missing

    Everything looks right. I just moved the code from one machine to
    another and the events stopped working.
    KJ Guest

  5. #4

    Default Re: ASP.NET State Service is missing

    Hmmm, I'm afraid I don't have enough knowledge to help you then. That was
    my only guess.

    Good luck in finding the solution and please post it here if you find it on
    your own. I'm curious.

    --
    S. Justin Gengo, MCP
    Web Developer / Programmer

    Free Code Library At:
    [url]www.aboutfortunate.com[/url]

    "Out of chaos comes order."
    Nietzche


    "KJ" <klj_mcsd@hotmail.com> wrote in message
    news:d83a9214.0307170450.690df6a3@posting.google.c om...
    > Everything looks right. I just moved the code from one machine to
    > another and the events stopped working.

    S. Justin Gengo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139