Ask a Question related to ASP.NET General, Design and Development.
-
KJ #1
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
-
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"... -
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,... -
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 ... -
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... -
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... -
S. Justin Gengo #2
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
-
KJ #3
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
-
S. Justin Gengo #4
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



Reply With Quote

