Sorry if you are using .net you *HAVE* to use IIS. There are two parts involved with communication to the mapguide server:
1 - The .net server-side API (for your custom scripts) 2 - The mapagent http endpoint (for the AJAX viewer and MapGuide Studio/Maestro) The Visual Studio built-in webserver does not support (2) and WILL NOT WORK. IIS supports both. About the dotnetviewersample: It is assumed to lie under the "www" directory of your MapGuide installation. Eg C:\Program Files\MapGuideOpenSource\WebServerExtensions\www\dotnetviewersample Also IMO it is not the ideal reference application as it is done in the style of classic asp (inline code, includes, lots of un-.net stuff) making it really confusing to asp.net developers used to code-behind and stuff like that. Hope that helps. - Jackie stoff wrote: > > Hi, > > I downloaded the dotnetviewersample and want o make a Visual Studio 2008 > project of it. After copying the sample code to the VS-www directory and > the MG-dlls to the bin directory, I opend the directory as Website. Trying > to compile, I came across the following problems ... > > 1) Type or Namespace JsonObject was not found => I took the proper > namespace Jayrock.Json ... works! > > 2) File \query\property.aspx could not be found => not strange, because it > is stored in the directory \query\classes\property.aspx ... but where is > this path stored?... in a binary? I have not found it in the code and > moved the file in the directory above ... dirty but works ... > > 3) The path /utilityfunctions.aspx could not be assigned. ... found some > wrong include paths, but can't eleminate this error ... any ideas? > > A downloadable Visual Studio website solution would be great ... ;-) > > Has anyone experiences with the asp.net development server? I don't want > to install IIS on my development machine ... > > Best regards ... > > stoff > ----- http://themapguyde.blogspot.com http://www.linkedin.com/in/jackieng -- View this message in context: http://www.nabble.com/Create-a-Visual-Studio-2008-Solution-of-dotnetviewersample-tp18235849p18260186.html Sent from the MapGuide Users mailing list archive at Nabble.com. _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
