nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #02018
Re: [Bug 697818] Re: Mixed dlls won't load on Windows 7
Hi,
I am the one who reported this bug. That was a long time ago, so today
I tried to reproduce it again and it didn't happen.
Since then, both the Windows 7 and the Windows XP received a lot of
updates (still using NUnit 2.5.9), and a Visual Studio 2010 service pack
came out (so the dll I built this time around is different). Blame it on
any of those...
On Sat, Oct 29, 2011 at 11:15 AM, Charlie Poole <charlie@xxxxxxxxx>
wrote:
> ** Changed in: nunitv2
> Assignee: (unassigned) => Charlie Poole (charlie.poole)
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/697818
>
> Title:
> Mixed dlls won't load on Windows 7
>
> Status in NUnit V2 Test Framework:
> New
>
> Bug description:
> From a QUESTION posted in NUnit's Answers section on Launchpad...
>
> I couldn't report this using Launchpad, so I'm putting it here.
>
> Problem: Can't run a test dll which references mixed C++/CLI dll's
> which reference native C++ dll's. Said test dll runs fine in Windows
> XP, but not in Windows 7.
>
> 1) [XP Box] I build the test successfully
> 2) [XP Box] I run it from the command line using nunit-console (by the
> way, both boxes use NUnit 2.5.9, installed with the same .msi file, and
> both Windows are 32 bit ones). Runs fine.
> 3) Copy the folder with all dll's to the Windows 7 box.
> 4) [7 Box] Same as 2, but using the copied dll's. Fails with this
> message: "Could not load file or assembly <C++/CLIAssembly>.dll or one of
> its dependencies. The specified module could not be found."
>
> I tried enabling fusion logging to see where was NUnit seeking the
> offending dll, but no binding failures related to it where logged.
> Only some from nunit, but I guess those are normal.
>
> I checked if my XP box had any different setting in its PATH
> environment variable, but not.
>
> So now I'm stumped :(
>
> Cheers and thanks for your time
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/nunitv2/+bug/697818/+subscriptions
>
--
*Darío Eduardo Ramos*
Meditech S.A. www.meditech.com.ar
(+54) 01147603300, Interno 31
Av. Julio A. Roca 3456
Florida Oeste, Bs.As. Argentina
--
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/697818
Title:
Mixed dlls won't load on Windows 7
Status in NUnit V2 Test Framework:
New
Bug description:
From a QUESTION posted in NUnit's Answers section on Launchpad...
I couldn't report this using Launchpad, so I'm putting it here.
Problem: Can't run a test dll which references mixed C++/CLI dll's
which reference native C++ dll's. Said test dll runs fine in Windows
XP, but not in Windows 7.
1) [XP Box] I build the test successfully
2) [XP Box] I run it from the command line using nunit-console (by the way, both boxes use NUnit 2.5.9, installed with the same .msi file, and both Windows are 32 bit ones). Runs fine.
3) Copy the folder with all dll's to the Windows 7 box.
4) [7 Box] Same as 2, but using the copied dll's. Fails with this message: "Could not load file or assembly <C++/CLIAssembly>.dll or one of its dependencies. The specified module could not be found."
I tried enabling fusion logging to see where was NUnit seeking the
offending dll, but no binding failures related to it where logged.
Only some from nunit, but I guess those are normal.
I checked if my XP box had any different setting in its PATH
environment variable, but not.
So now I'm stumped :(
Cheers and thanks for your time
To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/697818/+subscriptions
References