[mapguide-users] Re: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

2010-10-06 Thread Birgir
No, I have gone through the code and it doesnt dispose the connection. Also my project runs fine on mg2009, the only difference is that Im using the mg2011 dll's. -- View this message in context:

[mapguide-users] Re: Digitize point function Mapguide 2.1

2010-10-06 Thread Mauricio Villablanca
After you get the results you could post the results to the script of your choice using the scriptFrame hidden frame so the user can keep selecting items. Or run the script in the current frame to display the output its output. var params = array(results, value); //value could be the results as

[mapguide-users] RE: Linux distributions tested for MapGuide

2010-10-06 Thread Fernandez-de La Pradilla Dueñas , Elena
Good morning Experts, i need your help. I would like to know what Linux distributions have been tested in MapGuide Open Source. I have seen Red Hat 4.0 and Fedora into the web page but this information is dated in 2006. Has Suse Linux been tested for MapGuide recently? If you have

[mapguide-users] Disposing and closing

2010-10-06 Thread Ivan Miličević
Hello, I'm wondering, is it necessary to dispose MgSiteConnection, MgResourceService, MgFeatureService, MgFeatureReader (closing method for FeatureReader) after completing the operation? How this methods affecting performance? It would be nice to have some guidelines for performance or top

[mapguide-users] Re: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

2010-10-06 Thread Birgir
I found a missing dll and I guess thats why I was getting the AccessViolationException, but now I am receiving dllnotfoundexception. I have the reference to the dll, it exists in my bin folder and just for the fun of it I put the dll in the system32 folder and in the system path. any idea?

[mapguide-users] RE: Linux distributions tested for MapGuide

2010-10-06 Thread Trevor Wekel
Hello, Anything using GCC 4.1 should be ok from a compilation perspective. MapGuide compiles natively on CentOS 5 and the CentOS 5 binaries work on Ubuntu 9. OpenSuse 10 should be fine for native compilation. Binaries built on OpenSuse 10 may work in on OpenSuse 11. Regards, Trevor From:

[mapguide-users] Re: Anyone know anything about this FDO expression editor in maestro

2010-10-06 Thread Jackie Ng
You use the magic $USER_VARIABLE token which will be substituted for user input in the search command. So a matching FeatId filter would look like: FeatId = $USER_VARIABLE if it is numeric OR FeatId = '$USER_VARIABLE' if it is a string (note single quotes for string literals) Also note

[mapguide-users] Re: Expression Editor in Maestro

2010-10-06 Thread Jackie Ng
Take a look at the docs on the Expression Builder for AutoCAD Map. http://docs.autodesk.com/MAP/2011/ENU/AutoCAD%20Map%203D%202011%20Help/Map3D_2011_HTML_Help/filesExpressionBuilder/WS73099cc142f48755-e1f2279115824679ea-7f1d.htm Both are editors for the same expression language. - Jackie --

[mapguide-users] Re: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

2010-10-06 Thread Jackie Ng
Here's a dirty hack: have you tried injecting the bin path into the PATH environment variable as part of your web application's Application_Start() method? The PATH environment variable is used for searching dlls. - Jackie -- View this message in context:

RE: [mapguide-users] Re: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.

2010-10-06 Thread VOLZ Mark (FN)
Might be a bit obvious but have you but it into the reg? i.e. regsvr32.exe dll's full path Mark * This e-mail (including any attachments) may contain confidential or privileged information and is intended for the sole use

[mapguide-users] How can built custom selection tool using ASP.Net

2010-10-06 Thread Mamoon
Hi All, I want to make custom selection tool using ASP.Net for my learning. During building custom selection tool, i think, i need following steps. 1- Add command in toolbar (Using MGmaestro or MGstudio). 2- Write selection code on specific OnClick event and if i want to select feature using