thiago.ferreira Posted March 4, 2015 Posted March 4, 2015 Hi guys, My project works perfectly on debug EXE, no matter if is in my machine or in the server, it works. But the DLL stoped working. I remember that it was ok before I install the devExpress components in delphi, in fact, the DLL size increased a lot (8mb) after that. I haven't change the settings of the project source file (.dpr), so I have no clue of what is causing this. When I run the DLL, the browser just keeps loading - doesn't show any message, neither download any file. I hope you guys could help me, please. Thanks in advance!
Administrators Farshad Mohajeri Posted March 4, 2015 Administrators Posted March 4, 2015 Have you installed runtime package on yr server?
thiago.ferreira Posted March 4, 2015 Author Posted March 4, 2015 Excuse-me, I wrote it wrong: Which runtime package, please? Because it used to work perfectly. Thanks
Administrators Farshad Mohajeri Posted March 4, 2015 Administrators Posted March 4, 2015 uniGUI runtime package. Are u testing yr DLL on yr server on yr development PC?
thiago.ferreira Posted March 4, 2015 Author Posted March 4, 2015 Yeah, I've already installed. The DLL is on server. For testing, I compile and execute the .EXE. Just to inform, there is an testing server, and the release server. Both of them aren't working. thanks
Administrators Farshad Mohajeri Posted March 4, 2015 Administrators Posted March 4, 2015 But the DLL stoped working. I remember that it was ok before I install the devExpress components in delphi, in fact, the DLL size increased a lot (8mb) after that. Have u analyzed the log file?
thiago.ferreira Posted March 5, 2015 Author Posted March 5, 2015 In fact, there is no log file. The application doesn't start at all... checkout this screenshot:
Administrators Farshad Mohajeri Posted March 5, 2015 Administrators Posted March 5, 2015 Do not add port number
Administrators Farshad Mohajeri Posted March 5, 2015 Administrators Posted March 5, 2015 IIS is at port 80!
thiago.ferreira Posted March 5, 2015 Author Posted March 5, 2015 But IIS and the application are both configured to prot 6001, you see
Administrators Farshad Mohajeri Posted March 5, 2015 Administrators Posted March 5, 2015 Have you went through all required steps to setup IIS for a uniGUI app?
Administrators Farshad Mohajeri Posted March 5, 2015 Administrators Posted March 5, 2015 http://forums.unigui.com/index.php?/topic/3048-guide-to-deployment/
thiago.ferreira Posted March 13, 2015 Author Posted March 13, 2015 Yes I have... I tested using a fresh new application. No success
thiago.ferreira Posted March 16, 2015 Author Posted March 16, 2015 Well, thanks to Farshad Mohajeri, I found it. In my project , we share some units between projects, and one of these projects is a deskop application, using DevExpress visual components. That is it. Those components were messing up my release DLL. Thank you !
Administrators Farshad Mohajeri Posted March 16, 2015 Administrators Posted March 16, 2015 Well, thanks to Farshad Mohajeri, I found it. In my project , we share some units between projects, and one of these projects is a deskop application, using DevExpress visual components. That is it. Those components were messing up my release DLL. Thank you ! Thanks for update.
Recommended Posts