MudassarRasool / mb-unit

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

Visual Studio Adapter 3.4 has wrong version of Gallio.dll #904

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install Gallio 3.4 and MbUnit
2. Install Visual Studio 2012 Gallio adapter, version 3.4
3. Create a project in VS 2012 with a MbUnit test
4. It will fail with:
------ Run test started ------
Unable to load tests from C:\Users\Terje\documents\visual studio 
2012\Projects\ClassLibrary3\Debug\UnitTest1.dll
An exception occurred while invoking executor 
'executor://www.mbunit.com/GallioAdapter': Exception has been thrown by the 
target of an invocation.
Failed to load the expected version of the Gallio assembly.  Actually loaded 
'Gallio, Version=3.2.0.0, Culture=neutral, PublicKeyToken=eb9cfa67ee6ab36e' but 
expected 'Gallio, Version=3.4.0.0, Culture=neutral, 
PublicKeyToken=eb9cfa67ee6ab36e'.
========== Run test finished: 25 run (0:00:12,604721) ==========

Note it says it loads 3.2 and expects 3.4 but no 3.2 should have been installed.

Looking in the extension folder for the Gallio extension, the manifest file 
correctly says 3.4, but the Gallio.dll which is added there has version 3.2 !

See attached screenshot showing the error message, the file content and the 
content of the vsix.  

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

Original issue reported on code.google.com by te...@hermit.no on 13 Nov 2012 at 4:43

Attachments:

GoogleCodeExporter commented 8 years ago
Forgot the versions info:
Version:  Gallio 3.4 64 bit,
Op-sys:  Windows 7, 64 bit
Visual Studio:  2012  Update 1 - CTP

Original comment by te...@hermit.no on 13 Nov 2012 at 4:49

GoogleCodeExporter commented 8 years ago
The Gallio Visual Studio Integration is really hard
to achieve.
Why?

Original comment by ab2...@gmail.com on 18 Dec 2012 at 9:36

GoogleCodeExporter commented 8 years ago
From where are you getting the "Visual Studio 2012 Gallio adapter"?

Original comment by codywm...@gmail.com on 21 Dec 2012 at 8:15

GoogleCodeExporter commented 8 years ago
The vsix binary is here:  http://aka.ms/mbunit-vs11
And the source code is here: https://github.com/Gallio/Gallio-VS2011-Integration

regards
Terje

Original comment by te...@hermit.no on 21 Dec 2012 at 8:55