With VC++ .NET 2003, i'm creating a new class (MFC ODBC container).
Everything seems to work until im about to generate the class.
I get this "Security Warning" message box text :
"The connection string in the generated code may contain plain text
passwords and/or sensitive information. Please review the wizard generated
code for details."
If I confirm this box, my whole VS closes automatically.
I tried with VC++ 6.0 and it worked perfectly. But i dont want do use
anymore this version.
Thanks
Vince