वीएस कम्युनिटी 2015 के लिए मेरा लाइसेंस बासी हो गया। अब मेरे लाइसेंस पर हस्ताक्षर या अपडेट करने का कोई भी प्रयास "एक अपवाद के लक्ष्य द्वारा अपवाद को फेंक दिया गया है" के एक त्रुटि संदेश की ओर जाता है। मैं भागा devenv /log
और इस मुद्दे को "फाइल या असेंबली लोड नहीं कर सका 'के लिए समस्या का पता लगाया है।
मैंने मरम्मत और फिर VStudio को फिर से स्थापित करने की कोशिश की है, जिसमें गितुब में "स्कॉरच" अनइंस्टॉल टूल चलाना शामिल है।
मैंने दौड़ने की कोशिश की sfc /scannow
और इसमें कोई अखंडता उल्लंघन नहीं पाया गया। इस अपवाद से संबंधित मुझे जो कुछ भी ऑनलाइन मिला है वह बताता है कि वीएस में चल रहे प्रोजेक्ट के लिए इसे कैसे ठीक किया जाए, लेकिन जब वीएस खुद इसे बढ़ाता है तो इसे कैसे ठीक किया जाए।
मैंने कोशिश की devenv /resetuserdata
तथा /ResetSettings
। कुछ भी काम नहीं किया।
मुझे ऐसा लगता है कि मुझे एक विश्वसनीय DLL से मैन्युअल रूप से अपने GAC को अपडेट करने की आवश्यकता है, लेकिन मेरे जीवन के लिए मैं यह पता नहीं लगा सकता कि यह कैसे करना है।
यह पूरा XML लॉग एंट्री एलिमेंट है जहाँ से एरर आता है devenv /log
:
<entry>
<record>368</record>
<time>2016/12/13 17:21:54.787</time>
<type>Error</type>
<source>UserConnection</source>
<description>User:IdeUser, Exception has been thrown by the target of an invocation.: TargetInvocationException [inner: Could not load file or assembly 'System.Net.Http.Primitives, Version=1.5.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.] during ExplicitSignIn
 at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
 at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
 at System.RuntimeType.CreateInstanceImpl(BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes, StackCrawlMark& stackMark)
 at System.Activator.CreateInstance(Type type, BindingFlags bindingAttr, Binder binder, Object[] args, CultureInfo culture, Object[] activationAttributes)
 at System.Activator.CreateInstance(Type type, Object[] args)
 at Microsoft.VisualStudio.Services.Client.VssConnection.<GetClientInstanceAsync>d__15.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Services.Client.VssConnection.<GetClientServiceImplAsync>d__13.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Services.Client.VssConnection.<GetClientAsync>d__10`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at Microsoft.VisualStudio.Services.Client.VssServerDataProvider.<ConnectAsync>d__39.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
 at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
 at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
 at Microsoft.VisualStudio.Shell.Connected.ConnectedUser.IdeConnector.<ConnectAsync>d__2.MoveNext() (ActivityId: 00000000-0000-0000-0000-000000000000)</description>
कोई विचार?