VSTS 2010 SGEN : error : Could not load file or assembly (Exception from HRESULT: 0x80131515)

前端 未结 13 2466
执念已碎
执念已碎 2020-12-07 13:35

I am experiencing a strange issue with VS2010. We use TFS to build our API dlls and we used to reference them in our projects usign a mapped network drive that was fully tru

13条回答
  •  死守一世寂寞
    2020-12-07 13:58

    For those of you running a 64bit version of the TFS build service, I had to create the config file in the following path:

     C:\Program Files (x86)\Microsoft SDKs\Windows\v8.0A\bin\NETFX 4.0 Tools\x64
    

    And the file contents:

    
    
    
        
    
    
    

提交回复
热议问题