google-code-export / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

debugging the VS 2010 plugin doesn't work out-of-th-box on x64 #696

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. get source, compile, run install.bat
2. debug into visual studio w/ the 2010 plugin project as startup

What is the expected output? What do you see instead?
expected the plugin to load, the plugin did not load b/c VS couldn't resolve 
the assembly reference.

problem happens b/c install.bat does not install the proxy assembly to the GAC 
on x64 machines. I've attached an svn patch file that fixes the problem

Original issue reported on code.google.com by spworw...@gmail.com on 29 Jul 2010 at 7:47

Attachments:

GoogleCodeExporter commented 9 years ago
The patch didn't work exactly as expected on 32 bit, so I tweaked it a little. 
Can you confirm that it still works for you?

Original comment by grahamr...@gmail.com on 7 Sep 2010 at 8:41