जब TeamCity में एक MSpec निर्माण कदम चल रहा टीम शहर लॉग में निम्न त्रुटि हो रही है:टीमसिटी पर एमएसपीसी चलाते समय मुझे एक असमर्थित अपवाद क्यों मिलता है?
[Step 7/7] Starting: C:\TeamCity\buildAgent\plugins\dotnetPlugin\bin\JetBrains.BuildServer.NUnitLauncher.exe #TeamCityImplicit
[17:07:13][Step 7/7] in directory: C:\TeamCity\buildAgent\work\726e90173bc65483
[17:07:14][Step 7/7] 2012-10-02 17:07:14,471 [4332] ERROR JetBrains.TeamCity.Utils.Runtime.ParseUtil - Failed to load assembly from file c:\mspec\mspec.exe: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
[17:07:14][Step 7/7] System.NotSupportedException: An attempt was made to load an assembly from a network location which would have caused the assembly to be sandboxed in previous versions of the .NET Framework. This release of the .NET Framework does not enable CAS policy by default, so this load may be dangerous. If this load is not intended to sandbox the assembly, please enable the loadFromRemoteSources switch. See http://go.microsoft.com/fwlink/?LinkId=155569 for more information.
[17:07:14][Step 7/7] at System.Reflection.RuntimeAssembly.nLoadFile(String path, Evidence evidence)
[17:07:14][Step 7/7] at System.Reflection.Assembly.LoadFile(String path)
[17:07:14][Step 7/7] at JetBrains.TeamCity.Utils.Runtime.ParseUtil.LoadAssembly(String value) in c:\BuildAgent\work\e6509710c0972c73\src\Utils\src\Runtime\ParseUtil.cs:line 110
मैं machine.config
और MSpec कॉन्फ़िग फ़ाइल को सुझाव दिया संशोधन कर दिया है, लेकिन यह प्रतीत नहीं होता है मदद।
<runtime>
<loadFromRemoteSources enabled="true"/>
</runtime>
MSpec धावक निर्माण एजेंट है कि सही ढंग से दृश्य स्टूडियो में स्थानीय रूप से चलाता है पर स्थानीय रूप से एक संकलित DLL संदर्भित कर रहा है। क्या कोई यह समझा सकता है कि इस त्रुटि का अर्थ क्या है और मैं इसे हल करने के बारे में कैसे जा सकता हूं?
आपके टीमसिटी लॉग में, मुझे लगता है कि यह 'NUnitLauncher' लॉगिंग सही है? –
क्या आप अपने लक्षित ढांचे के लिए सही 'mspec.exe' का उपयोग कर रहे हैं? कमांड लाइन_ से आप स्थानीय रूप से कैसे चल रहे हैं? आप विजुअल स्टूडियो (टीडी.नेट या रीशेपर का उपयोग करके) से कैसे चल रहे हैं? –