質問

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.

役に立ちましたか?

解決

Deleted all from \bin Went through a full recompilation.

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

But it's working.

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top