Professional UI Solutions
Site Map   /  Register
 
 

Forum

Please Log In to post a new message or reply to an existing one. If you are not registered, please register.

NOTE: Some forums may be read-only if you are not currently subscribed to our technical support services.

Forums » Prof-UIS Tech Support » Problems migrating from VS2003 to VS2005 Collapse All
Subject Author Date
Torsten Schucht Oct 23, 2007 - 5:22 AM

Dear Support Team,

I have a problem porting my ProfUIS application from VS2003 to VS2005. I am able to compile and link the Project in VS2005. When I start it, I get an Assert error within the call to g_PaintManager.InstallPaintManager(RUNTIME_CLASS( CExtPaintManagerOffice2007_R2_Obsidian );

This also happens when running an empty project created with the ProfUIS Wizard (all values as default).

The Assert message is as follows:
-----------------------------------------------------------------------------------------------------------
Debug Assertion Failed:

Program: d:\SourceCode\Mainline\Client\Program\SenseID.exe
File: f:\vs70builds\3077\vc\MFCATL\ship\atlmfc\include\afxwin1.inl
Line: 26
...
-----------------------------------------------------------------------------------------------------------
There are two things which confuse me: first I do not have a drive f: on my computer. Second is the directory vs70builds which lets me think that vs2005 is using sources from vs2003.

Do you have any ideas on it?

Thanks in advance

Torsten



Torsten Schucht Oct 24, 2007 - 1:21 AM

As I sad above, the problem was the wrong value of the PATH variable. Now also the "empty project created with the ProfUIS Wizard" works fine.

Torsten

Technical Support Oct 23, 2007 - 3:11 PM

Could you send us this "empty project created with the ProfUIS Wizard" to the support mail box at this web site?

Torsten Schucht Oct 23, 2007 - 7:54 AM

Dear Support Team,

I found the problem and was able to fix it: The PATH environment variable included the "...FOSS Software Inc\Prof-UIS\Bin_7110\" directory which caused the application to load the vs2003 profuis dll. Changing the variable to "...FOSS Software Inc\Prof-UIS\Bin_800\" solves the problem.

This means on the other hand, that it is not possible to use a VS2003 and VS2005 simultaneously.

Torsten

Torsten Schucht Oct 23, 2007 - 5:59 AM

I forgot to mention that I am using ProfUIS version 2.80.

Torsten