Windows Develop Bookmark and Share   
 index > Windows Forms Designer > 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.
 

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.

<<
Could not find type 'int'. Please make sure that the assembly that contains this type is referenced. If this type is a part of your development project, make sure that the project has been successfully built.
>>

What does this mean and how do I fix this? Making small changes to an existing form seems to be causing this more frequently. Previously I was able to clean up by deleting the binaries, etc. and rebuilding. This one does not want to clean up. If I re-open the form design I may also see an out of memory exception. Is there any MSDN documentation which may be helpful?? This is a VS 2005 solution.

TIA,
Bob

DirectShow Newbie
robertk54  Friday, May 15, 2009 11:44 AM
Hi robertk54,

This means the compiler can't find type 'int'. Typically, the error indicates the assembly for this type is not referred correctly or is not referred. Please make sure it's referred to in your project. For type 'int', we need to make sure "System.dll" assembly is referred to in our project.

For out of memory exception, there could be caused by more than one reasons. Would you please attach the Call Stack for this exception?

Best regards,
Bruce Zhou
Please mark the replies as answers if they help and unmark if they don't.
Bruce.Zhou  Monday, May 18, 2009 2:32 AM

You can use google to search for other answers

Custom Search

More Threads

• [Help!] A Control Derive From a VS auto transfer com control Can not Recognize by VS
• [duplication due to a server error, ignore this thread]
• TextBox Enter Key
• sorting Datagridview
• Why My Custom ToolboxItem did not work?
• Form hide/Unhide from another form - Correct Method??
• Designer Hanging Loading Form
• usercontrol with a dgv offering the dgv's properties.
• Snapping controls to a grid in design view
• type typeEditor