Click here to Skip to main content
15,905,028 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hai All,
While i run my application in target system i got a error message like this'

"Could not load file or assembly 'Microsoft.VisualBasic.PowerPack.vb', Version 10.0.0.0"

Can any one help on this plzzz.,
Posted
Comments
Dhanamanikandan 11-May-12 3:18am    
What is the VS version you using?
Himachandra 11-May-12 3:24am    
VS 10.0.0.0
Himachandra 11-May-12 3:24am    
Visual Studio 2010 Ultimate

Try this solution..

If you use PowePacks library in Visual Studio 2011, the Microsoft.VisualBasic.PowerPacks.Vs dll whose version is 11 should be adds into the project.
Remove the reference in your project and then add another reference with version 11. If you can’t find it in the Reference Manger, you can find it in the [ProgramFileFolder] \Reference Assemblies\Microsoft\VBPowerPacks\v11.0 folder.
In addition, to the PowerPacks question, 


I think you can get better help in the Visual Basic Power Packs Forum.

http://social.msdn.microsoft.com/Forums/pl-pl/vbpowerpacks/threads[^]
 
Share this answer
 
v2
"in target system": i.e. on a computer which is not your development machine? Just make sure to install that Visual Basic Power Pack on that machine also.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900