Completed
Last Updated: 22 Jun 2018 07:48 by Jeremy
Michele
Created on: 10 Aug 2015 14:39
Type: Bug Report
0
justmock
In Visual Studio 2015 Pro justmock generates this error error MSB6006: "vbc.exe" To function properly you need to uninstall VS2015 justmock.

Bye
3 comments
Jeremy
Posted on: 02 Aug 2016 22:08
We had this on our network. This might help you track it.

An issue we get pretty frequently is potentially caused by the Telerik JustMock profiler.  At some point, using JustMock Lite or Upgrading to 2016 Q1 might be nice.
Until then, I’m using this fix.

https://github.com/dotnet/roslyn/issues/3814

According to Telerik support - this is a known issue, which is now fixed. The fix will be made available with the next official release some time in January.

You can apply the fix locally by editing the following files:

"C:\Program Files (x86)\Telerik\JustMock\Libraries\CodeWeaver\32\ImageBlacklist.cfg"
"C:\Program Files (x86)\Telerik\JustMock\Libraries\CodeWeaver\64\ImageBlacklist.cfg"

Add the following lines to both files:
VBCSCompiler
vbc
csc
Stefan
Posted on: 14 Oct 2015 08:30
In any case, I suggest that you open a support ticket instead of posting to the feedback portal. Thanks!
Stefan
Posted on: 14 Oct 2015 08:30
That's unexpected, because vbc.exe is not a managed assembly. Can you share more details? What type of project do you have? In what circumstances do you get that error? Does the error go away, if you have JustMock installed, but disable the profiler from the JustMock menu?