Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Immediate help req. Unable to load a existing VBP module.

Status
Not open for further replies.

indiaa123

Programmer
Aug 27, 2003
25
US
I have an VBP standard EXE project. I was working on it yesterday and it was working fine.

Now i am unable to load the VBP project. I have restarted my PC and tried, no fruitful results.

I am able to load some other projects succesfully, except this project which i was working yesterday.

Not sure what is the problem..Any help in this regard is highly appreciated.


Thanks

 
My suggestion would be that this is probably down to a reference... Re-register any DLLs that appear as references in the project (you can find them by using a text editor on a copy of the VBP file), and try that...

Have you been working with a project group file (.vbg)? If so, make sure you're still using it today, and haven't opened the vbp directly by mistake. (I've done that one before...)

Have you tried to open the project on another machine?

 
In any other machine it is working fine, But in my machine it is giving these errors...Does that mean anything wrong in my machine.?

Thanks
 
Are the files stored on a network location? Does it give you an error, and if so what is the error?

If it is a bad control that needs to be registered, open the project and look on all of your forms. The bad control will be a PICTURE box and is usually easy to distinguish from what you drew on the form.

Greg Conely
 
If it is a control or refernece that is giving you a problem look for a .txt file with the name of the form in which the error occured. This file, located in the app folder, can give you more detailed information.

Take Care,

zemp

"Show me someone with both feet on the ground and I will show you someone who can't put their pants on."
 
This is sounding like something that is not registered properly. Have you uninstalled any software since the last time you used this program?

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top