Click here to Skip to main content
16,017,297 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
I've this error,
TestParam.netmodule is in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PublicAssemblies<br />

Please suggest me how to solve
Error   1   fatal error C1107: could not find assembly "TestParam.netmodule"
: please specify the assembly search path using /AI or by setting the LIBPATH environment variable


Please help me.
Posted
Updated 30-Dec-10 19:13pm
v2
Comments
Sergey Alexandrovich Kryukov 31-Dec-10 0:59am    
Did you specify the assembly search path using /AI or by setting the LIBPATH environment variable?
Dave Kreskowiak 31-Dec-10 1:30am    
How many time a day are you going to post this question? I highly suggest leaving it at 1.

1 solution

Hi..

The error itself says that the project is not able to find the assembly at the specified path.

Solution to this is to install the required assembly at that path or refer the same assembly from some another path in your project.

I hope this helps.

Thank and regards,
Chetan Ranpariya
 
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