LuizFernando_ Posted October 20, 2015 Posted October 20, 2015 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: http://forums.unigui.com/index.php?app=core&module=attach§ion=attach&attach_id=2193 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.
Administrators Farshad Mohajeri Posted October 20, 2015 Administrators Posted October 20, 2015 Have you installed unigui runtime package?
LuizFernando_ Posted October 20, 2015 Author Posted October 20, 2015 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?
Administrators Farshad Mohajeri Posted October 20, 2015 Administrators Posted October 20, 2015 If you use demo then set all path settings to default. After that install unigui demo on your server.
LuizFernando_ Posted October 21, 2015 Author Posted October 21, 2015 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 Farshad Mohajeri Posted October 21, 2015 Administrators Posted October 21, 2015 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.
LuizFernando_ Posted October 21, 2015 Author Posted October 21, 2015 The example I used was presenting message: "Access violation at address 016489EB in module 'maps.dll'. Read of address 00000000"I will try another example, you suggest any?
Administrators Farshad Mohajeri Posted October 21, 2015 Administrators Posted October 21, 2015 Are you using the latest build?
LuizFernando_ Posted October 21, 2015 Author Posted October 21, 2015 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
Recommended Posts