Ask a Question related to ASP Components, Design and Development.
-
Align1912 #1
Cannot Create New Instance of COM+ Object After You Repeatedly Restart the COM+ Object
I've checked that the server I'm working on has win2k sp4 which had a
fix from microsoft for this problem. However, it seems that I still
have this problem. I'm calling a ocx component from asp and after a
reboot everything works fine for a while and then all of a sudden the
graph component stops responding. Using vbscript i can still call the
component but via asp it doesn't work. Can anyone suggest another
solution. I did look in the event viewer and had a message
The server did not register with dcomm for the iusr account. I checked
and the iusr account was linked to active server 2.0. Please let me
know any ideas on how to solve this. Thank you!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Align1912 Guest
-
Dynamically loading user control into Placeholder gives Object reference not set to an instance of an object
I've created user controls that contain listboxes that are dynamically populated from the database. In the html view of the user control... -
Custom Control Problem :: Object reference not set to an instance of an object
Hi All! I have the following Custom Control file... '########### WebUserControl1.ascx ############# <%@ Control Language="vb"... -
[WebMethod] System.NullReferenceException: Object reference not set to an instance of an object.
Um, this isn't going to work, generally. Web services, as any web app (especially on Windows server 2003) are heavily sandboxed. The method you... -
Mysterious Error: Object reference not set to an instance of an object
Hi There! I'm having a mysterious error right after I login using Forms Authentication in my ASP.NET app. Below is the error... Exception... -
HELP! Error Loading ASPX : Object Reference not set to an instance object
Hello, When i run my aspx i get this weird error: System.NullReferenceException: Object reference not set to an instance of an object. at... -
Anthony Jones #2
Re: Cannot Create New Instance of COM+ Object After You Repeatedly Restart the COM+ Object
"Align1912" <align1912@gmail.com> wrote in message
news:erE96ehMHHA.1248@TK2MSFTNGP03.phx.gbl...This post is a little ambigous, are you saying you've added an OCX component> I've checked that the server I'm working on has win2k sp4 which had a
> fix from microsoft for this problem. However, it seems that I still
> have this problem. I'm calling a ocx component from asp and after a
> reboot everything works fine for a while and then all of a sudden the
> graph component stops responding. Using vbscript i can still call the
> component but via asp it doesn't work. Can anyone suggest another
> solution. I did look in the event viewer and had a message
>
> The server did not register with dcomm for the iusr account. I checked
> and the iusr account was linked to active server 2.0. Please let me
> know any ideas on how to solve this. Thank you!
>
to a COM+ server application and are calling it from ASP?
Are you sure the OCX is safe to call in the way? Most OCX are designed to
provide UI elements. Components installed in COM+ application whould be
marked for unattended execution and retained in memory.
Anthony Jones Guest
-
Dave #3
Re: Cannot Create New Instance of COM+ Object After You RepeatedlyRestart the COM+ Object
Align1912 wrote:
My bet is if you restart IIS (iisreset /restart) it will work again> I've checked that the server I'm working on has win2k sp4 which had a
> fix from microsoft for this problem. However, it seems that I still
> have this problem. I'm calling a ocx component from asp and after a
> reboot everything works fine for a while and then all of a sudden the
> graph component stops responding. Using vbscript i can still call the
> component but via asp it doesn't work. Can anyone suggest another
> solution. I did look in the event viewer and had a message
>
> The server did not register with dcomm for the iusr account. I checked
> and the iusr account was linked to active server 2.0. Please let me
> know any ideas on how to solve this. Thank you!
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
The component must be crashing somewhere - at least it's not being
unloaded correctly; Your event viewer message will be for the problem
caused, not the problem causing.
--
David Bray
[url]http://www[/url] - dot - brayworth - dot - com - dot - au
david - at - brayworth - dot - com - dot - au
/*
This email is but an indication and in no
way a complete and/or faithful statement.
*/
Dave Guest



Reply With Quote

