Click here to Skip to main content
15,897,094 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
The application runs without any problems but I cannot edit the application' main form.

I am getting the following error when I try to edit the main windows form.

Could not load file or assembly "Dmd.Image, Version=3.6.0.0, Culture=neutral, PublicKeyToken=null" or one of its dependencies. The system cannot find the file specified.

The assembly Dmd.Image links to two unmanaged DLLs. I am assuming the problem is that the Designer cannot find one of these Dlls.

How can I get the Designer to see the unmanaged DLLs?

How can I find out what file it cannot find?
Posted

1 solution

 
Share this answer
 
Comments
Member 12184955 13-Dec-15 21:01pm    
Hello,First of all,Thank you for your help!
I have read the link you give,and I have do the following thing:
1.Copy my unmanaged dlls to "system32" folder,it dosen't work!
2.Set user environment variable "path" with my "bin" folder,it work well!
So I have the other quetion: why First dosen't work?

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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