Re: [mapguide-users] Application develop environment

2007-11-14 Thread Gunter Becker
I found out that my application works when I put the error throwing code in try-catch blocks. Every time I put another piece of code into a try-catch block there is another error message which begin with "Failed to retrieve message for ...". It seems that the error isn't critical for the applicati

Re: [mapguide-users] Application develop environment

2007-11-13 Thread Gunter Becker
Yes, configPath points to my webconfig.ini. (C:\inetpub\wwwroot\MainWeb\webconfig.ini) And I've also tested Page.ResolveUrl(). That's OK. By the way, can I have that UNC-Path or must it be the default path (local path) as seen from WebExtension on the server? Does my application need to reference

Re: [mapguide-users] Application develop environment

2007-11-13 Thread Jackie Ng
Does configPath actually point to your webconfig.ini? It could be that it's looking for webconfig.ini in the "temporary asp.net files" folder. Have you tried Page.ResolveUrl() for the webconfig.ini path? - Jackie Gunter Becker wrote: > > Hi, > > I wonder how to set up my develop environment

[mapguide-users] Application develop environment

2007-11-13 Thread Gunter Becker
Hi, I wonder how to set up my develop environment. I'd like to have my webapplication on a different computer (on my client machine) than the MapGuide OpenSource Software (on the server). Currently I'm developing with Visual Studio and the .NET Framework. I copied the required dll's into the bin