Unable to view designer in VS2010 due to DLL over the network

前端 未结 1 1104
清歌不尽
清歌不尽 2021-01-05 12:42

I am getting the error -

Unable to load the metadata for assembly \'Aurora.UIResources\'. This assembly may have been downloaded from the web. See http://go.micros

相关标签:
1条回答
  • 2021-01-05 13:00

    See this

    This seems to work for some people

    "Open devenv.exe.config (in C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE on my machine), and add this"

    <runtime>
        <loadFromRemoteSources enabled="true" />
        ....
    </runtime>
    
    0 讨论(0)
提交回复
热议问题