Hi Kenneth, i was again have a doubt...i want to restrict the information displayed in the result pane in MGOS. i know that i can do it using the web studio. but the case is i want to implement user management in the application, and say if a normal user has logged in the application then he can view only the specific information whereas the admin can view the each and every information. this i want to do it on runtime as per the user defined roles. i hope i made my point clear to you. can you help me out in this.??
Regards, Vishal Kenneth, GEOGRAF A/S wrote: > > No, I have not seen this error myself. > > You can use a tool like Process Monitor: > http://technet.microsoft.com/en-us/sysinternals/bb896645.aspx > > This tool can capture file access, and may give you an explanation. > I would let the machine run until the error appears. > Then launch Process Monitor, start capture and run the application. > You should then be able to see what activity surrounds the > MapGuideUnmanagedApi.dll, and hopefully guess what goes wrong. > Its a lot of detective work, and is not guaranteed to give a solution. > > Regards. Kenneth, GEOGRAF A/S > > > > Vishaal skrev: >> thanks Kenneth, >> >> can you answer my this question also: >> >> i am using MGOS1.1 with .NET as development environment. >> i have made a MapGuide Application and deployed it to a server ( windows >> server 2003). there is a problem in the application, it works fine for a >> day >> or two and after that it gives server error( unable to load >> MapGuideUnmanagedApi.dll). i have to again deploy the application to make >> it >> working. >> >> what is the probable cause for this dll getting corrupted? how can i >> resolve >> it. i am running into deep trouble because of the malfunctioning of the >> application. >> >> Any help will be appreciated. >> >> >> Kenneth, GEOGRAF A/S wrote: >> >>> Yes, you can add labels runtime, just add a point with an inivisble >>> signature, and the label appears. >>> To insert the points at runtime, refer to the post on the mailing list, >>> that I just made: >>> "drawing customized markers on the fly" >>> >>> You can edit the data by accessing the datasource. >>> If the provider supports updating, you may also edit it. >>> If you are considering editing objects in the map, you can use a Fusion >>> layout (which uses OpenLayers), >>> and then read the WKT from the datasource, and insert it into an >>> OpenLayers Vector layer. >>> You can then use OpenLayers to edit the vector layer, and optionally >>> write data back. >>> >>> Regards, Kenneth, GEOGRAF A/S >>> >>> >>> >>> Vishaal skrev: >>> >>>> Hi Users, >>>> >>>> i want to know that whether it is possible to add labels to a map on >>>> runtime >>>> through a text box in MGOS or not??? Also is data editing and addition >>>> on >>>> runtime is possible in MGOS(same as ArcGIS Server)??? if yes then >>>> please >>>> do >>>> let me know the road map for how to go about these?? >>>> >>>> i am using MGOS 1.2 with Visual Studio2005 on a Windows XP >>>> Proffessional >>>> SP2, IIS 6 >>>> >>>> thanks in advance.:handshake: >>>> >>>> Vishal >>>> >>>> >>> _______________________________________________ >>> mapguide-users mailing list >>> [email protected] >>> http://lists.osgeo.org/mailman/listinfo/mapguide-users >>> >>> >>> >> >> > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > > -- View this message in context: http://www.nabble.com/Add-Edit-on-map-tp15731997s16610p15752503.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
