T O P I C R E V I E W |
wmac |
Posted - Mar 20 2013 : 03:13:29 AM Hello,
I am receiving an exception on VStudio startup since the Vstudio 2012 Update 1 is applied.
quote: <entry> <record>1583</record> <time>2013/03/20 08:05:34.151</time> <type>Error</type> <source>Editor or Editor Extension</source> <description>System.NullReferenceException: Object reference not set to an instance of an object.#x000D;#x000A; at r.TextViewCreated(IWpfTextView textView)#x000D;#x000A; at Microsoft.VisualStudio.Text.Editor.Implementation.WpfTextView.<>c__DisplayClassc.<BindContentTypeSpecificAssets>b__9()#x000D;#x000A; at Microsoft.VisualStudio.Text.Utilities.GuardedOperations.CallExtensionPoint(Object errorSource, Action call)</description> </entry>
Do I need to buy an update extension to solve VS Update1 issues? My support finished on December 2012 (I have version 10.7.1918.0 built 2012.10.26).

|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Apr 02 2013 : 8:50:25 PM Thank you for the information johnshue, hopefully this will fix the problem here. Its good to know the fix was so simple for you. |
johnshue |
Posted - Apr 02 2013 : 11:03:24 AM Sounds like the same error I was getting.
I found this link which helped me fix it for me (http://connect.microsoft.com/VisualStudio/feedback/details/773274/text-editor-exception-at-startup#details).
Basically you need to disable the Visual Assist X extension, restart Visual Studio, enable the Visual Assist X extension, and restart Visual Studio. |
feline |
Posted - Mar 20 2013 : 12:46:10 PM VA 1918 is working quite happily in VS2012 with Update 1 for me, running under Windows 7 64bit.
Can you please try going into:
IDE Tools menu -> Extensions and Updates...
and uninstalling Visual Assist X, then after restarting the VS2012 close the IDE and reinstall VA. You can download the VA 1918 installer again from this page if needed:
http://www.wholetomato.com/support/history.asp
does this make any difference? |