thiago.ferreira 0 Posted March 4, 2015 Share 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! Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 4, 2015 Administrators Share Posted March 4, 2015 Have you installed runtime package on yr server? Link to post Share on other sites
thiago.ferreira 0 Posted March 4, 2015 Author Share Posted March 4, 2015 Excuse-me, I wrote it wrong: Which runtime package, please? Because it used to work perfectly. Thanks Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 4, 2015 Administrators Share Posted March 4, 2015 uniGUI runtime package. Are u testing yr DLL on yr server on yr development PC? Link to post Share on other sites
thiago.ferreira 0 Posted March 4, 2015 Author Share 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 Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 4, 2015 Administrators Share 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? Link to post Share on other sites
thiago.ferreira 0 Posted March 5, 2015 Author Share Posted March 5, 2015 In fact, there is no log file. The application doesn't start at all... checkout this screenshot: Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 5, 2015 Administrators Share Posted March 5, 2015 Do not add port number Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 5, 2015 Administrators Share Posted March 5, 2015 IIS is at port 80! Link to post Share on other sites
thiago.ferreira 0 Posted March 5, 2015 Author Share Posted March 5, 2015 But IIS and the application are both configured to prot 6001, you see Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 5, 2015 Administrators Share Posted March 5, 2015 Have you went through all required steps to setup IIS for a uniGUI app? Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 5, 2015 Administrators Share Posted March 5, 2015 http://forums.unigui.com/index.php?/topic/3048-guide-to-deployment/ Link to post Share on other sites
thiago.ferreira 0 Posted March 13, 2015 Author Share Posted March 13, 2015 Yes I have... I tested using a fresh new application. No success Link to post Share on other sites
thiago.ferreira 0 Posted March 16, 2015 Author Share 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 ! Link to post Share on other sites
Administrators Farshad Mohajeri 1799 Posted March 16, 2015 Administrators Share 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. Link to post Share on other sites
Recommended Posts