CS0011: The base class or interface 'umbraco.Global' in assembly 'umbraco, Version=1.0.4500.21031, Culture=neutral, PublicKeyToken=null' referenced by type 'ASP.global_asax' could not be resolved
My problem is solved. There was a conflict with an dll. We have copied mistakenly the App_global.asax.dll file in bin folder on server. After we has been delete this file it works.
Compilation error when upgrading from 4.9 to 4.10
I received this error after updating our site
CS0011: The base class or interface 'umbraco.Global' in assembly 'umbraco, Version=1.0.4500.21031, Culture=neutral, PublicKeyToken=null' referenced by type 'ASP.global_asax' could not be resolved
What did I miss?
Hi Sherry
Did you remember to copy over the global.asax file in the root folder as mentioned in the steps here? http://umbraco.codeplex.com/releases/view/91737
Hope this helps.
/Jan
Hi Sherry,
Did you ever figure this out? I currently have the same issue and I did copy the global.asax file over.
Thanks
Jon
Instead I just upgraded to 6.1.6
Is there a solution for this? I have the same error in 6.2.4 after deployment.
@Jan: Your link above doesn't work.
Sören
My problem is solved. There was a conflict with an dll. We have copied mistakenly the App_global.asax.dll file in bin folder on server. After we has been delete this file it works.
Sören
Hi Sören
Nope, it does not since the codeplex pages does not exists anymore after the HQ switched to using github and the jetbrains issue tracker.
But glad you managed to get the issue solved anyway. ;-)
/Jan
is working on a reply...