Click here to Skip to main content
15,891,687 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
"Unable to install or run the application. The application requires that assembly Microsoft.VisualBasic.PowerPacks.Vs Version 10.0.0.0 be install in the Global Assembly Cache (GAC) first." please help me on this matter
Posted
Comments
ZurdoDev 8-Oct-15 16:10pm    
The error tells you what to do. Put the dll in the GAC.

1 solution

Either install PowerPacks on the client machine (see https://msdn.microsoft.com/en-US/vstudio/bb735936[^]) or develop your software product without using PowerPacks. :-)

—SA
 
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