ThinkGeo.com    |     Documentation    |     Premium Support

When publishing demo site to our web server

When trying to visit our published demo web site, the following error occurs:


 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 



Exception Details: System.Resources.MissingManifestResourceException: Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "ThinkGeo.MapSuite.WebEdition.Properties.ExceptionDescription.resources" was correctly embedded or linked into assembly "WebEdition" at compile time, or that all the satellite assemblies required are loadable and fully signed.


Server Error in '/' Application. 


Could not find any resources appropriate for the specified culture or the neutral culture.  Make sure "ThinkGeo.MapSuite.WebEdition.Properties.ExceptionDescription.resources" was correctly embedded or linked into assembly "WebEdition" at compile time, or that all the satellite assemblies required are loadable and fully signed.


 



Nelson,  
  
 The current WebEdition has a bug that after deployment, if the assembly throws an Exception, map control cannot get the Exception Description from the resources, and it will throw a “cannot find any resources“exception. That means, whatever the real exception is, the control will eat that exception and throw the “cannot find resources” one.  This is definitely inconvenient and sorry about that, we will make it right in the next version. 
  
 So for now, I cannot do much according to your exception description. Just want you make sure everything goes well in the debug mode and do the transfer carefully. Please let me know anything in your project you think might bring this issue.  
  
 Ben. 
  
  


It's alright. I was expecting to run into conflicts accessing a new database that was integrated into the site but was surprised when this one surfaced instead. I'll troubleshoot the new addition as the old site had worked without this problem so hopefully that will clear up the issue. I'll post back if I can not resolve.



Well, even if I manually move the files over without ‘publishing’ it the same error occurs. To try to eliminate issues, I moved the SQL Express database to the same machine we would like to host to and configured the site accordingly. In visual studio, the site works correctly but on the server it does not. I’m still inclined to beleive something involving a connectivity to SQL Express is what is causing the error specifically on the server but until I can get debug info it is hard to diagnose when all is when in the IDE. I know this is a hard question, but is there any sort of ETA as to when the next Beta will be out?

I can totally understand how tough it is to debug without exception info. We are now dedicated working on the new release and I think it will be available in the middle of January, which will include Core, Desktop and Web edition with all bugs (we found) fixed and some new features added. We will provide more detailed info in forum when we get closer to the release. 
  
 Ben 


Thank you.

Let me know for any more queries and Merry Christmas:)

Server Error in ‘/’ Application. 
  
 Runtime Error 
  
 Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.  
  
 Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a “web.config” configuration file located in the root directory of the current web application. This <customErrors> tag should then have its “mode” attribute set to “Off”. 
  
  
  
  
 <configuration> 
     <system.web> 
         <customErrors mode=“Off”/> 
     </system.web> 
 </configuration> 
  
 Notes: The current error page you are seeing can be replaced by a custom error page by modifying the “defaultRedirect” attribute of the application’s <customErrors> configuration tag to point to a custom error page URL. 
  
  
  
  
 <configuration> 
     <system.web> 
         <customErrors mode=“RemoteOnly” defaultRedirect=“mycustompage.htm”/> 
     </system.web> 
 </configuration> 
  
  
 This is my error that i get when i post my source on internet. (I’m VietNamese) I can send my source code to you, Ben. Can you give me your email to help me!

Truong,


First, thanks for evaluating Map Suite products! 
 
Can you provide more description about your issue, like what’s your code and how you get this exception? That will be great for us to locate the problem.
 
Here is how to post the source code in the forum; sure you can upload the source code as an attachment if you want. If it is sensitive to make it public, you can send it to me by sending to support@thinkgeo.com and ask to forward to Ben.
 
Thanks,
 
Ben