Search found 13 matches

by turp1twin
Fri Aug 30, 2019 11:32 am
Forum: Shell (User Interface)
Topic: Shell package configuration best practices
Replies: 10
Views: 2211

Re: Shell package configuration best practices

Thanks for the info! I will give that a try!

Jeff
by turp1twin
Thu Aug 29, 2019 12:10 pm
Forum: Shell (User Interface)
Topic: Shell package configuration best practices
Replies: 10
Views: 2211

Re: Shell package configuration best practices

So based on that, would you say it would be ok to update the select.exe.config file in my shell package installer? Or is there a "best practices" way of getting this config into that file. On a side note, the SDK help file references a sample "ZipCodePackage.zip" which was not in...
by turp1twin
Thu Aug 29, 2019 11:02 am
Forum: Shell (User Interface)
Topic: Shell package configuration best practices
Replies: 10
Views: 2211

Re: Shell package configuration best practices

So I am running SPS Client 4.3.15.1 and it appears to ship with version 10.0.2 of the Newtonsoft.Json library. The third-party Auth0 .Net library I am using relies on Newtonsoft.Json version 11.0.1 or greater... The only way I could get things to work was to use the following DependentAssembly block...
by turp1twin
Wed Aug 28, 2019 6:20 pm
Forum: Shell (User Interface)
Topic: Shell package configuration best practices
Replies: 10
Views: 2211

Re: Shell package configuration best practices

Thanks! I will follow the link you sent me. As for the select.exe.config file there are some settings I need to put in here, specifically, I had to work around a json libray conflict by adding this to the "runtime" section: <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json&q...
by turp1twin
Wed Aug 28, 2019 5:25 pm
Forum: Shell (User Interface)
Topic: Shell package configuration best practices
Replies: 10
Views: 2211

Shell package configuration best practices

Hey SoftPro peeps, So reading through the SDK help file and this support forum, I am having a hard time getting a "best practices" view of handling configuration for a shell package (dll). Perhaps part of the problem is I am a long time JVM developer but new to .Net (well, I haven't done a...
by turp1twin
Tue Aug 27, 2019 12:09 pm
Forum: Shell (User Interface)
Topic: 3rd Party dependencies
Replies: 2
Views: 890

Re: 3rd Party dependencies

So I seem to have gotten past the version mismatch. I had to update the Select.exe.config file, updating the "runtime" element as follows: <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> <dependentAssembly> <assemblyIdentity name="Newtonsoft.Json" p...
by turp1twin
Tue Aug 27, 2019 11:44 am
Forum: Shell (User Interface)
Topic: 3rd Party dependencies
Replies: 2
Views: 890

Re: 3rd Party dependencies

Building on my previous question, I am building a shell package for SoftPro Select Client 4.3.15.1. This version of the SoftPro client apparently has a dependency on Newtonsoft.Json.dll version 10.0.2. I have a 3rd party dependency (auth0.oidcClient.Wpf) that has a transitive dependency on Newtonsof...
by turp1twin
Mon Aug 26, 2019 5:31 pm
Forum: Shell (User Interface)
Topic: 3rd Party dependencies
Replies: 2
Views: 890

3rd Party dependencies

Another quick question, I haven't managed to find an answer for.. I have a couple of 3rd party dependencies that I install into my Shell package application via NuGet. Everything builds great, but when I run the app locally (with "start" from VS2015) I get the dreaded "Could not load ...
by turp1twin
Mon Aug 26, 2019 4:46 pm
Forum: Shell (User Interface)
Topic: Simple Ribbon Tab with buttons example
Replies: 3
Views: 1014

Re: Simple Ribbon Tab with buttons example

Yep, that was it, and I found it shortly after posting my follow up. Thanks for the help!

Jeff
by turp1twin
Mon Aug 26, 2019 1:15 pm
Forum: Shell (User Interface)
Topic: Simple Ribbon Tab with buttons example
Replies: 3
Views: 1014

Re: Simple Ribbon Tab with buttons example

Actually, what I am specifically after is adding a button group to the existing "ProForms" Ribbon tab... Sorry if I was not clear enough... Thanks!

Jeff