Re: ASP.NET System.IO.IOException on c:\windows\temp\xxxxxxxx.dll
Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance
your site is recycling and recompiling. every page compile creates a new
dll in the temp folder. if you have impersonation on, sometimes the
dll is created with these creditials, and others are not allowed access.
check that you have all the service packs, and check the permissions on
the parent temp folder.
-- bruce (sqlwork.com)
RonyS wrote:
Hi,
I have a large scale web application with about 200 users.
Every few hours I get this error message:
"The process cannot access the file c:\windows\temp\xxxxxxx.dll" (The xxxxx
is a random characters)
We are using ASP.NET 1.1 on Widnows 2003 SP1.
Did anyone ever faced this issue?. I am clueless....
.
Relevant Pages
- Re: VBA and VSTO
... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ... (microsoft.public.excel.programming) - Re: HOW CAN I OPEN A COM PROJECT COMPILED IN VS2005, IN VS2003?
... I keep getting the .exe output when I compile in the VC7. ... the General Configuration Type to be .dll in the Project Property. ... Microsoft MVP, MCSD ... instead create my own folders for file grouping... ... (microsoft.public.win32.programmer.ole) - GlobalMultiUse component breaks its compatibility !!!
... I have a component (ActiveX dll) with only one class in it. ... compiled, even though the binary compatibility is set, a new UUID is ... Public Property Let MyStringProp(ByVal vNewValue As String) ... Compile the project. ... (microsoft.public.vb.com) - LNK2020 using managed/unmanaged classes combination and workaround question
... mark 'DLL' and 'Export Symbols'). ... this is a managed class added to the DLL. ... To the Windows Forms project, ... make sure you compile everything with /clr. ... (microsoft.public.dotnet.languages.vc) - Re: Program does not invoke methods of ActiveX-DLL
... >> and defining a compatibility-dll has the effect that I cannot compile the ... >> declared in that dll. ... > reference DLLB if DLLB doesn't contain a reference to DLLA... ... (microsoft.public.vb.com) |
|