Hi all,
On a good DNN source installation that works fine, I've got exactly the same problem, just compiling sometimes my DNN under VS 2003 and this happens. I have nerver, never, never touch this Global.asax files
I've tried to :
* clear VS cache,
* rebuild in debug or release
* rebuild with Nant
The problem is still here.
This is the exact error message (french server) :
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: BC30560: 'Global' est ambigu dans l'espace de noms 'DotNetNuke.Common'.
Source Error:
Line 31: <System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()> _
Line 32: Public Class Global_asax
Line 33: Inherits DotNetNuke.Common.Global
Line 34:
Line 35: Private Shared __initialized As Boolean = false
Source File: E:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary
ASP.NET
Files\v2prospection\f7465e05\75b7bee5\a-ihpyde.0.vb
Line: 33
Can you please help me !!! I really don't know what to do and I'm in a hurry with this developement DNN.
^_^