Adding additional Assemblies to the Editor and Gui-Designer

This forum can be browsed by the general public. Posting is limited to current SAPIEN license holders with active maintenance and does not offer a response time guarantee.
Forum rules
DO NOT POST LICENSE NUMBERS, ACTIVATION KEYS OR ANY OTHER LICENSING INFORMATION IN THIS FORUM.
Only the original author and our tech personnel can reply to a topic that is created in this forum. If you find a topic that relates to an issue you are having, please create a new topic and reference the other in your post.

Any code longer than three lines should be added as code using the 'Select Code' dropdown menu or attached as a file.
This topic is 9 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.
User avatar
lb@kreis-re.de
Posts: 11
Last visit: Wed Jul 27, 2022 6:15 am

Adding additional Assemblies to the Editor and Gui-Designer

Post by lb@kreis-re.de »

Hello,
i am using Powershellstudio 2014 4.1.74 x64 and i try to add the assemblies from https://dotspatial.codeplex.com/ version 1.7 to powershell studio.

In the Editor Object-browser the additional Assemblies don't show and also not the additionals control from "DotSpatial.Controls.dll" show up in the Control Toolbox.

Using this Assemblies manualy in the Editor with e.g.:
PowerShell Code
Double-click the code block to select all.
Add-Type Add-Type -LiteralPath "....DotSpatial.Controls.dll"
New-Object -type "DotStatial.Controls.Map"
Works fine, the map shows up but i have no code-completion.

Greetings from Germany
This topic is 9 years and 5 months old and has exceeded the time allowed for comments. Please begin a new topic or use the search feature to find a similar but newer topic.