Ok... I had to reload a server after a raid controller failure. I had everything in the DotNetNuke backed up. I am runing DNN version 5.01.02. I have FormsMaster 1.6. Now when i try to get my primary site back up, it fails with this error:
Could not load file or assembly 'Code5Systems.FormMaster (1)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
Here is the stack Trace:
[FileLoadException: Could not load file or assembly 'Code5Systems.FormMaster (1)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] Â Â System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 Â Â System.Reflection.Assembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +43 Â Â System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +127 Â Â System.Reflection.Assembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection) +142 Â Â System.Reflection.Assembly.Load(String assemblyString) +28 Â Â System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +46
[ConfigurationErrorsException: Could not load file or assembly 'Code5Systems.FormMaster (1)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] Â Â System.Web.Configuration.CompilationSection.LoadAssemblyHelper(String assemblyName, Boolean starDirective) +613 Â Â System.Web.Configuration.CompilationSection.LoadAllAssembliesFromAppDomainBinDirectory() +203 Â Â System.Web.Configuration.CompilationSection.LoadAssembly(AssemblyInfo ai) +105 Â Â System.Web.Compilation.BuildManager.GetReferencedAssemblies(CompilationSection compConfig) +178 Â Â System.Web.Compilation.BuildProvidersCompiler..ctor(VirtualPath configPath, Boolean supportLocalization, String outputAssemblyName) +54 Â Â System.Web.Compilation.CodeDirectoryCompiler.GetCodeDirectoryAssembly(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories, Boolean isDirectoryAllowed) +8809426 Â Â System.Web.Compilation.BuildManager.CompileCodeDirectory(VirtualPath virtualDir, CodeDirectoryType dirType, String assemblyName, StringSet excludedSubdirectories) +128 Â Â System.Web.Compilation.BuildManager.CompileResourcesDirectory() +31 Â Â System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +304
[HttpException (0x80004005): Could not load file or assembly 'Code5Systems.FormMaster (1)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] Â Â System.Web.Compilation.BuildManager.ReportTopLevelCompilationException() +58 Â Â System.Web.Compilation.BuildManager.EnsureTopLevelFilesCompiled() +512 Â Â System.Web.Hosting.HostingEnvironment.Initialize(ApplicationManager appManager, IApplicationHost appHost, IConfigMapPathFactory configMapPathFactory, HostingEnvironmentParameters hostingParameters) +729
[HttpException (0x80004005): Could not load file or assembly 'Code5Systems.FormMaster (1)' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)] Â Â System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +8890735 Â Â System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +85 Â Â System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +259
Now i understand its looking for a file it can't find. But i do not know which file it is. Any ideas as to how i can get this fixed as this has my entire site completely down. Any help is greatly appreciated!!!!
|