[Mono-aspnet-list] Problem with mod_mono/xsp/runtime on CentOS 5.4 / 5.5

Robert Jordan robertj at gmx.net
Wed May 26 11:57:33 EDT 2010


On 26.05.2010 17:16, Trust wrote:
>
> Hi,
>
> I did touch on every Assembly I got, and now i got only the second error,
> but the Apps still don't work. I can't explain for myself.

The stack trace is pretty clear: The assembly from which a
script resources is requested has an invalid "LastWriteTime".
I believe the assembly is System.Web.Extensions.dll, but
actually it cannot be deduced from the stack trace or source
code. I've already wrote this, IIRC :)

Try to run the attached program on lib/mono/ and on your
application folder. It will emit the file names of files on
which GetLastWriteTimeUtc is failing on.

Robert

>> System.ArgumentOutOfRangeException: Value 8577939006221209600 is outside the
>> valid range [0,3155378975999999999].
>> Parameter name: ticks
>>    at System.DateTime..ctor (Int64 ticks) [0x00000] in<filename unknown>:0
>>    at System.DateTime.FromFileTime (Int64 fileTime) [0x00000] in<filename
>> unknown>:0
>>    at System.IO.File.GetLastWriteTime (System.String path) [0x00000] in
>> <filename unknown>:0
>>    at System.IO.File.GetLastWriteTimeUtc (System.String path) [0x00000] in
>> <filename unknown>:0
>>    at System.Web.Handlers.ScriptResourceHandler.CreateResourceUrl
>> (System.Reflection.Assembly assembly, System.String resourceName, Boolean
>> notifyScriptLoaded) [0x00000] in<filename unknown>:0
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: glwt.cs
Url: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20100526/2a140b98/attachment.pl 


More information about the Mono-aspnet-list mailing list