[Mono-list] Re: Cannot find '60625.dll'

Robert Jordan robertj at gmx.net
Wed Oct 12 09:42:04 EDT 2005


Hi Ben,


I'm not sure if it's implemented by Mono's System.Web,
but try to insert the following into your web.config:

<configration>
   <system.web>
      <compilation tempDirectory="...." />

Robert



> This sounds right, this is likely.
> 
> I may have some daemon running which caused this, a periodic deletion of 
> this directory.
> 
> Are there any ways of overcoming this?
> 
> Like defining a local tmp directory and asking Mono to use that.  Or 
> asking Mono to recompile assemblies when they are missing?
> 
> Regards,
> 
> Ben Clewett.
> 
> 
> 
> Robert Jordan wrote:
> 
>> Hi,
>>
>>> My Apache2 has reported this error when I attempt to access a 
>>> WebService in Mono.  After working perfectly for several weeks:
>>>
>>> Server error in '/' application
>>> -------------------------------------------------------------------------------- 
>>>
>>> Cannot find '60625.dll'.
>>> Description: Error processing request.
>>> Error Message: HTTP 404. Cannot find '60625.dll'.
>>>
>>>
>>> Does this mean anything to anybody?
>>
>>
>>
>> A cron job has probably deleted the /tmp/<your-wwwuser>-temp-aspnet/
>> folder. This folder contains cached assemblies generated from
>> your aspx files.
>>
>> Rob
>>
>> _______________________________________________
>> Mono-list maillist  -  Mono-list at lists.ximian.com
>> http://lists.ximian.com/mailman/listinfo/mono-list
>>
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> 



More information about the Mono-list mailing list