Search found 157 matches

by czentman
Thu Sep 10, 2020 2:03 pm
Forum: Shell (User Interface)
Topic: get the folder from IDocument
Replies: 3
Views: 877

Re: get the folder from IDocument

Can I compare the id of my document with the id's in the list of documents under an idocumentfolder?
by czentman
Thu Sep 10, 2020 12:09 pm
Forum: Shell (User Interface)
Topic: get the folder from IDocument
Replies: 3
Views: 877

get the folder from IDocument

I have an api for capturing the printjob on publish and have the IDocumentInfo. Is there a way to get to the folder (IDocumentFolder) from here?
by czentman
Fri Jan 10, 2020 11:19 am
Forum: Installation and Setup
Topic: Installing SoftPro SDK
Replies: 6
Views: 5452

Re: Installing SoftPro SDK

I have the same issue. I only installed VS 2015 Community instead of Professional - could that be the issue? or is it related to the version of windows or the fact that VS 2019 is also on it. My previous machine had both VS 2017 Community and VS 2015 Professional but it was windows 7 and the SDK wor...
by czentman
Wed Oct 30, 2019 11:21 am
Forum: Integration Development
Topic: Create Bookmark for Merged Doc
Replies: 3
Views: 2084

Re: Create Bookmark for Merged Doc

This is not exactly what I'm looking for. I need it as a bookmark. One can manually add a bookmark within the annotations in attachments. This is what I want to programmatically. I don't want to open as a new tab, rather a bookmark within the same doc/tab.
by czentman
Tue Oct 29, 2019 2:06 pm
Forum: Integration Development
Topic: Create Bookmark for Merged Doc
Replies: 3
Views: 2084

Create Bookmark for Merged Doc

We have a document publish API where we send the document to our documentRepository. I have a check on Merged - to send all docs merged or "None" send docs separately. We want to send the docs merged with some sort of Bookmark. How can I create a bookmark programmaticallyfor each document ...
by czentman
Mon Dec 17, 2018 12:42 pm
Forum: Integration Development
Topic: funny characters for - and '
Replies: 1
Views: 729

funny characters for - and '

there are funny characters appearing when requirements/exception taken with api after converted rtf. There is ’ for apostrophe (but I think not in place of), and †instead of hyphen. Is there a font file that I may be missing?
by czentman
Tue Dec 11, 2018 12:23 pm
Forum: Integration Development
Topic: SelectServer in 4.3 causing issues
Replies: 1
Views: 797

SelectServer in 4.3 causing issues

When we copied the Softpro DLL's from the mid-tier server to our local (and production), we got NewtonSoft.JSON mismatched. Do the softpro DLL's use NewtonSoft.JSON as a dependancy? If so, which version? When we made our project to be 9.0.1, we get the following error on using SelectServer ss. An ex...
by czentman
Tue Jun 12, 2018 11:31 am
Forum: General
Topic: GetService<IOrderStore>() throws TargetInvocationException
Replies: 7
Views: 2352

Re: GetService<IOrderStore>() throws TargetInvocationException

We finally figured it out. The dll's were in the bin folder, but only once all the Dll's were also in the main project as well, then it worked. Are you able to explain why this is the case?
by czentman
Mon Jun 11, 2018 2:31 pm
Forum: General
Topic: GetService<IOrderStore>() throws TargetInvocationException
Replies: 7
Views: 2352

Re: GetService<IOrderStore>() throws TargetInvocationException

I got it working on my local version when I copied the dll's (not all dll's in select folder but the ones I already had in my project) into my project directory, adding as references, and building and running it. The problem is when I push to our dev and live hosting web servers, I get the following...
by czentman
Fri Jun 08, 2018 10:29 am
Forum: General
Topic: GetService<IOrderStore>() throws TargetInvocationException
Replies: 7
Views: 2352

Re: GetService<IOrderStore>() throws TargetInvocationException

was this error resolved with fuslogvw? We are getting the same error in the same select version. We just upgraded and this was an oversight on our website and desparate for help. We tried restoring nuget packages. Everything worked fine in 4.1 version we were previously on. Why would the softpro dll...