Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Incorrect Encrypted License Dialog Title when Compiling ILS

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support
View previous topic :: View next topic  
Author Message
tslewis



Joined: 06 Mar 2013
Posts: 38

PostPosted: Mon May 11, 2015 11:20 pm    Post subject: Incorrect Encrypted License Dialog Title when Compiling ILS Reply with quote

I am using the ILS source code in my project.

I am doing this because I want to obfuscate the ILS forms DLL.

I am using encrypted license type.


I note when I do this, my product name i specify in the license key does not appear in the title. I believe I have an entry {0} show up.

Why is this?

When I dont use the source code and instead reference the infralution windows.forms dll directly the correct title is shown in the dialog box.

Any ideas?l
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Tue May 12, 2015 9:23 am    Post subject: Reply with quote

This is probably related to your obfuscation. If you turn off obfuscation does it work normally?

The Text is set in the OnLoad method of the form as follows:

Code:
this.Text = string.Format(Text, ProductName);


The initial value of the Text property should be "Install {0} License" - which is used to format the ProductName to give "Install MyProduct License"
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
tslewis



Joined: 06 Mar 2013
Posts: 38

PostPosted: Fri May 15, 2015 9:14 pm    Post subject: Reply with quote

Infralution wrote:
This is probably related to your obfuscation. If you turn off obfuscation does it work normally?

The Text is set in the OnLoad method of the form as follows:

Code:
this.Text = string.Format(Text, ProductName);


The initial value of the Text property should be "Install {0} License" - which is used to format the ProductName to give "Install MyProduct License"


Got it this worked thank you
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group