Coder Social home page Coder Social logo

mapwindow / mapwindow5 Goto Github PK

View Code? Open in Web Editor NEW
286.0 286.0 99.0 28.43 MB

MW5 is a desktop GIS which is extendable using the plug-in architecture. It is using the MapWinGIS mapping control and is created from scratch in 2015 using new technologies like MEF and Dependency Injection making it small in size, robust and fast.

Inno Setup 0.36% C# 95.21% HTML 0.34% CSS 2.73% JavaScript 0.01% Batchfile 0.01% Smalltalk 0.01% Rich Text Format 1.34%

mapwindow5's People

Contributors

dependabot-preview[bot] avatar mathijs-dumon avatar pmeems avatar sleschinski avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mapwindow5's Issues

WMTS

Hello
is WMTS supported or just WMS.
Unfortunately GDAL WMTS Raster layer is very slow which makes it very hard to work with.
Thanks

Legend docking panel disappeared

I closed the Legend docking panel and now I'm unable to find a way to show it again. I also closed the Identifier docking panel but, in this case, it appears again if I query a vector object. I tried to uninstall and reinstall but the problem remains. Thanks for any help.

Claudio

New release of MapWindow5 availabe

After yesterdays new release of MapWinGIS: https://github.com/MapWindow/MapWinGIS/releases we now proudly announce a new release of MW5: https://github.com/MapWindow/MapWindow5/releases/
Not much is changed besides using the latest MapWinGIS version (v5.0.0), which in turn is using the latest GDAL binaries (v2.3.3).
I also attached a zip-file with the template plug-in. Use it to easily create plug-ins for MW5.

Please use our new forum at https://mapwindow.discourse.group/ to ask questions.

Plugins for MapWindow5?

Hiya! Does anyone know of any downloadable plugins for MapWindow5?
There seems to be a lot of interesting ones that work for MapWindow4, but these cannot be opened in MapWindow 5.

MW5 Plugin

Just wondering about the status of documentation for creating a plugin, that would be very much appreciated

ProjectOpened Event

I am developing a plugin (for mapwindow v5.1.1.207023) that serializes metadata associated to each of the layers created by my plugin during the execution. The problem is that when I load the saved project file again and during deserialization I capture the event "plugin.LayerAdded" but the layer has not yet restored its metadata values because the restore function is called after adding the layer:

private bool RestoreLayers(XmlProject project, out int selectedLayerHandle)
{
   ...
   foreach (var xmlLayer in project.Layers
   {
        ...
        if (_layerService.AddLayerIdentity(xmlLayer.Identity))     // Add layer and inside called LayerAdded event
        {   
               ...
               xmlLayer.RestoreLayer(layer, _broadcaster);     // Deserialize layer metada
}

Everything would be much easier if in "BasePlugin.cs" had a new event "ProjectOpened" just like there is one for "ProjectClosed", ...

        public event EventHandler<EventArgs> ProjectOpened
        {
            add { ProjectOpened_ += value; }
            remove { ProjectOpened_ -= value; }
        }

... triggered by the method "public bool Open (string filename, bool silent = true) "from the file" ProjectService.cs "when result is true:

public bool Open(string filename, bool silent = true)
{
...
       if (legacy)
       {
           result = OpenLegacyProject(filename);
       }
       else
       {
           result = OpenCore(filename, silent);
       }

       if (result) _broadcaster.BroadcastEvent(p => p.ProjectOpened, this, args);

Read ESRI File Geodatabase (GDB)

Reading the description for MW5 it says "geo-database support, WMS support, repository browser". Does that mean only geodatabases as far as data stored on SQL server, SQLLite, and PostgreSQL databases? This does not include the ESRI personal (.mdb) or file (.gdb) geodatabase? Am I correct on that?

Thanks.

Incorrect display Vietnamese UTF-8 in MSSQL/PostGIS

I'm working with layers having Vietnamese attribute encoding in Unicode UTF-8 in MapWindow 5.3 and MapWinGIS 4.9.6. Everything is OK with format esri shapefiles. But after exporting layers to spatial DBMS such as MSSQL or PostGIS, MW5 displays the attribute incorrectly (the attribute tables are still correct in database). Hope new improvement for this problem.
mw_error mssql_encoding_utf8_vietnamese

Map5 query selection color

I have a layer of polygons and I want to select those polygons where

query1

and the result I get is below where the selected polygons are yellow. This is fine, but how do I change selection color to something else, like red. I could not find an option for doing so. Thanks for your help.

query2

Tiles not loading / showing in MapWindow5

Hey All

I am using MapWindow and are confronted with OpenStreetMap tiles not loading / showing when I am on a company network.

  1. When at the company network I type in the "test site" https://tile.openstreetmap.org/7/26/50.png directly into a browser, the tile shows in the browser.
  2. At home when using MapWindow with the same shapefile and using my own laptop and own network everything works fine and the tiles appear in the application.

I assume that I have to set a proxyserver setting, but I am not sure if that is the solution. And if that is the solution, I have no clue what it should be.

Any pointer would be truly appreciated!

Kind regards
M

Projection

Reprojecting shapefiles issues...

I've set the map projection to be WGS 84 / Pseudo-Mercator (EPSG 3857).
I add a shapefile layer with projection WGS 84 (EPSG 4326).

The reprojection tool fails. I get the following messages:
reproject_debug

If instead I set map projection to be WGS 84 (EPSG 4326) and then open the shapefile with same projection and then Reproject shapefile to Mercator (EPSG 3857), the app can crash or I get a similar result:

capture

Here is the shapefile with default prj.
countries.zip

MapWinGis mbtiles

Hi, i neer your help, is posible use .mbtiles Maps in MapWinGIs over c# . Need Work with maps offline.

thanks, for your help.

Byee

Castle.Core could not be loaded

Description: Could not load file or assembly 'Castle.Core, Version=4.1.1.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The system cannot find the file specified.

Stack trace:
at Castle.MicroKernel.DefaultKernel..ctor(IDependencyResolver resolver, IProxyFactory proxyFactory)
at Castle.MicroKernel.DefaultKernel..ctor()
at Castle.Windsor.WindsorContainer..ctor()
at MW5.DI.Castle.WindsorCastleContainer..ctor()
at MW5.Program.Main()

Description: Could not load file or assembly 'Castle.Core, Version=4.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc' or one of its dependencies. The system cannot find the file specified.

Stack trace:

Date type support ?

MapWinGIS support for Date and Logical data types. Does MapWindow have a plan to support ?

Group index is out of bounds

Each time the group is added, and then remove the group, a bug occurs, which should be caused by the index of the group when the LegendGroups is added to the group,because LegendGroups must manage _positions and _allGroups, if remove group ,_positions and _allGroup index is different;

Stack trace:
at MW5.Api.Legend.LegendGroups.get_Item(Int32 position)
at MW5.Api.Legend.LegendGroups.ItemByHandle(Int32 handle)
at MW5.Controls.LegendPresenter.RunCommand(LegendCommand command)
at MW5.Plugins.Mvp.CommandDispatcher1.RunCommandCore(String key)
at MW5.Plugins.Mvp.CommandDispatcher1.ItemClick(Object sender, EventArgs e)
at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
at Syncfusion.Windows.Forms.Tools.ContextMenuStripEx.OnMouseUp(MouseEventArgs mea)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ToolStrip.WndProc(Message& m)
at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

Api.Concrete.Coordinate Constructor

My plugin uses Z values in all shape files. But the Coordinate class only provides a single constructor that only allows X and Y values to be passed in. So I have to call it and then separately assign the Z value using the Z property. Would prefer to have another constructor that would allow me to pass in the Z values as well.

Chinese Character Labeling Error. Need Help.

Hello! Sorry for my English.
I'm trying to create labels on the map from my SQLite database, but it turned out that the encoding of the Russian language is not supported.
I Checked the SQLIte database. The field "FileName" in Tmpcadd table has chinese character and saved by unicode. But when I use [MapWindow5] to load and Label the field, the label text error occured like following image。

Using SQLite Expert to view TmpCadd(encoding is utf-8),FileName field is correct.
image
So I run MapWindow 5 to load TmpCadd and labeling it by FileName field, chinese charater is error:
image
I checked [filename] field and found labeling text is as same as SQLite expert's error when encoding is ANSI as following.
image
image
What can I do?
tempdb.zip

Plugin Serialization

My previous MapWindow4 plugin implement overrides for ProjectLoading and ProjectSaving methods to add plugin specific state information that I wanted to save/serialize to the project file. Looking through MapWindow5 I'm not finding an obvious replacement. Unfortunately I'm more of a C++ guy than a C# guy but it looks like MW5 is leveraging the DataContractSerializer (wrapped by DataContractSerializer) to serialize XmlProject which has DataMembers that reference just about everything else. The only Plugin Serialization that is done though appears to via the Plugins property of tthe XmlProject. Unfortunately XmlPlugin is only one that doesn't use the DataContract and DataMember attributes..... How is a plugin developer supposed to serialize to the project file? Thought I'd ask just in case someone already knows this answer. I'll continue digging. Thanks!

plugin watershed delineation

Good morning, I installed mapwindow 5 because I should calculate the area of a river basin with the plugin watershed delineation. After the installation, however, under the menu plugins only appears to me "configure plugins ..." and I can not do anything. You can help me? Thank you.

New forum available

Since our move from CodePlex to GitHub we lacked a proper forum.
Discource Forum was so kind to not only provide the software but also host the forum for free.

The category for MapWindow5 end-users is available at: https://mapwindow.discourse.group/c/mapwindow5-users
We've also created categories for MapWindow5 developers, MapWinGIS developers and MapWindow plug-in developers.

Please ask your question at the forums instead as a GitHub issue.

Attribute Table

version 5.3 would not show the attribute table when I tried to edit or access. It worked fine last fall, but an update to Windows 10 might have broke it. Upgraded to version 5.4 and still no attribute table but now when I try to find the information on a poly, mapwindow just closes.

Visual Studio 2017

Hi,
I would like to open the solution into Visual Studio 2017 Community Edition but it fails to compile due to changes in the NuGet packages manager.
Do you plan to support VS2017 soon?
Thanks

Getting started with MapWinGIS 4.9.3+ --> Not working as stated.

I have followed the instructions to:

  • Download and Install MapWinGIS - Win32
  • Added it to my form
  • Adjust the KnowExtents to keUSA
  • Set my Lat/Long to (39.3718516, -76.3840588) Zoom to 5
  • Projection to GOOGLE_MERCATOR
  • Grab Projection from Data to True
    Result --> A white tile with no data around my lat and long
    Is there additional properties that need adjusted? A sample project so that you could compare the OCX properties solves a-lot of this type of startup issue.
    Thanks for any help! I am using Visual Studio 2017 using C# Win Forms

Proxy password box is "in the clear"

Any chance of switching the implementation of the password box to one that only shows asterisks? I have to use my network password here so having it "in the clear" is a real security issue.

Longitude display error.

On Mapwingis there is a longitude display error, which alos seems to upset tile loading of background maps. It s present in 4.9.6.1 and in 5.0.1.0
Set Map1.ShowCoordinates=true
The default latitude and longitude is degrees and minutes
However using this default map set-up when the cursor is just in the west the values the map is displaying -ve minutes with positive degrees. I guess its a bug in the display conversion routine.
Using W7 and VB6. You can see this easily if you display a background map and pan it to London UK which is on the Grenwich meridan. Then move the cursor slowly from right to left. It changes from Lng: 0° 00 ' to -1° 59' which is incorrect it should read -0° 01'. A similar bug seems to affect the tiles which are refreshed and loaded. The result is that tiles to the west are not updated properly and display in lo-res than those on the right.
image

动态投影支持

   当加载和数据框不同坐标系的图层时,能否不生成新文件,采用动态投影的方式进行显示。

Incorrect display of SLOVENE national characters from Spatialite

Hi there!

I am running MW5.1 application on Windows 10 with connection to spatialite db (utf-8). Layers are added from a spatialite database.

When change the Encoding of the streamreader:

        sr.Encoding = Encoding.GetEncoding(1250);

and write text to file then any special characters will be handled correctly.

But this is not the case with MW5 when tried to show our characters in the Table Editor, as labels, as categories or in the identifier.

Is there any possibility that we can show UTF-8 encoded text from spatialite or from shape file in MapWindow5?

Thanks for help, Vojko

Shared publicly

when i link postgis,chinese show error

when i link postgis,chinese show error
pgconnstr = "PG:host=localhost dbname=x user=postgres password=xxx";
string sqlOrLayerName = "SELECT * x";
int handle = map.AddLayerFromDatabase(pgconnstr, sqlOrLayerName, true);
How can I solve it?

MapWindow4 Plugin Porting to MW5

Working my way through porting a plugin that I had under MapWindow4 and would be great if there was a cross reference of things like "In MapWindow4 Plugin the MapWinGIS reference is now replaced by...." I really like the new plugin approach but nice reference doc would be great. May start putting one together if not.... Thanks!

Silent installer issue for MapWindow5

Hi,

I'm trying to perform a silent installation for MapWindow-v5.1.1.0-Win32.exe and it runs into an issue. The Visual C++ Redistributable (x86) - 12.0.30501 will pop up looking for user input.

After troubleshooting the installer I found that the Visual C++ Redistributable (x86) - 12.0.30501 that is executed uses the option of /qb . This option is no longer used for this installer. For it to work as intended, the options are /passive or /quiet.

Could the installer command line be updated to use /passive or /quiet instead?

Thanks.

Disappearing Plugins List

Something caused the plugins to stop being listed under the plugins menu. Additionally when clicking configure-plugins there are no plugins shown despite the Plugins subfolder being completely populated. Going to clone and build MapWindow to see if I can found out why. But thought someone might have a quick answer. Thanks.

Crashing w/out notification

As of yesterday, MapWinGIS started crashing on one pc (my main). I had not changed anything on the pc (although a Windows 10 update happened the same morning....). The exact same code still works on other pc's. The application is a MsAccess database, several forms utilizing MapWinGIS. This code has been working fine for the last 4 or 5 years. I'm running MapWinGIS version 4.8. The line of code that crashes is:

SelWellsLayer.Categories.ApplyExpressions

The .ApplyExpressions function causes crashes in all forms that have that code. When that line of code is run, the database just disappears (closes) without any messages. I'm at a bit of a loss on how to diagnose this. I tried uninstalling and re-installing MapWinGIS, no change. Thoughts?

Thanks,
Doug

Problem with add layer from image

I am using MapWinGIS4.9. When I add a layer from image, the scale of the map is incorrect. How can I adjust the scale to the correct one or edit the image before add layer?
Thanks you for help!

Access Shapefile Attributes

I'm currently porting a MapWindow4 Plugin that had code that would look for a specific field name in the shapefile. The general code flow is shown below

MapWinGIS.Shapefile l_sfi = null;
.....
l_sfi = m_mapWin.Layers[i].GetObject() as MapWingGIS.Shapefile;
....
if (l_sfi.get_Field(0).Name.CompareTo("Name I'm Looking for") == 0)
{
   //Do something
}

How is this supposed to be done with MW5? I ask because the I'm now using the IAppContext to gain access to the Layers but ILayer does not have a GetObject method and also not sure whether Shapefile is still part of MapWinGIS or not. I'm sure I'll find it but figured I'd ask now just in case I don't. My reference is the plugin example codes that include the PluginTemplate. Thanks!

Plugins - MapWindow

Hiya,
I am new to both Github and MapWindow. I was wondering how to access the plugins?
I see that there are options in the Configure Plugins Menu, but how does one actually access these plugins for use?
Thanks!

Read Only Coordinate X and Y Properties?

Was wondering why the X and Y properties of the Coordinate class were read only. I have a few use cases where I allow users to move coordinates. I had to obtain the InternalObject to do this. When I have time I will look at the Shape Editor Plugin to see how it handles this. There may be a good reason for this but it's not obvious to me right now. Thanks.

axMap.DrawLabel problem

Form1.cs.txt
error1
I am using precompiled MapWinGis version 4.9.4.2 with Delphi7, Vs2013 VB and VS2013 C#
I have attached C# example
When I comment line with DrawLabel statement , all is Ok. when uncomment this line, project crashes.

SelectByRectangle

Hi,
System crash when I click feature by SelectByRectangle tool。
I looked at the MapWinGIS source code,found Shapefile_Selection.cpp-SelectShapeCore()-_shapeData[shapeVal]->shape is NULL

SyncFusion Licensing

Paul, et. al.,

Just recently moving back onto a few sprints on a project that uses MapWindow5. I have a new dev machine and MapWindow5 was complaining about missing Syncfusion references when I tried to build it so I went to SyncFusion's website (as I think I did before) and downloaded the Windows Forms controls distribution.

I've since been e-mailed by a SyncFusion rep indicating that despite MapWindow having an agreement with SyncFusion my company does not so I will need to purchase licenses to use their controls. What does the agreement that MapWindow has with SyncFusion actually say? I think I can get by without building MapWindow5 and just building my plugin without SyncFusion references but this just seems wrong from an OpenSource perspective. Let me know. Thanks!

MSSQL Add Geometry error

I have some spatial tables in MS SQL Server. When trying to draw new feature in MW5 with the tool Add Geometry, it can't be saved into database. The layer has a Primary-Key attribute name OBJECTID, MW5 doesn't let me edit that attribute, and it seems to set to NULL value when saving edit. Here's the sample data & screenshot of problem. Any solution? Thanks!
Data: database.zip

mw_error mssql_add_geometry

Installation Issues

I downloaded and installed MapWindow-v5.1.10-x64.exe on a Windows 7 64bit machine. I am having several issues.

  1. My regular login does not have Admin privileges so the initial attempt failed when the installer tried to create the MapWindow5 directory in "C:\Program Files" folder.
  2. Installing with non-Admin account to C:\MapWindow5 was almost successful (at least didn't have any problems writing there) but one of the final things the installer does is to update the registry with several keys and all of these attempts failed.
  3. I was able to install "successfully" when I run the installation as an Administrator. Unfortunately, since it was installed under an Admin account all the configurations seemed to be keyed to the Admin account profile used for the installation. For example, none of the repositories are shown in the Repository window docked on the right side of the App. Additionally, I can add a Shapefile as a layer but I can't edit properties because the properties context menu option never shows a dialog.
  4. So with my installation the only way I can run MapWindow5 and get full functionality is by running it as an Administrator. This is ok as a temporary fix but end users of my plugin have far less privileges then I do so will never be able to run MapWindow5 with the current installer. Maybe an installation option to "Install for All Users" would correct the problem.

I am open to suggestions and other workarounds but seamless installation would be preferred. Thanks for all the work. It looks great!

print plug-in

when I use the print plug-in, the toolbar on the right of the image (with elements and properties) doesn't work; it is not active.

Aritmetic Error on load app, Windows 10, Two HighDPI monitors

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.ArgumentNullException: Value cannot be null.
Parameter name: form
at Syncfusion.Windows.Forms.Tools.XPMenus.FormNativeWindow..ctor(Form form)
at Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager.SubscribeFormNativeWnd()
at Syncfusion.Windows.Forms.Tools.XPMenus.MainFrameBarManager.Form_Load(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at Syncfusion.Windows.Forms.MetroForm.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************
mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll

MapWindow
Assembly Version: 5.1.1.28951
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MapWindow.exe

MW5.Services
Assembly Version: 5.1.1.28941
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Services.DLL

MW5.Shared
Assembly Version: 5.1.1.28935
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Shared.DLL

MW5.Plugins
Assembly Version: 5.1.1.28937
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Plugins.DLL

System.Windows.Forms
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

System.Drawing
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

MW5.DI.Castle
Assembly Version: 5.1.1.28938
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.DI.Castle.DLL

WindowsBase
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll

System.Core
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System.Configuration
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

log4net
Assembly Version: 1.2.15.0
Win32 Version: 1.2.15.0
CodeBase: file:///C:/Program%20Files/MapWindow5/log4net.DLL

Accessibility
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll

Castle.Windsor
Assembly Version: 3.3.0.0
Win32 Version: 3.3.0.51
CodeBase: file:///C:/Program%20Files/MapWindow5/Castle.Windsor.DLL

Castle.Core
Assembly Version: 3.3.0.0
Win32 Version: 3.3.3.58
CodeBase: file:///C:/Program%20Files/MapWindow5/Castle.Core.DLL

MW5.UI
Assembly Version: 5.1.1.28937
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.UI.DLL

Syncfusion.Shared.Base
Assembly Version: 14.1450.0.46
Win32 Version: 14.1450.0.46
CodeBase: file:///C:/Program%20Files/MapWindow5/Syncfusion.Shared.Base.DLL

MW5.Api
Assembly Version: 5.1.1.28936
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Api.DLL

MW5.Projections
Assembly Version: 5.1.1.28939
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Projections.DLL

MW5.Data
Assembly Version: 5.1.1.28939
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Data.DLL

MW5.Tools
Assembly Version: 5.1.1.28943
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Tools.DLL

MW5.Gdal
Assembly Version: 5.1.1.28944
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Gdal.DLL

MW5.Attributes
Assembly Version: 5.1.1.28940
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Attributes.DLL

MW5.Tiles
Assembly Version: 5.1.1.28939
Win32 Version: 5.1.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/MW5.Tiles.DLL

Syncfusion.GridHelperClasses.Windows
Assembly Version: 14.1450.0.46
Win32 Version: 14.1450.0.46
CodeBase: file:///C:/Program%20Files/MapWindow5/Syncfusion.GridHelperClasses.Windows.DLL

Syncfusion.Grid.Grouping.Windows
Assembly Version: 14.1450.0.46
Win32 Version: 14.1450.0.46
CodeBase: file:///C:/Program%20Files/MapWindow5/Syncfusion.Grid.Grouping.Windows.DLL

Anonymously Hosted DynamicMethods Assembly
Assembly Version: 0.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

Syncfusion.Tools.Windows
Assembly Version: 14.1450.0.46
Win32 Version: 14.1450.0.46
CodeBase: file:///C:/Program%20Files/MapWindow5/Syncfusion.Tools.Windows.DLL

Interop.MapWinGIS
Assembly Version: 4.9.0.0
Win32 Version: 4.9.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Interop.MapWinGIS.DLL

AxInterop.MapWinGIS
Assembly Version: 4.9.0.0
Win32 Version: 4.9.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/AxInterop.MapWinGIS.DLL

Syncfusion.Grid.Windows
Assembly Version: 14.1450.0.46
Win32 Version: 14.1450.0.46
CodeBase: file:///C:/Program%20Files/MapWindow5/Syncfusion.Grid.Windows.DLL

System.Runtime.Serialization
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll

SMDiagnostics
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll

System.ServiceModel.Internals
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll

System.Data
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

System.Data.SQLite
Assembly Version: 1.0.101.0
Win32 Version: 1.0.101.0
CodeBase: file:///C:/Program%20Files/MapWindow5/System.Data.SQLite.DLL

System.Transactions
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

Syncfusion.Grouping.Base
Assembly Version: 14.1450.0.46
Win32 Version: 14.1450.0.46
CodeBase: file:///C:/Program%20Files/MapWindow5/Syncfusion.Grouping.Base.DLL

System.EnterpriseServices
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_64/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

System.Numerics
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll

System.Design
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll

System.ComponentModel.Composition
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll

MW5.DebugWindow
Assembly Version: 0.0.1.28943
Win32 Version: 0.0.1.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.DebugWindow.DLL

MW5.Identifier
Assembly Version: 1.0.0.28942
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.Identifier.DLL

MW5.ImageRegistration
Assembly Version: 1.0.0.28948
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.ImageRegistration.DLL

MW5.Printing
Assembly Version: 1.0.0.28940
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.Printing.DLL

MW5.Repository
Assembly Version: 1.0.0.28942
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.Repository.DLL

MW5.ShapeEditor
Assembly Version: 1.0.0.28943
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.ShapeEditor.DLL

MW5.Symbology
Assembly Version: 1.0.0.28943
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.Symbology.DLL

MW5.Symbology.XmlSerializers
Assembly Version: 1.0.0.28943
Win32 Version: 1.0.0.28943
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.Symbology.XmlSerializers.DLL

MW5.TableEditor
Assembly Version: 1.0.0.28941
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.TableEditor.DLL

MW5.Toolbox
Assembly Version: 1.0.0.28946
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Plugins/MW5.Toolbox.DLL

Equin.ApplicationFramework.BindingListView
Assembly Version: 1.2.6009.28935
Win32 Version: 1.2.0.0
CodeBase: file:///C:/Program%20Files/MapWindow5/Equin.ApplicationFramework.BindingListView.DLL

MetadataViewProxies_d5c5860c-9f8c-4609-9af1-389f5d17a325
Assembly Version: 0.0.0.0
Win32 Version: 4.7.2558.0
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll

System.Runtime.Serialization.Formatters.Soap
Assembly Version: 4.0.0.0
Win32 Version: 4.7.2558.0 built by: NET471REL1
CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization.Formatters.Soap/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Serialization.Formatters.Soap.dll

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.