Search found 80 matches

by dlerickson
Tue Nov 07, 2023 10:32 am
Forum: Server
Topic: Filtering Out Templates, etc.
Replies: 2
Views: 5971

Re: Filtering Out Templates, etc.

Nevermind on this, I found the IOrderInfo.IsTemplate property. Is there anything else that I'd need to filter out, though?
by dlerickson
Mon Nov 06, 2023 8:13 pm
Forum: Server
Topic: Filtering Out Templates, etc.
Replies: 2
Views: 5971

Filtering Out Templates, etc.

When handling one of the order save events (i.e. IOrderStore.OrderSaved), what's a good way to filter the Orders that are passed through to determine if the Order is an actual Title order as opposed to a template, etc.? I tried going with IOrder.IsDesignMode, but that only seems to return a true val...
by dlerickson
Wed Sep 06, 2023 12:15 am
Forum: Server
Topic: Cannot Run Debug Instance From VS
Replies: 1
Views: 2592

Cannot Run Debug Instance From VS

I'm trying to run a Server integration project in debug, and am encountering the following error: Failed to setup additional package. Error: Could not load file or assembly 'SoftPro.Select.Service, Version=4.6.0.0, Culture=neutral, PublicKeyToken=3834c39820615aaf' or one of its dependencies. The loc...
by dlerickson
Tue Sep 20, 2022 12:48 pm
Forum: Server
Topic: Missing DLL in SDK?
Replies: 1
Views: 2288

Missing DLL in SDK?

We're trying our hand at getting a server package up and running for the first time, so I went through the usual Visual Studio process for package creation and scaffolding. The reference list has SoftPro.Select.Service.dll as a dependency, and it didn't get pulled into the project. Not only that, I ...
by dlerickson
Wed May 25, 2022 2:28 pm
Forum: Shell (User Interface)
Topic: Spregpkg Unresponsiveness
Replies: 5
Views: 2853

Re: Spregpkg Unresponsiveness

This was for deployment on our Development server, not using the Exp hive. Everything runs fine on my local machine using VS in debug mode, etc. I'm fairly certain that for our Dev environment, I had admin rights. I didn't see any sort of error messaging concerning access rights; spregpkg runs uneve...
by dlerickson
Wed May 25, 2022 10:17 am
Forum: Shell (User Interface)
Topic: Spregpkg Unresponsiveness
Replies: 5
Views: 2853

Re: Spregpkg Unresponsiveness

Right. What I'm saying is that running spregpkg.exe /m:unregister /p:MyPackage.dll (with the subsequent call to select.exe /setup) is not actually removing the registry entries for MyPackage.dll. I've done this many times, and its behavior is not consistent. So: A. What blockers would prevent it fro...
by dlerickson
Tue May 24, 2022 5:10 pm
Forum: Shell (User Interface)
Topic: Spregpkg Unresponsiveness
Replies: 5
Views: 2853

Spregpkg Unresponsiveness

Guys, What EXACTLY does spregpkg.exe do? I'm trying to unregister a particular package in order to replace it with a newer version, and no matter what I do, it still shows up in the package listings in the About section of Select. Is there any sort of logging available for spregpkg? ILDASM shows an ...
by dlerickson
Wed Sep 15, 2021 11:26 am
Forum: Shell (User Interface)
Topic: GdPicture error when printing documents
Replies: 3
Views: 2821

Re: GdPicture error when printing documents

Version is 4.3.60210.108. I should also mention that we have a PrintJobHandler package that seems to be getting disrupted by this (i.e. the OnProcess handler never gets fired during document processing.)
by dlerickson
Mon Sep 13, 2021 5:17 pm
Forum: Shell (User Interface)
Topic: GdPicture error when printing documents
Replies: 3
Views: 2821

GdPicture error when printing documents

I've encountered the following error when attempting to preview or print documents in Debug mode using Visual Studio. It's not occurring when Select is run directly (i.e. not in a VS debug session). Any ideas? "Please install GdPicture.NET Package on your computer for development purpose from: ...
by dlerickson
Mon Apr 05, 2021 4:19 pm
Forum: Shell (User Interface)
Topic: Buttons Not Being Queried
Replies: 6
Views: 873

Re: Buttons Not Being Queried

Bob, I figured out the problem after doing a search here on "QueryStatus" and finding this: https://devforum.softprocorp.com/viewtopic.php?f=8&t=283&p=1411&hilit=querystatus#p1401 As it turns out, on the three buttons that were not firing the QueryStatus events, I had not inclu...