Domanda

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.

È stato utile?

Soluzione

Deleted all from \bin Went through a full recompilation.

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

But it's working.

Altri suggerimenti

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

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top