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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Errors trying to view form in design mode

Status
Not open for further replies.

matrixtech

Programmer
Dec 3, 2001
12
0
0
US
Hello,

I have a project that contains about 7 forms. It was created with VB enterprise and I can view the code behind all of the forms through the project explorer, but if I try to view the actual form using the project explorer, I get an error that says there were errors during the loading of
the form. I was able to view the forms about 2 weeks ago. This is what was written to the error log:

Line 103: Property in txtRoyaltyRate could not be loaded.
Line 547: Property in txtcost could not be loaded.
Line 591: Property in txtprce could not be loaded.
Line 615: Property in txtprics could not be loaded.
Line 633: Property in txtcosts could not be loaded.
Line 724: Property in txtValue could not be loaded.
Line 1289: Property in txtRoyaltyTot could not be loaded.
Line 1307: Property in Text2 could not be loaded.
Line 1325: Property in Text1 could not be loaded.
Line 1343: Property in txtValAdded could not be loaded.

I tried reinstalling visual basic to no avail. I also transferred the files to another computer and I was able to view the forms just fine.

Anyone have any ideas?

Appreciate it,

Geoff





 
It sounds like your .vbp Project file may have been
inadvertently altered. Check the Project|Components and
Project|References menus and verify that they're still
OK.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top