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,106
- Last Active
- Roles
- Administrator
Comments
-
.NET 4 doesn't allow loading of DLLs from remote network locations by default. You can enable it, but it has to be done on each machine. To do so, you go to a machine's 'C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config' folder (or wherever .NET …
-
Nice find.
-
Thanks for reminding me. This one had slipped through the cracks. I fixed the issue and just officially released 3.4.4 of the SRP Editor.
-
Interestingly enough, when you search for this DLL, it is at the root of a lot of people's frustrations. It's responsible for breaking CAD software, games, you name it. It might behoove you to check the DLL you found with Dependency Walker to see if…
-
Sorry, I shouldn't be doing this so late. I thought you were seeing if this was an SRP Editor issue. I see now that you posted in this in the OpenInsight forum. This is definitely an OI 10 issue. When you look at the SYSREPOSVIEWS record, you'll se…
-
Actually, can you open the SYSREPOSVIEWS records in each environment and confirm whether or not they have the correct app?
-
I'll have to investigate this. I know that the SRP Editor simply adds the entity with it's original app directly to the view, but perhaps OI 10 is doing some kind of sanity check I don't know about when I write it.
-
I suspect there was a fluke of some kind. I just tested disabling Theme and/or FrameThemeEnabled properties. In any case, the LayoutChildControl did its job.
-
4.2.2 hasn't been released, so any 4.2.2.x I give you is a new beta build until I officially release. Big under-the-hood changes happened in 4.2.2.x, which I had to undo in 4.2.2.7. Almost everything has been centered around making the Ribbon behave…
-
I can't explain the SAVEWARN and WRITE issue. My controls don't have access to that layer of OI. Your theory that OI 10 does things differently has merit. I'm always willing to troubleshoot, but I would need an RDK recreating the problem to isolate …
-
I appreciate your patience, Barry. Try 4.2.2.8. This one should should behave a lot better. Also, starting with version 4.2.2.5 or later, use the ribbon's MDISize property to position the MDICLIENT control. The documentation will explain why.
-
Can you test 4.2.2.7 and let me know if the problem persists?
-
4.2.2.7 is available to test. This will solve the issue above, but I had to back pedal a lot of recent changes. For some backstory, I had made a change to the Ribbon control some months ago that I thought was clever but has only since created more …
-
Thanks for catching this oversight. The download from the products page should now install 4.2.1.6 as advertised. Thanks, Will, for providing the link as well. You guys are awesome.
-
I can confirm this is an issue and I am looking into it. I'll let you know when I have a fix.
-
Fixed and fixed. Redownload and install. Version will be 3.4.3.4.
-
SRP Editor 3.4.3.3 fixes this. Download the installer here.
-
Sure. Here you go.
-
Try this build (4.2.2.6) and let me know if it's looking any better.
-
Thanks for checking. Can you send me that particular image file?
-
Interesting. OI 10 and SRP Editor both supposedly use the BLINT routine to find VNAVs, so I can't explain why you are getting VNAVs for variables that don't even exist in the code. If you email me the routine and all the inserts it uses, I can see i…
-
When you say recently, did you upgrade to 4.2 or 4.2.1? I ask because 4.2.1 came with several fixes to rendering of images.
-
Thanks for following up on this. It seems like a bug to me.
-
That explains it. SRP Mail was built using .NET 4, which requires at least OI 9.3. Email security has advanced over the years, so we changed platforms to keep up. I highly recommend upgrading OI.
-
Line 37 is the call to start up RevDotNet. What version of OI are you on?
-
Are you calling SRP_Mail or SRP_Send_Mail in your code? You should be calling the latter.
-
I should chime in here and note that the installer does not pass "nothing" for the password. If you omit the password, it uses the supplied USERNAME as both username and password. This is why it works with OI 10, if you setup OI 10 to allow for such…
-
Oh, try calling SRP_Send_Mail instead of SRP_Mail. SRP_Mail is a convenient wrapper, which you are welcomed to use, but it has totally different parameters.
-
The fact that you're getting nothing leads me to believe that SRP_Send_Mail is actually just not getting called. Can you make sure there aren't additional copies of $SRP_SEND_MAIL in SYSOBJ? Also, since SRP Mail 3.0 relies on RevDotNET, you might to…
-
Try "TLS12" on Config<8>.