Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When i am installing a set up file on client machine it gives me a error Error1001.Unable to get installer types in the C:\Program files(x86)\Default Company Name\Setup1\Chatar Patar\ChatarPatarPro.exe assembly->Unable to load one or more of the requested types.Retrieve the LoaderException properly for More Information.
Posted

1 solution

Check when you create setup file include all required repository
Are you certain the output of all projects and all third-party DLLs you use are included in the Deployment project? Click on all included files in the Deployment project and check their SourcePath property.
 
Share this answer
 
v2

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