Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
* In English ...
First of all I apologize for my English is not good and I hope to be as clear as possible. I am a student of systems and have little experience in Vb.Net and I've been doing a small project which implements the control functionality exelentes ExpTree which have been very helpful, but I encounter a unique problem which I would like to share in case someone I can work as possible to deplete the resources to find a solution. Make the program without any problems, no warnings or errors, which when compiled and executed successfully with no problem, but the project that are executable in debug and release folders still do not work as they should, because they are blocked functionality to run .... is the first time this has happened to me and not what is the motive, which never shows me any message at runtime, just hangs, and when trying to run the. exe obj folder I get the following message ( "Failed to create the form. See Exception.InnerException for details. Error: Could not load file or assembly 'ExpTreeLib, Version = 2.11.3511.20870, Culture = neutral, PublicKeyToken = null' or one of its dependencies. The system can not find the file specified. "). Really will not find on the web some similar problem.
I appreciate your kind attention waiting for prompt reply .... Thanks
:)
Posted
Updated 9-Mar-10 18:55pm
v4

1 solution

Your application is unable to find the referenced assembly:
ExpTreeLib.dll

Make sure you have placed and referred it correctly. Looks like a reference issue.
 
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