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

Error display form

Status
Not open for further replies.

dk2006

MIS
Jan 19, 2006
53
US
Hi everyone,
I have developed a windows base application. One of the form can't be viewed though the it works find. I just can't modify the form. I tried rebuild project and search for error in my coding.

Error message:
Code:
'One or more errors encountered while loading the designer.  The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes.'

'.ctor' is not a valid identifiers.

...

thanks,
dk
 
If you do a search on the code for ".ctor" selecting the following settings on the find dlgbox:
Search hidden text = Tick
Current document = Tick

It should find the bugged code, which is most likely in the Designer Generated Code.

When you find it, post the line on here and i'll try to work out what its ment to be.
 
cjelec,
Thank you for responding. I did all that already. I think my problem is bigger than simple mistyped. I used ResGen.exe to regenerate resource files. Still no luck.

Anyone?

thanks,
dk
 
Sometime we all can over look the obvious,

I have seen this before, but with custom controls.
Do you have one on the form? or an external object(non-.net framework)?

If you do then try commenting it out from the form completly, this will narrow it down to were the problem really comes from.
 
Doing a google on infragistic, shows that it has loads of bugs.

Did you try commenting it out?
Can you see your dev screen now?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top