Re: Strange compilation error message
From: Calvin Luttrell/ProjectThunder.com (calvinl_at_projectthunder.com)
Date: 05/24/04
- Next message: Calvin Luttrell/ProjectThunder.com: "Re: FileSystemWatcher Object - Problem OnDelete"
- Previous message: Matt Swift: "Do you work with pages that have different 'modes' ?"
- In reply to: Jill Graham: "Strange compilation error message"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 23 May 2004 23:23:03 -0700
Jill,
Just as an experiment try disabling anti-virus software on that machine meaning the server. Make sure you re-enable it after your test.
-Calvin Luttrell
ProjectThunder.com
> From time to time, I receive following error message when trying to access
> my website.
> When the error occurs, I have to recompile my dll until the error disappears
> (this without changing anything in my code).
> Where does this error come from ? What can I do to solve the problem ?
> Compilation Error
> Description: An error occurred during the compilation of a resource required
> to service this request. Please review the following specific error details
> and modify your source code appropriately.
>
> Compiler Error Message: CS0030: Cannot convert type
> 'System.Web.HttpApplication' to 'ASP.Global_asax'
>
> Source Error:
>
>
> Line 438: protected ASP.Global_asax ApplicationInstance {
> Line 439: get {
> Line 440: return
> ((ASP.Global_asax)(this.Context.ApplicationInstance));
> Line 441: }
> Line 442: }
>
> Source File: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
> Files\emagic.net.website\1a713704\55d0ac6a\5rffbzub.0.cs Line: 440
>
>
- Next message: Calvin Luttrell/ProjectThunder.com: "Re: FileSystemWatcher Object - Problem OnDelete"
- Previous message: Matt Swift: "Do you work with pages that have different 'modes' ?"
- In reply to: Jill Graham: "Strange compilation error message"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|