小编BPe*_*ter的帖子

使用Visual Studio 2012 RC的MVC 4/Razor中的可移植类库?

因为使用Visual Studio 2012 RC,我们在剃刀视图中使用可移植类库(.net 4.5和metro profile)中的类时会得到HttpCompileException.

例外:(德语译成谷歌翻译,对不起)

System.Web.HttpCompileException (0x80004005):     
c:\Users\user\AppData\Local\Temp\Temporary ASP.NET        
Files\root\1995167a\126b7c4d\App_Web_index.cshtml.1fbcdbb1.zaniprm5.0.cs(29):

error CS0012: The type 'System.Object' is not in a referenced assembly is 
defined. Add a reference to the Assembly "System.Runtime, Version = 4.0.0.0, 
Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a" added.   

at
System.Web.Compilation.AssemblyBuilder.Compile()   
System.Web.Compilation.BuildProvidersCompiler.PerformBuild()    
System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
...
Run Code Online (Sandbox Code Playgroud)

解决方案结构

  • 便携式类库(.net 4.5和metro配置文件)
    • 公共类用户{...}
  • MVC 4(.net 4.5)
    • 对可移植类库的引用
    • 剃刀 - 视图
      • @model用户

由于Visual Studio 2012 RC不再可能添加引用"System.Runtime".

c# asp.net razor portable-class-library .net-4.5

40
推荐指数
1
解决办法
5981
查看次数

标签 统计

.net-4.5 ×1

asp.net ×1

c# ×1

portable-class-library ×1

razor ×1