Exception Using VB Expressions in Visual Studio 2012 RC

When using VB Workflow projects in Visual Studio 2012 RC, you may receive a System.InvalidCastException while editing expressions. The Exception message would be similar to the following:

 

An exception has been encountered. This may be caused by an extension.

You can get more information by examining the file
'C:\Users\username\AppData\Roaming\Microsoft\VisualStudio\11.0\ActivityLog.xml'.

 

After closing the exception, IntelliSense will stop working in your VB expressions. However, you can still successfully author and run your Workflows. Highlighting and expression validation will continue to work.

This situation can also occur with C# projects if you target .NET Framework 4.

 

The following KB article addresses this issue (includes Hotfix information):

https://support.microsoft.com/KB/2718685

 

Alternatively, you can download and install the "July 2012 Update for Microsoft Visual Studio 2012 RC" which includes a number of fixes besides the above fix:

https://www.microsoft.com/en-us/download/details.aspx?id=30178

 

Of course, we have fixed this problem for the RTM release.

 

Please let us know if you have any questions in this regard.