Visual Studio .Net 2003 IDE Hangup

  • Thread starter Thread starter Manuel Bua
  • Start date Start date
M

Manuel Bua

Hi everybody,
i'm developing an application in Visual C++ .Net 2003.
When i open the project (it contains 2 form) the IDE hang and i must
terminate it via TaskManager. In order to open my project, i need to rename
the project directory, adding a char for example, then the IDE works great.
Any idea?

Thank you in advance,
Manuel
 
* "Manuel Bua said:
i'm developing an application in Visual C++ .Net 2003.
When i open the project (it contains 2 form) the IDE hang and i must
terminate it via TaskManager. In order to open my project, i need to rename
the project directory, adding a char for example, then the IDE works great.

What's the name of the project?!
 
The name of the project is "ToCD", and is located in "C:\prj\ToCD"
This is a Managed C++ project, some code is only managed code (that
is: SHGetFileInfo from shell32.dll).
Only 2 forms, one main form, another one is a little form
communicating with the first using a pointer to the instance of the
main-form class. nothing special.
 
Back
Top