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 » ProfUIS230md.dll was not found, Collapse All
Subject Author Date
Antoan Christov Apr 3, 2005 - 10:53 AM

I used ProfUISAppWizard to create a new ProfUIS project. Then without modify anything I built it and tried to start it but - "This Application has failed to start because ProfUIS230md.dll was not found. Re-installing the application may fix this problem. "


Reinstalling didn’t help.


I tried to add a similiar project into the sample solution - the same bad message.


The projects settings are the same as these projects settings into the sample solution.


Do you have any ideas?


 


 

Technical Support Apr 3, 2005 - 11:27 AM

Before using the Application Wizard, please compile the Prof-UIS library. In your particular case, you need to compile it to the MBCS Debug configuration. As a result, you should have the ProfUIS230md.lib and ProfUIS230md.dll files which will allow you to use the library in your projects. You can compile the library manually (with Visual Studio) or with the Prof-UIS Integration Wizard (Visual Studio is used implicitly). Please contact us if you encounter any difficulties.

Antoan Christov Apr 3, 2005 - 2:41 PM

Thank you for the answer but i think I have compiled it already.


I built and run all sample projects and I had no problems, but if I try to make my own project the bad message appears.  

Technical Support Apr 4, 2005 - 7:23 AM

This error is usually caused by your executable file being unabled to find the Prof-UIS dll. Please make sure that the dll is located either in the directories specified by the PATH variable, in the system directory, or in the project’s current folder. You can also specify the Working Directory in the project settings.