无法在 Visual Studio 2013 中作为网站运行
无法加载文件或程序集“Aurigma.GraphicsMill”或其依赖项之一。试图加载格式不正确的程序。
异常详情:
System.BadImageFormatException:无法加载文件或程序集“Aurigma.GraphicsMill”或其依赖项之一。试图加载格式不正确的程序。
堆栈跟踪:[BadImageFormatException:无法加载文件或程序集“Aurigma.GraphicsMill”或其依赖项之一。试图加载格式不正确的程序。] System.Reflection.Assembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, Assembly locationHint, StackCrawlMark& stackMark, Boolean throwOnFileNotFound, Boolean forIntrospection) +0 System.Reflection.Assembly.InternalLoad(AssemblyName assemblyRef, 证据 assemblySecurity, StackCrawlMark& stackMark, Boolean for Introspection) +416 System.Reflection.Assembly.InternalLoad(String assemblyString, 证据 assemblySecurity, StackCrawlMark& stackMark, Boolean for Introspection) +166 System.Reflection.Assembly.Load(String assemblyString) +35 System.Web.Configuration.CompilationSection.LoadAssemblyHelper(字符串 assemblyName,布尔型 starDirective)+190
按照Graphicsmill的Web 应用程序常见问题论坛的建议进行了尝试
如何解决 BadImageFormatException。(http://www.graphicsmill.com/docs/gm/frequently-asked-questions.htm)
通过visual studio 2013让网站在我的本地机器上运行的任何其他建议都非常有帮助。