Page 1 of 1
resources... where to drop them?
Posted: Tue Jan 09, 2024 11:01 am
by Bernd Welter
Hi Oliver,
one of my partners is cleaning up his xServer.NET driven projects. Looks liek some files are not located properly after an update:
- xserver.net.resources.png (6.09 KiB) Viewed 4293 times
In the pastThese files have been located in the programm folder AND in the subfolder DE.
Where should they be located from now on?
Bernd
Re: resources... where to drop them?
Posted: Tue Jan 09, 2024 3:01 pm
by Oliver Heilig
Hello Bernd,
Here the the list of the assemblies contained in the
binarie zip or
nuget package.
|
de/Ptv.XServer.Controls.Map.resources.dll | Satellite assembly containing localized texts in german. For example: This will display "Kartenebenen" instead of "Layers" in the layers list when running on a german Windows. If the DLL is missing the default (english) texts are used. |
|
Ptv.Components.Projections.dll | This assembly contains the components for reprojection with PROJ.4. It should only be required when using specific coordinate systems. |
|
Ptv.XServer.Controls.Map.dll | The map control. |
|
Ptv.XServer.Controls.Map.XmlSerializers.dll | This assembly contains pre-compiled code for SOAP/XML, used by the xMap-1 access. If it is not present, this code is created at runtime. |
The .pdb and .xml files contain information for debugging and api-documentation.