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 with Integration wizard Collapse All
Subject Author Date
Tak Ming Leung Nov 1, 2009 - 7:23 AM

I have just installed the integration wizard on my VS2008. When I try to generate a Prof-uis application from "New Project" using ProfUISAppWizard, it goes straight back and display an error message - (Creating project "project" ...... project create failed) on the status bar. I wonder there is anything wrong on the installation.


I checked the  VCWizards - ProfUISAppWizard folder, all required folders are there but there is only ProfUISAppWizard.vsdir in the vcprojects - Prof-UIS folder.


OS: Window XP professional


Compiler: Microsoft Visual Studio 2008 Professional


 

Technical Support Feb 17, 2010 - 1:34 PM

We can assume the first problem is brought by the Prof-UIS Application Wizard for Visual Studio 2008 (9.0). Though the VsWizard.VsWizardEngine.8.0 wizard engine version must also work with Visual Studio 2008.

The second problem is well known and this is a real problem of Visual Studio 2005 and later versions. These Visual Studio versions cannot work with multilingual resources (such as rich Prof-UIS resources translated into 40 languages) if the current system locale is set to one of the complex Asian languages (Korean, Japanese, Chinese). To avoid this problem you can either switch the default Windows locale to English for compiling Prof-UIS DLLs and then restore the default locale back or just comment most of Prof-UIS resource includes in the …/Prof-UIS/Include/Resources/Resource.rc file.

The third problem looks like the result of the second one.

Thank you for your effort. We additionally added three months to your subscription so it now expires March 22, 2011 .

Vincent SAFFRE Nov 14, 2016 - 12:38 PM

Hi, I just installed ProfUIS 3.3.0.0 and I had the same issue with ProfUISAppWizard that doesn’t work with VisualStudio 2010.


As explained by ILHwan Jeong (Thank’s to him), it comes from an error in the file ProfUISAppWizard.vsz on the following line : 


Wizard=VsWizard.VsWizardEngine.8.0


I just replaced ’8’ by ’10’ (for VisualStudio 2010) and it works. My langage is French so it is enough to solve my problem.


It’s a shame that these files have not been corrected since 6 years.


BR


Vincent

Il Hwan Jeong Feb 17, 2010 - 8:01 AM

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


 

Il Hwan Jeong Feb 16, 2010 - 5:33 PM

Humm...


I’m using Visual Studio 2008 English professional (I had purchased it. It is not beta version). So, the above likned solution are not work for me.


I had tried the other ways too (to solve HKCR registry permission issue of VsWizard.VsWizardEngine.9.0 and tried "devenv /ResetSkipPkgs" command.


But those solution also not worked for me.

Technical Support Nov 2, 2009 - 7:16 AM

This is a bug of Visual Studio. It can occur with any wizard. This bad problem is not brought by Prof-UIS. It appears occasionally for different project wizards and particular Visual Studio copies. Please read the following pages:

http://social.msdn.microsoft.com/Forums/en-US/vs2008prereleaseinstallandsetup/thread/fff8b3ab-c541-4dc5-9a93-b823b32e3866
http://petesbloggerama.blogspot.com/2007/10/visual-studio-2008-orcas-creation.html
http://devlicio.us/blogs/ziemowit_skowronski/archive/2007/11/22/visual-studio-2008-quot-project-creation-failed-quot-deja-vu.aspx



Il Hwan Jeong Feb 16, 2010 - 5:34 PM

Humm...


 


I’m using Visual Studio 2008 English professional (I had purchased it. It is not beta version). So, the above likned solution are not work for me.


 


I had tried the other ways too (to solve HKCR registry permission issue of VsWizard.VsWizardEngine.9.0 and tried "devenv /ResetSkipPkgs" command. But those solution also not worked for me.