|
 |
aspx thread: Re: aspnet_wp.exe
Message #1 by "Gerhard Wentink" <gerhard@d...> on Sat, 1 Mar 2003 12:14:30 +0100
|
|
Perhaps its not necessary to reinstall the whole operating system.
According to the error messages, there is a problem with the .net
environment.
I would try to reinstall the .Net platform first.
Regards,
Gerhard Wentink
-----Oorspronkelijk bericht-----
Van: Norman Fung [mailto:norman_lm_fung@h...]
Verzonden: vrijdag 28 februari 2003 20:37
Aan: ASP.NET
Onderwerp: [aspx] Re: aspnet_wp.exe
Hi Simon,
I had the same problem several times before. I think sometimes I managed
to
resolve the problem by restarting IIS. Most other times, I had to
resintall
the entire operating system (Win 2k Adv Server).
Yes, I had aspnet.exe access violation. Yes, we had "Server application
unavailable"...
Unfortunately, I have no clue as to why this happens. We too uses SYSTEM
in
machine.config and the development server is NOT a domain controller.
Search on google is a waste of time - there's not a lot of information
in
this regard. Of course, until there's a fix, you probably won't be able
find
the problem on MSDN.
If you have any lead on this problem, please let me know... Anyway, VS
2003
will be out soon - hope they dont have the same problem in the new
release.
Norman
>From: "Simon Armstrong" <wrox@s...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Fri, 28 Feb 2003 14:14:04
>
>Hi Folks,
>
>This was the thread I replied to:
>http://p2p.wrox.com/archive/aspx/2002-
>04/79.asp
>
>more details...
>
>We've developed a system that uses several web pages. These pages have
>been working for yonks without any problem, but suddenly, we've started
>getting un-repeatable problems with "Object reference not set to an
>instance of an object", often followed by "Server is not available" if
>we try a refresh.
>
>We can recover by restarting the Web Publishing Service, or just
>requesting different pages can do it (perhaps because the ASP service
>is eventually recycled.) If one pages works, another may still give the
>problem. However, when a page has worked once, it seems to keep working
>"forever".
>
>When we restart (or just stop) the Web Publishing Service, it often
>reports an access violation in ASPNET_WP.
>
>This problem seemed to start happening about the time we stored all our
>DLLs in a common directory, but not the GAC, at the request of the
>customer. We're using the DEVPATH environment variable, with the
><developmentMode developerInstallation="true" /> setting in
>machine.config.
>
>The problem seems to re-occur when we re-install our software, even if
>nothing changes, or simply doing a null edit on machine.config.
>
>BTW The username is already set to "system" and it's not running on a
>domain controller. There's nothing in the system event log.
>
>The stack trace is:
>[NullReferenceException: Object reference not set to an instance of an
>object.]
>
>System.Diagnostics.StackTrace.GetStackFramesInternal(StackFrameHelper
>sfh, Int32 iSkip, Exception e) +0
> System.Diagnostics.StackTrace.CaptureStackTrace(Int32 iSkip,
Boolean
>fNeedFileInfo, Thread targetThread, Exception e) +52
> System.Diagnostics.StackTrace..ctor(Exception e, Boolean
fNeedFileInfo)
>+35
> System.Web.UnhandledErrorFormatter.get_ColoredSquare2Content() +446
> System.Web.UnhandledErrorFormatter.PrepareFormatter() +43
> System.Web.ErrorFormatter.GetHtmlErrorMessage(Boolean
>dontShowSensitiveInfo) +19
> System.Web.HttpResponse.WriteErrorMessage(Exception e, Boolean
>dontShowSensitiveErrors) +807
> System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean
>canThrow) +448
> System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr,
>HttpContext context, Exception e) +375
>
>None of the routines listed are ours.
>
>
>
>Any ideas?
>
>Simon
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to
>unsubscribe send a blank email to
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #2 by "Norman Fung" <norman_lm_fung@h...> on Sat, 01 Mar 2003 11:32:06 +0000
|
|
I am not sure if ... I reinstall VS.NET and it didnt work - but then again,
VS.NET is NOT .NET framework.
Norm
>From: "Gerhard Wentink" <gerhard@d...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Sat, 1 Mar 2003 12:14:30 +0100
>
>Perhaps its not necessary to reinstall the whole operating system.
>According to the error messages, there is a problem with the .net
>environment.
>I would try to reinstall the .Net platform first.
>
>Regards,
>
>Gerhard Wentink
>
>-----Oorspronkelijk bericht-----
>Van: Norman Fung [mailto:norman_lm_fung@h...]
>Verzonden: vrijdag 28 februari 2003 20:37
>Aan: ASP.NET
>Onderwerp: [aspx] Re: aspnet_wp.exe
>
>
>Hi Simon,
>
>I had the same problem several times before. I think sometimes I managed
>to
>resolve the problem by restarting IIS. Most other times, I had to
>resintall
>the entire operating system (Win 2k Adv Server).
>
>Yes, I had aspnet.exe access violation. Yes, we had "Server application
>unavailable"...
>
>Unfortunately, I have no clue as to why this happens. We too uses SYSTEM
>in
>machine.config and the development server is NOT a domain controller.
>
>Search on google is a waste of time - there's not a lot of information
>in
>this regard. Of course, until there's a fix, you probably won't be able
>find
>the problem on MSDN.
>
>If you have any lead on this problem, please let me know... Anyway, VS
>2003
>will be out soon - hope they dont have the same problem in the new
>release.
>
>Norman
>
>
>
>
>
>
> >From: "Simon Armstrong" <wrox@s...>
> >Reply-To: "ASP.NET" <aspx@p...>
> >To: "ASP.NET" <aspx@p...>
> >Subject: [aspx] Re: aspnet_wp.exe
> >Date: Fri, 28 Feb 2003 14:14:04
> >
> >Hi Folks,
> >
> >This was the thread I replied to:
> >http://p2p.wrox.com/archive/aspx/2002-
> >04/79.asp
> >
> >more details...
> >
> >We've developed a system that uses several web pages. These pages have
> >been working for yonks without any problem, but suddenly, we've started
>
> >getting un-repeatable problems with "Object reference not set to an
> >instance of an object", often followed by "Server is not available" if
> >we try a refresh.
> >
> >We can recover by restarting the Web Publishing Service, or just
> >requesting different pages can do it (perhaps because the ASP service
> >is eventually recycled.) If one pages works, another may still give the
>
> >problem. However, when a page has worked once, it seems to keep working
>
> >"forever".
> >
> >When we restart (or just stop) the Web Publishing Service, it often
> >reports an access violation in ASPNET_WP.
> >
> >This problem seemed to start happening about the time we stored all our
>
> >DLLs in a common directory, but not the GAC, at the request of the
> >customer. We're using the DEVPATH environment variable, with the
> ><developmentMode developerInstallation="true" /> setting in
> >machine.config.
> >
> >The problem seems to re-occur when we re-install our software, even if
> >nothing changes, or simply doing a null edit on machine.config.
> >
> >BTW The username is already set to "system" and it's not running on a
> >domain controller. There's nothing in the system event log.
> >
> >The stack trace is:
> >[NullReferenceException: Object reference not set to an instance of an
> >object.]
> >
> >System.Diagnostics.StackTrace.GetStackFramesInternal(StackFrameHelper
> >sfh, Int32 iSkip, Exception e) +0
> > System.Diagnostics.StackTrace.CaptureStackTrace(Int32 iSkip,
>Boolean
> >fNeedFileInfo, Thread targetThread, Exception e) +52
> > System.Diagnostics.StackTrace..ctor(Exception e, Boolean
>fNeedFileInfo)
> >+35
> > System.Web.UnhandledErrorFormatter.get_ColoredSquare2Content() +446
> > System.Web.UnhandledErrorFormatter.PrepareFormatter() +43
> > System.Web.ErrorFormatter.GetHtmlErrorMessage(Boolean
> >dontShowSensitiveInfo) +19
> > System.Web.HttpResponse.WriteErrorMessage(Exception e, Boolean
> >dontShowSensitiveErrors) +807
> > System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean
> >canThrow) +448
> > System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr,
> >HttpContext context, Exception e) +375
> >
> >None of the routines listed are ours.
> >
> >
> >
> >Any ideas?
> >
> >Simon
> >---
> >Change your mail options at http://p2p.wrox.com/manager.asp or to
> >unsubscribe send a blank email to
>
>
>_________________________________________________________________
>The new MSN 8: smart spam protection and 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>
>
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
Message #3 by "Gerhard Wentink" <gerhard@d...> on Sat, 1 Mar 2003 16:19:01 +0100
|
|
Yep, you're right. Visual studio.net is not .Net Framework
And since all the lines in the stack trace refer to the .Net
Framework.....
Its only my 2 cents..
Regards,
Gerhard Wentink
-----Oorspronkelijk bericht-----
Van: Norman Fung [mailto:norman_lm_fung@h...]
Verzonden: zaterdag 1 maart 2003 12:32
Aan: ASP.NET
Onderwerp: [aspx] Re: aspnet_wp.exe
I am not sure if ... I reinstall VS.NET and it didnt work - but then
again,
VS.NET is NOT .NET framework.
Norm
>From: "Gerhard Wentink" <gerhard@d...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Sat, 1 Mar 2003 12:14:30 +0100
>
>Perhaps its not necessary to reinstall the whole operating system.
>According to the error messages, there is a problem with the .net
>environment. I would try to reinstall the .Net platform first.
>
>Regards,
>
>Gerhard Wentink
>
>-----Oorspronkelijk bericht-----
>Van: Norman Fung [mailto:norman_lm_fung@h...]
>Verzonden: vrijdag 28 februari 2003 20:37
>Aan: ASP.NET
>Onderwerp: [aspx] Re: aspnet_wp.exe
>
>
>Hi Simon,
>
>I had the same problem several times before. I think sometimes I
>managed to resolve the problem by restarting IIS. Most other times, I
>had to resintall
>the entire operating system (Win 2k Adv Server).
>
>Yes, I had aspnet.exe access violation. Yes, we had "Server application
>unavailable"...
>
>Unfortunately, I have no clue as to why this happens. We too uses
>SYSTEM in machine.config and the development server is NOT a domain
>controller.
>
>Search on google is a waste of time - there's not a lot of information
>in this regard. Of course, until there's a fix, you probably won't be
>able find
>the problem on MSDN.
>
>If you have any lead on this problem, please let me know... Anyway, VS
>2003 will be out soon - hope they dont have the same problem in the new
>release.
>
>Norman
>
>
>
>
>
>
> >From: "Simon Armstrong" <wrox@s...>
> >Reply-To: "ASP.NET" <aspx@p...>
> >To: "ASP.NET" <aspx@p...>
> >Subject: [aspx] Re: aspnet_wp.exe
> >Date: Fri, 28 Feb 2003 14:14:04
> >
> >Hi Folks,
> >
> >This was the thread I replied to:
> >http://p2p.wrox.com/archive/aspx/2002-
> >04/79.asp
> >
> >more details...
> >
> >We've developed a system that uses several web pages. These pages
> >have been working for yonks without any problem, but suddenly, we've
> >started
>
> >getting un-repeatable problems with "Object reference not set to an
> >instance of an object", often followed by "Server is not available"
> >if we try a refresh.
> >
> >We can recover by restarting the Web Publishing Service, or just
> >requesting different pages can do it (perhaps because the ASP service
> >is eventually recycled.) If one pages works, another may still give
> >the
>
> >problem. However, when a page has worked once, it seems to keep
> >working
>
> >"forever".
> >
> >When we restart (or just stop) the Web Publishing Service, it often
> >reports an access violation in ASPNET_WP.
> >
> >This problem seemed to start happening about the time we stored all
> >our
>
> >DLLs in a common directory, but not the GAC, at the request of the
> >customer. We're using the DEVPATH environment variable, with the
> ><developmentMode developerInstallation="true" /> setting in
> >machine.config.
> >
> >The problem seems to re-occur when we re-install our software, even
> >if nothing changes, or simply doing a null edit on machine.config.
> >
> >BTW The username is already set to "system" and it's not running on a
> >domain controller. There's nothing in the system event log.
> >
> >The stack trace is:
> >[NullReferenceException: Object reference not set to an instance of
> >an object.]
> >
> >System.Diagnostics.StackTrace.GetStackFramesInternal(StackFrameHelper
> >sfh, Int32 iSkip, Exception e) +0
> > System.Diagnostics.StackTrace.CaptureStackTrace(Int32 iSkip,
>Boolean
> >fNeedFileInfo, Thread targetThread, Exception e) +52
> > System.Diagnostics.StackTrace..ctor(Exception e, Boolean
>fNeedFileInfo)
> >+35
> > System.Web.UnhandledErrorFormatter.get_ColoredSquare2Content()
+446
> > System.Web.UnhandledErrorFormatter.PrepareFormatter() +43
> > System.Web.ErrorFormatter.GetHtmlErrorMessage(Boolean
> >dontShowSensitiveInfo) +19
> > System.Web.HttpResponse.WriteErrorMessage(Exception e, Boolean
> >dontShowSensitiveErrors) +807
> > System.Web.HttpResponse.ReportRuntimeError(Exception e, Boolean
> >canThrow) +448
> > System.Web.HttpRuntime.FinishRequest(HttpWorkerRequest wr,
> >HttpContext context, Exception e) +375
> >
> >None of the routines listed are ours.
> >
> >
> >
> >Any ideas?
> >
> >Simon
> >---
> >Change your mail options at http://p2p.wrox.com/manager.asp or to
> >unsubscribe send a blank email to
>
>
>_________________________________________________________________
>The new MSN 8: smart spam protection and 2 months FREE*
>http://join.msn.com/?page=features/junkmail
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to
>unsubscribe send a blank email to
>
>
>---
>Change your mail options at http://p2p.wrox.com/manager.asp or to
>unsubscribe send a blank email to
_________________________________________________________________
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*.
http://join.msn.com/?page=features/virus
Message #4 by "Simon Armstrong" <wrox@s...> on Mon, 10 Mar 2003 14:53:14
|
|
We seem to have found a way to stop the error, but we don't understand why.
All the web pages use a custom control to display a standard header.
Simply putting this custom control DLL into the GAC prevents the error
from happening.
Why should this be? After all, when the web pages do work, they display
this custom control successfully.
Message #5 by "Norman Fung" <norman_lm_fung@h...> on Mon, 10 Mar 2003 14:56:23 +0000
|
|
Sorry, what's GAC?
Norm
>From: "Simon Armstrong" <wrox@s...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 14:53:14
>
>We seem to have found a way to stop the error, but we don't understand why.
>
>All the web pages use a custom control to display a standard header.
>Simply putting this custom control DLL into the GAC prevents the error
>from happening.
>
>Why should this be? After all, when the web pages do work, they display
>this custom control successfully.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #6 by "Greg Quinn" <greg@i...> on Mon, 10 Mar 2003 16:59:46 +0200
|
|
The Global Assembly Cache.
Basically a cache where you can store assemblies (.dll's) that are
accessible to selected .net applications on the machine.
Greg
----- Original Message -----
From: "Norman Fung" <norman_lm_fung@h...>
To: "ASP.NET" <aspx@p...>
Sent: Monday, March 10, 2003 4:56 PM
Subject: [aspx] Re: aspnet_wp.exe
> Sorry, what's GAC?
>
> Norm
>
>
> >From: "Simon Armstrong" <wrox@s...>
> >Reply-To: "ASP.NET" <aspx@p...>
> >To: "ASP.NET" <aspx@p...>
> >Subject: [aspx] Re: aspnet_wp.exe
> >Date: Mon, 10 Mar 2003 14:53:14
> >
> >We seem to have found a way to stop the error, but we don't understand
why.
> >
> >All the web pages use a custom control to display a standard header.
> >Simply putting this custom control DLL into the GAC prevents the error
> >from happening.
> >
> >Why should this be? After all, when the web pages do work, they display
> >this custom control successfully.
>
>
> _________________________________________________________________
> The new MSN 8: smart spam protection and 2 months FREE*
> http://join.msn.com/?page=features/junkmail
>
>
Message #7 by "Juan T. Llibre" <j.llibre@c...> on Mon, 10 Mar 2003 11:02:59 -0400
|
|
Global Assembly Cache
Juan T. Llibre
Foros de ASP.NET en Espaņol : http://asp.net.do/Foros/
=======================================
----- Original Message -----
From: "Norman Fung" <norman_lm_fung@h...>
To: "ASP.NET" <aspx@p...>
Sent: Monday, March 10, 2003 10:56 AM
Subject: [aspx] Re: aspnet_wp.exe
> Sorry, what's GAC?
>
> Norm
> >From: "Simon Armstrong" <wrox@s...>
> >Reply-To: "ASP.NET" <aspx@p...>
> >To: "ASP.NET" <aspx@p...>
> >Subject: [aspx] Re: aspnet_wp.exe
> >Date: Mon, 10 Mar 2003 14:53:14
> >
> >We seem to have found a way to stop the error, but we don't understand
why.
> >
> >All the web pages use a custom control to display a standard header.
> >Simply putting this custom control DLL into the GAC prevents the error
> >from happening.
> >
> >Why should this be? After all, when the web pages do work, they display
> >this custom control successfully.
Message #8 by "Norman Fung" <norman_lm_fung@h...> on Tue, 11 Mar 2003 00:06:46 +0000
|
|
Thanks.
>From: "Juan T. Llibre" <j.llibre@c...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 11:02:59 -0400
>
>Global Assembly Cache
>
>
>Juan T. Llibre
>Foros de ASP.NET en Espaņol : http://asp.net.do/Foros/
>=======================================
>----- Original Message -----
>From: "Norman Fung" <norman_lm_fung@h...>
>To: "ASP.NET" <aspx@p...>
>Sent: Monday, March 10, 2003 10:56 AM
>Subject: [aspx] Re: aspnet_wp.exe
>
>
> > Sorry, what's GAC?
> >
> > Norm
>
>
> > >From: "Simon Armstrong" <wrox@s...>
> > >Reply-To: "ASP.NET" <aspx@p...>
> > >To: "ASP.NET" <aspx@p...>
> > >Subject: [aspx] Re: aspnet_wp.exe
> > >Date: Mon, 10 Mar 2003 14:53:14
> > >
> > >We seem to have found a way to stop the error, but we don't understand
>why.
> > >
> > >All the web pages use a custom control to display a standard header.
> > >Simply putting this custom control DLL into the GAC prevents the error
> > >from happening.
> > >
> > >Why should this be? After all, when the web pages do work, they display
> > >this custom control successfully.
>
>
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #9 by "Norman Fung" <norman_lm_fung@h...> on Tue, 11 Mar 2003 00:07:21 +0000
|
|
Thanks.
Norman
>From: "Greg Quinn" <greg@i...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 16:59:46 +0200
>
>The Global Assembly Cache.
>
>Basically a cache where you can store assemblies (.dll's) that are
>accessible to selected .net applications on the machine.
>
>Greg
>
>
>----- Original Message -----
>From: "Norman Fung" <norman_lm_fung@h...>
>To: "ASP.NET" <aspx@p...>
>Sent: Monday, March 10, 2003 4:56 PM
>Subject: [aspx] Re: aspnet_wp.exe
>
>
> > Sorry, what's GAC?
> >
> > Norm
> >
> >
> > >From: "Simon Armstrong" <wrox@s...>
> > >Reply-To: "ASP.NET" <aspx@p...>
> > >To: "ASP.NET" <aspx@p...>
> > >Subject: [aspx] Re: aspnet_wp.exe
> > >Date: Mon, 10 Mar 2003 14:53:14
> > >
> > >We seem to have found a way to stop the error, but we don't understand
>why.
> > >
> > >All the web pages use a custom control to display a standard header.
> > >Simply putting this custom control DLL into the GAC prevents the error
> > >from happening.
> > >
> > >Why should this be? After all, when the web pages do work, they display
> > >this custom control successfully.
> >
> >
> > _________________________________________________________________
> > The new MSN 8: smart spam protection and 2 months FREE*
> > http://join.msn.com/?page=features/junkmail
> >
> >
>
>
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #10 by "Rohit Arora" <rohit_arora@i...> on Tue, 11 Mar 2003 10:01:09 +0530
|
|
global assembly cache where all the global assemblies resides like system,
etc and u can also put ur own assembly over there which u want to allow
every application to access
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
"Desire means never Quit. It may be near when it seems far, so stick to the
fight when you are hardest hit.Its when things go wrong, that u must not
Quit."
-----Original Message-----
From: Norman Fung [mailto:norman_lm_fung@h...]
Sent: Monday, March 10, 2003 8:26 PM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
Sorry, what's GAC?
Norm
>From: "Simon Armstrong" <wrox@s...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 14:53:14
>
>We seem to have found a way to stop the error, but we don't understand why.
>
>All the web pages use a custom control to display a standard header.
>Simply putting this custom control DLL into the GAC prevents the error
>from happening.
>
>Why should this be? After all, when the web pages do work, they display
>this custom control successfully.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #11 by "Naveen" <naveen@v...> on Tue, 11 Mar 2003 10:25:55 +0530
|
|
Hi,
If you intend to share an assembly among several applications, you can
install it into the global assembly cache. Each computer where the common
language runtime is installed has this machine-wide code cache. The global
assembly cache stores assemblies specifically designated to be shared by
several applications on the computer. An assembly must have a strong name to
be installed in the global assembly cache.
Regards,
Naveen Nayak
-----Original Message-----
From: Rohit Arora [mailto:rohit_arora@i...]
Sent: Tuesday, March 11, 2003 10:01 AM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
global assembly cache where all the global assemblies resides like system,
etc and u can also put ur own assembly over there which u want to allow
every application to access
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
"Desire means never Quit. It may be near when it seems far, so stick to the
fight when you are hardest hit.Its when things go wrong, that u must not
Quit."
-----Original Message-----
From: Norman Fung [mailto:norman_lm_fung@h...]
Sent: Monday, March 10, 2003 8:26 PM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
Sorry, what's GAC?
Norm
>From: "Simon Armstrong" <wrox@s...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 14:53:14
>
>We seem to have found a way to stop the error, but we don't understand why.
>
>All the web pages use a custom control to display a standard header.
>Simply putting this custom control DLL into the GAC prevents the error
>from happening.
>
>Why should this be? After all, when the web pages do work, they display
>this custom control successfully.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #12 by "Rohit Arora" <rohit_arora@i...> on Tue, 11 Mar 2003 11:10:52 +0530
|
|
and what is this strong name ?
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
"Desire means never Quit. It may be near when it seems far, so stick to the
fight when you are hardest hit.Its when things go wrong, that u must not
Quit."
-----Original Message-----
From: Naveen [mailto:naveen@v...]
Sent: Tuesday, March 11, 2003 10:26 AM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
Hi,
If you intend to share an assembly among several applications, you can
install it into the global assembly cache. Each computer where the common
language runtime is installed has this machine-wide code cache. The global
assembly cache stores assemblies specifically designated to be shared by
several applications on the computer. An assembly must have a strong name to
be installed in the global assembly cache.
Regards,
Naveen Nayak
-----Original Message-----
From: Rohit Arora [mailto:rohit_arora@i...]
Sent: Tuesday, March 11, 2003 10:01 AM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
global assembly cache where all the global assemblies resides like system,
etc and u can also put ur own assembly over there which u want to allow
every application to access
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
"Desire means never Quit. It may be near when it seems far, so stick to the
fight when you are hardest hit.Its when things go wrong, that u must not
Quit."
-----Original Message-----
From: Norman Fung [mailto:norman_lm_fung@h...]
Sent: Monday, March 10, 2003 8:26 PM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
Sorry, what's GAC?
Norm
>From: "Simon Armstrong" <wrox@s...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 14:53:14
>
>We seem to have found a way to stop the error, but we don't understand why.
>
>All the web pages use a custom control to display a standard header.
>Simply putting this custom control DLL into the GAC prevents the error
>from happening.
>
>Why should this be? After all, when the web pages do work, they display
>this custom control successfully.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
Message #13 by "Naveen" <naveen@v...> on Tue, 11 Mar 2003 11:40:17 +0530
|
|
Hi Roh,
A strong name consists of the assembly's identity - its simple text name,
version number, and culture information (if provided) - plus a public key
and a digital signature. The public/private key pair, used to create the
digital signature, may be stored in a file or in a container in the
Cryptographic Service Provider (CSP). The Strong Name Tool (Sn.exe) creates
the file or container. The file name is specified by the user when running
the tool and that same name is used in this property.
Regards,
Naveen Nayak
-----Original Message-----
From: Rohit Arora [mailto:rohit_arora@i...]
Sent: Tuesday, March 11, 2003 11:11 AM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
and what is this strong name ?
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
"Desire means never Quit. It may be near when it seems far, so stick to the
fight when you are hardest hit.Its when things go wrong, that u must not
Quit."
-----Original Message-----
From: Naveen [mailto:naveen@v...]
Sent: Tuesday, March 11, 2003 10:26 AM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
Hi,
If you intend to share an assembly among several applications, you can
install it into the global assembly cache. Each computer where the common
language runtime is installed has this machine-wide code cache. The global
assembly cache stores assemblies specifically designated to be shared by
several applications on the computer. An assembly must have a strong name to
be installed in the global assembly cache.
Regards,
Naveen Nayak
-----Original Message-----
From: Rohit Arora [mailto:rohit_arora@i...]
Sent: Tuesday, March 11, 2003 10:01 AM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
global assembly cache where all the global assemblies resides like system,
etc and u can also put ur own assembly over there which u want to allow
every application to access
Regards
Rohit Arora
Intersolutions (P) Ltd
B - 21, Sector 58,
Noida - 201301
Tel : 91-2585703/04/05 Extn: 229
"Desire means never Quit. It may be near when it seems far, so stick to the
fight when you are hardest hit.Its when things go wrong, that u must not
Quit."
-----Original Message-----
From: Norman Fung [mailto:norman_lm_fung@h...]
Sent: Monday, March 10, 2003 8:26 PM
To: ASP.NET
Subject: [aspx] Re: aspnet_wp.exe
Sorry, what's GAC?
Norm
>From: "Simon Armstrong" <wrox@s...>
>Reply-To: "ASP.NET" <aspx@p...>
>To: "ASP.NET" <aspx@p...>
>Subject: [aspx] Re: aspnet_wp.exe
>Date: Mon, 10 Mar 2003 14:53:14
>
>We seem to have found a way to stop the error, but we don't understand why.
>
>All the web pages use a custom control to display a standard header.
>Simply putting this custom control DLL into the GAC prevents the error
>from happening.
>
>Why should this be? After all, when the web pages do work, they display
>this custom control successfully.
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE*
http://join.msn.com/?page=features/junkmail
|
|
 |