Jump to content

Recommended Posts

Posted
Good afternoon,

 

Someone has had the problem by publishing the project in IIE7?

 

Error:

 

Message: 'Ex' is not defined

Line: 19

Character: 1

Code: 0

 

 

Already performed the processes described in:


 

Such as setting:

In ServerModule ExtRoot set the property to [ext] \

But did not solve anything.

 

Does anyone have any tips?

 

I have been hitting the head three days with this problem by searching the internet and the forum but found no solution other than what I've tried.

Posted
C: \ Program Files \ FMSoft \ Framework

but according to the manual: uniGUI Developer's Manual

 

Page  11: Adjusting Paths

"copy the "ext" folder to same folder your Web application executable/module resides."

 

I need to copy to the folder where the application is.

 

I've done this but the error remains.

 

I am using the demo version to see if it is feasible to buy the tool.

 

Can it be?

Posted
Good morning Farshad Mohajeri,

 

I opened one of the examples "maps" but the project was designed to run within the UniGui Server and in my case I will run on IIS.

I have not changed anything from the project, but it does not generate the DLL to I run in IIS.

 

How to proceed in this case?

 

 

We could talk for email to make more agile solution to this problem?

  • Administrators
Posted

Open project file

 

replace

{$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI module'

with

{.$define UNIGUI_VCL} // Comment out this line to turn this project into an ISAPI module'

Close / Open project.

 

Build project.

 

You will have the dll.

Posted

I using FMSoft_uniGUI_Complete_0.99.10.1182_Trial for developer server.

 

Into IIS server already tested versions:

 

FMSoft_uniGUI_Complete_0.99.10.1182_Trial

FMSoft_uniGUI_Complete_0.99.50.1205_Trial

×
×
  • Create New...