by JasonRShaver
6. October 2007 16:40
So I was starting to see this error after installing a new DotNetNuke 4.6.2 web application. Here is the order I did things.
- Download the install file 'DotNetNuke_04.06.02_Install.zip' from the DotNetNuke website to my development machine.
- Copy the file from my development machine to a network share.
- Take a new Dell SC440, install Windows Server 2003 Std.
- Add the machine to the domain.
- Install all the patches
- Install SQL 2005 Std.
- Add "Application Server" role
- Use the windows un-zip tool to extract the install file.
- Copy the files to the deploy path and create an IIS website for it.
- Update the web.config
- View the website 'http://localhost/Install/Default.aspx'
- Error.
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: Could not load type 'DotNetNuke.Common.Global'.
Source File: /global.asax Line: 1
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
Now here is what killed me in that list... Don't ask me WHY it caused issues, but I followed the same steps 3 times and this fixed it each time... Don't use the Windows un-zip tool. I used Win-RAR and all the sudden it worked. I guess file got corrupted or something. who knows.
0197c502-27f0-4ac0-ac62-369bd7d6a1af|0|.0
Tags:
Blog