OK, I had fixed all problem of ProFUIS 2.88 version.
The first problem of AppWizard caused by setting value fault of Wizard in ProfUISAppWizard.vsz file at C:\Program Files\Microsoft Visual Studio 9.0\VC\vcprojects.
--------------------------------------------------------------------------
VSWIZARD 7.0
Wizard=VsWizard.VsWizardEngine.8.0
Wizard=VsWizard.VsWizardEngine.9.0
Param="WIZARD_NAME = ProfUisAppWizard"
Param="RELATIVE_PATH = VCWizards"
Param="FALLBACK_LCID = 1033"
--------------------------------------------------------------------------
Second problem was ProFUIS DLL build error caused by resource importing fault of C:\Program Files\FOSS Software Inc\Prof-UIS\Include\Resources\resource.rc file.
If you want to use asian language resource, you have to comment all other language except US (English) and your language.
In my case i had used only US english and Korean. Other language resource were comment to prevent importing during resource compile.
--------------------------------------------------------------------------
Third problem was ProFUIS DLL Release build error from mt.exe.
Project : error PRJ0002 : Error result 31 returned from ...
It caused by manifest setting of these Rlease projects’ property. So, i had select No of Generate Manifest Option of projects.
Then all above mentioned error were fixed and i can build and create ProFUIS project properly.
--------------------------------------------------------------------------
I had spent lots of days to solve all problem. So, I hope to extend term of my subscription license more than 90 days to compensate troubleshoot by myself.
Best Regards.
ILHwan, Jeong