Author |
Message |
Topic: Bootstrapper & WebBrowser Control with SSL / HTTPS |
Renegade
Replies: 4
Views: 16855
|
Forum: .NET Encryptor Support Posted: Fri Oct 07, 2011 3:03 pm Subject: Bootstrapper & WebBrowser Control with SSL / HTTPS |
In your bootstrapper project it calls AssemblyLoader.CheckProcessIntegrity and passes a level parameter.
Thanks. That seems to have fixed the problem. |
Topic: Bootstrapper & WebBrowser Control with SSL / HTTPS |
Renegade
Replies: 4
Views: 16855
|
Forum: .NET Encryptor Support Posted: Fri Oct 07, 2011 7:36 am Subject: Bootstrapper & WebBrowser Control with SSL / HTTPS |
My guess is that the process protection mechanism is detecting some DLLs being injected into the process and blocking them (to prevent the possibility of someone using code injection to dump the decry ... |
Topic: Bootstrapper & WebBrowser Control with SSL / HTTPS |
Renegade
Replies: 4
Views: 16855
|
Forum: .NET Encryptor Support Posted: Thu Oct 06, 2011 5:32 am Subject: Bootstrapper & WebBrowser Control with SSL / HTTPS |
I have some forms that use a WebBrowser control to load an authorization page.
Each of those form uses Pinvoke to disable browser click sounds (I doubt this is related, but include it as it used P ... |
Topic: TrialPay Integration with IPN.NET |
Renegade
Replies: 1
Views: 9766
|
Forum: IPN.NET Support Posted: Thu Sep 22, 2011 9:10 am Subject: TrialPay Integration with IPN.NET |
This is specific to my requirements, but I think that there are likely other people with the same requirements, or people that could benefit from the requirement... So, I hope to share it in case anyo ... |
Topic: Creating Massive Numbers of Products in License Tracker |
Renegade
Replies: 2
Views: 23547
|
Forum: Licensing Support Posted: Thu Sep 15, 2011 2:44 am Subject: Creating Massive Numbers of Products in License Tracker |
Hello,
I've written a small utility to help with setting up ILS and License Tracker. It might be useful for other people so I'd like to share it.
I'm using a system of discounts to create urgen ... |
Topic: License Tracker is Slow |
Renegade
Replies: 9
Views: 25738
|
Forum: Licensing Support Posted: Mon Sep 12, 2011 9:13 am Subject: License Tracker is Slow |
Wow - so opening the Product dialog was taking more than 30 secs!
Yes. It was freakishly long, sometimes taking more than 5 minutes, which is just bizarre.
But like I said, on the actual server ... |
Topic: License Tracker is Slow |
Renegade
Replies: 9
Views: 25738
|
Forum: Licensing Support Posted: Mon Sep 12, 2011 5:38 am Subject: License Tracker is Slow |
Hmmm... On the server through Remote Desktop, it's all pretty much instantaneous... So it's obviously some network issue... But I'm not sure about where that is... |
Topic: License Tracker is Slow |
Renegade
Replies: 9
Views: 25738
|
Forum: Licensing Support Posted: Mon Sep 12, 2011 5:22 am Subject: License Tracker is Slow |
That's a bit strange because there's not a lot of SQL traffic happening when you open a product. In fact the only thing (I think) is an Edit happening on selected Product record to provide some opti ... |
Topic: License Tracker is Slow |
Renegade
Replies: 9
Views: 25738
|
Forum: Licensing Support Posted: Mon Sep 12, 2011 5:06 am Subject: License Tracker is Slow |
I would certainly try running License Tracker on the server (via Remote Desktop) to see if you can find the root cause of the issue. What is your bandwidth to the server like. I know that Optus in ... |
Topic: License Tracker is Slow |
Renegade
Replies: 9
Views: 25738
|
Forum: Licensing Support Posted: Mon Sep 12, 2011 1:42 am Subject: License Tracker is Slow |
Is this a local server (ie you are accessing over a local network)?
Have you had a look at the following FAQ about performance issues with SQL Server?
http://www.infralution.com/phpBB2/viewtopic ... |
Topic: License Tracker is Slow |
Renegade
Replies: 9
Views: 25738
|
Forum: Licensing Support Posted: Sun Sep 11, 2011 3:54 pm Subject: License Tracker is Slow |
I'm having some excruciating pain with License Tracker. It's taking forever to do anything. Each click is quite literally taking between 2 to 5 minutes (and sometimes more) to 'resolve'. It's great to ... |
Topic: Adding MANY Product Variations in License Tracker? |
Renegade
Replies: 1
Views: 8465
|
Forum: Licensing Support Posted: Fri Sep 09, 2011 4:06 am Subject: Adding MANY Product Variations in License Tracker? |
Blah... Answered my own question in part... Yes for the XML file. The encryption settings are only in the parent, so children (variants) look like:
<PurchaseItem>
<Name>My Prod ... |
Topic: Adding MANY Product Variations in License Tracker? |
Renegade
Replies: 1
Views: 8465
|
Forum: Licensing Support Posted: Fri Sep 09, 2011 3:50 am Subject: Adding MANY Product Variations in License Tracker? |
I plan on experimenting with pricing to see how I can maximize conversions. I'm coupling this with a discount in the software that decreases each day. i.e. The price goes up.
However, for that I'l ... |
Topic: CustomGenerator Errors in License Tracker |
Renegade
Replies: 8
Views: 17714
|
Forum: Licensing Support Posted: Fri Sep 09, 2011 3:36 am Subject: CustomGenerator Errors in License Tracker |
Maybe do a diff on the old and new Visual Studio projects (they are just XML) to see if you can spot the difference.
I can see some differences in there. I'll need to get back to it later though as ... |
Topic: CustomGenerator Errors in License Tracker |
Renegade
Replies: 8
Views: 17714
|
Forum: Licensing Support Posted: Fri Sep 09, 2011 12:51 am Subject: CustomGenerator Errors in License Tracker |
The DLL must be put in the same directory as the LicenseTracker.exe.
It is. (I created a bin folder as well, and put it in the ../bin folder also, just for good measure.)
Have you tried co ... |
|