Home > Archive > ASP > February 2006 > memory leak only when compiled in release mode
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
memory leak only when compiled in release mode
|
|
| BruceDM 2006-02-24, 6:55 pm |
| We have an webservice application that has a memory leak when the application
is compiled release mode. However, when the application is compiled in debug
mode it does not exhibit a memory leak.
We are running .net 1.1 compiled with VS 2003.
The application does reference an unmanaged dll that provides security
functionality. This dll is instantiated once and referenced on every web
service call.
Any comments or suggestions appreciated.
--
BruceDM
| |
| Bob Barrows [MVP] 2006-02-24, 6:55 pm |
| BruceDM wrote:
> We have an webservice application that has a memory leak when the
> application is compiled release mode. However, when the application
> is compiled in debug mode it does not exhibit a memory leak.
>
> We are running .net 1.1 compiled with VS 2003.
>
> The application does reference an unmanaged dll that provides security
> functionality. This dll is instantiated once and referenced on every
> web service call.
>
I've never seen anything like this.
There was no way for you to know it, but this is a classic asp newsgroup.
While you may be lucky enough to find a dotnet-knowledgeable person here who
can answer your question, you can eliminate the luck factor by posting your
question to a group where those dotnet-knowledgeable people hang out. I
suggest microsoft.public.dotnet.framework.aspnet.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
| |
| BruceDM 2006-02-24, 6:55 pm |
| Thanks, I will post it in suggested newsgroup.
--
BruceDM
"Bob Barrows [MVP]" wrote:
> BruceDM wrote:
> I've never seen anything like this.
> There was no way for you to know it, but this is a classic asp newsgroup.
> While you may be lucky enough to find a dotnet-knowledgeable person here who
> can answer your question, you can eliminate the luck factor by posting your
> question to a group where those dotnet-knowledgeable people hang out. I
> suggest microsoft.public.dotnet.framework.aspnet.
>
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>
>
|
|
|
|
|