I am on a mission to fix the tiny mistake in the File Manager, to
change int32 to int64. I extracted my dnn 3.1.1 install in my web
folder and retore the database like i always do when i move to my
development machine. It all loaded perfectly.
Now it was time to make the changes. I opened the DotNetNuke.sln file
and changed the appropriate link. I also opened the
DotNetNuke.vbproj.webinfo file and made the change there. I open the
.sln through Visual Studio 2003 Pro and find the 105 errors as with
everyone. I then select the DotNetNuke project and build the solution.
All compiles without errors.
I then go to load the site again, but this time it shows the Upgrade
Portal page and updates the assembly from 3.01.00 to 3.01.01. After it
has done this, the Log Viewer has this error.
Unhandled error loading
module.
DotNetNuke.Services.Exceptions.ModuleLoadException:
Parser Error: ? ---> System.Web.HttpParseException: Parser Error: ? --->
System.TypeLoadException: ? at System.Reflection.Assembly.GetType(String name,
Boolean throwOnError, Boolean ignoreCase) at
System.Web.UI.NamespaceTagNameToTypeMapper.System.Web.UI.ITagNameToTypeMapper.GetControlType(String
tagName, IDictionary attribs) at
System.Web.UI.MainTagNameToTypeMapper.GetControlType(String tagName, IDictionary
attribs, Boolean fAllowHtmlTags) at
System.Web.UI.RootBuilder.GetChildControlType(String tagName, IDictionary
attribs) at System.Web.UI.ControlBuilder.CreateChildBuilder(String tagName,
IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String
id, Int32 line, String sourceFileName, Type& childType) at
System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) at
System.Web.UI.TemplateParser.ParseStringInternal(String text) at
System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String
basePhysicalDir) --- End of inner exception stack trace --- at
System.Web.UI.TemplateParser.ParseString(String text, String virtualPath, String
basePhysicalDir) at System.Web.UI.TemplateParser.ParseFile(String filename,
String virtualPath) at System.Web.UI.TemplateParser.Parse() at
System.Web.UI.TemplateParser.GetParserCacheItemThroughCompilation() at
System.Web.UI.TemplateParser.GetParserCacheItemInternal(Boolean
fCreateIfNotFound) at
System.Web.UI.TemplateParser.GetParserCacheItemWithNewConfigPath() at
System.Web.UI.TemplateParser.GetParserCacheItem() at
System.Web.UI.TemplateControlParser.CompileAndGetParserCacheItem(String
virtualPath, String inputFile, HttpContext context) at
System.Web.UI.TemplateControlParser.GetCompiledType(String virtualPath, String
inputFile, HttpContext context) at
System.Web.UI.UserControlParser.GetCompiledUserControlType(String virtualPath,
String inputFile, HttpContext context) at
System.Web.UI.TemplateControl.LoadControl(String virtualPath) at
DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule,
PortalSettings PortalSettings) in
C:\Inetpub\localhost\APIntranet\admin\Skins\Skin.vb:line 680 --- End of inner
exception stack trace ---
Am i doing something wrong? I know i haven't screwed up any code
because i haven't made any changes yet. It must be the way i am
building it.