Could not load Microsoft.visualBasic.PowerPAcks (even though dll is next to exe)

7.3k Views Asked by At

I've developped an application on VS2010, in Vb.net. All is working well on some computers, but some are throwing this error :

Could not load Microsoft.visualBasic.PowerPacks.

I've already encounter this eror, and copying the Microsoft.VisualBasic.PowerPacks.Vs.dll next to my .exe fixed the problem. Still, some users can't use the application, despite the dll next to the exe.

Any ideas ?

Ps: I'm in a AD domain, and i'm not one of the administrators, so no installation possible whatsoever. The framework 4.0 is all I got installed.

2

There are 2 best solutions below

0
On BEST ANSWER

Deleted all from \bin Went through a full recompilation.

It's now working. I don't know why.

But it's working.

0
On

I think your case (which was my case too) is connected with this one, which has a good accepted solution.