Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
KevinFournier
About
- Username
- KevinFournier
- Joined
- Visits
- 2,163
- Last Active
- Roles
- Administrator
Comments
-
Good catch. Fixed. If you re-download the installer from our website, it will install 3.4.2.3 and the problem will be fixed.
-
I thought we had eliminated that, but no matter. I just released 3.4.2 and confirmed that your debug issue is resolved. https://products.srpcs.com/srp-editor/
-
The 32-bit version will work with both because it is an independent process, nor will making it 64-bit provide any meaningful performance increase.
-
OI doesn't support millisecond precision, only second precision. The problem is, even if you use some WinAPI to get higher precision, OI still only understands time in terms of seconds since midnight. In hindsight, it was unnecessary for the ReportT…
-
Fixed the wiki. I must have had big plans for that field, but I can assure you--looking at the codebase--it is completely ignored. Sorry for the confusion.
-
The Window attribute is ignored. It is there to self document the XML. Maybe it will be useful to a framework that uses naming conventions to automatically assign a setup to a window.
-
Sorry. SRP_Decode supports BASE32, but not base30.
-
Absolutely. I'll be putting it up on our website shortly as an official release.
-
Try this latest build. It now programmatically forces TLS 1.2 instead of relying on the system. This worked for another one of clients having a similar issue.
-
Nevermind, we found it.
-
Sorry, Mark. I got in this morning and cannot see this email. Was it sent to me or to SRP? Was it an email from you or a share link?
-
Do a full re-install of the OI Client setup and of SRP Mail. Just make sure we've cleaned everything up. Then run it. If it gets the net_io_connectionclosed error, disable the client's antivirus and try again. The fact that you got a different error…
-
Thanks, I'll follow up on that.
-
3.4.0.1 is not the correct version. It should be 3.4.1 or better. You can grab the correct OCX here.
-
The SRPEditor.ocx that is currently registered on that machine is older than 3.4.1. That message is just a generic warning that the SRP Editor version and SRPEditor.ocx version are out of sync. In all likelihood, everything will work fine. I can't …
-
Do your requests come in batches or continuously? The SRP Engine Server is most efficient when requests are queued up. That way everything gets processed ASAP. I'm sure it's more complicated than what you're able to describe in this thread, though.
-
Is it not sufficient that the SRP Engine Server queues requests to be processed once an engine is freed?
-
Sorry, that is not an available feature. We don't have plans currently to add this, but I have included it in my feature request list. It's not likely you'll get access to all the statistics you're after. The logs you should be able to get by just r…
-
Yes, I expected the same error. I was hoping to see the stack trace as well. This will tell me what module is failing so I can better isolate the error. Was there more info than just the message?
-
You can just install over it. The DLL is the same name, so the 3.0 DLL will just overwrite the 2.0 DLL.
-
The code will remain the same, but version 3 uses RevDotNet, so you have to make sure that OI's client install has been run on all your clients.
-
Once again, I'm not seeing this in a clean OI environment. How do you guys find these issues? :) Maybe it's time I have a copy of your system I can use to test these things.
-
Given the complexity of the form, I can try debugging a copy of your system if you're willing to send me one via email or something. Another thing I like to do is make sure the tab control appears earlier in the tab order than all the controls in it…
-
This appears to be a double-buffering issue, but I can't seem to recreate this, and I have different DPIs on my monitors as a rule. If this is still happening in 4.2.2.2, let me know. I assume this is OI 9.4 and not OI 10, but if I'm wrong on that, …
-
I agree that it is undercooked. It gets far less attention than our other controls. For what it's worth, I did spend a few hours last week trying to make it work as you expected, without success. There's probably a way, but it would require refactor…
-
Fixed in 4.2.2.2.
-
The Calendar control was added because we had folks trying to use the Schedule control as a calendar. They were running into a lot of problems because a calendar is a slightly different metaphor to a scheduler. We are using the calendar control deve…
-
SRP Mail is using .NET's System.Net.Mail to send emails, and we only set the IsBodyHtml to true if "HTML" is passed to SRP_Send_Mail. Nor does SRP Mail attach any file attachments beyond what is passed to it. Unless .NET is adding the html mime type…
-
I didn't change any of the OI 10 code, but if you see something is off, let me know. OI 10 is different because all the OI controls are placed on a Client control. So, in OI 10, the ribbon just has to resize that Client control and everything else r…
-
For what it's worth, I agree that this is an egregious oversight. In all other modern languages, debuggers will show you the value of constants.