View previous topic :: View next topic |
Author |
Message |
healyje
Joined: 15 Apr 2011 Posts: 1
|
Posted: Fri Apr 15, 2011 9:23 pm Post subject: Embedding Infralution.Licensing.dll |
|
|
I've been experimenting with an ILMerge alternative mentioned here:
http://blogs.msdn.com/b/microsoft_press/archive/2010/02/03/jeffrey-richter-excerpt-2-from-clr-via-c-third-edition.aspx
which works great for me with the exception of Infralution.Licensing.dll and Telerik's already merged WinformsControls.dll. I get why their's doesn't work, but yours doesn't appear to be a pre-merged assembly, but rather a single assembly, the .dll/namespace names seem to line up, but it isn't working. Curious what I'm missing...?
Thanks. |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sun Apr 17, 2011 11:12 pm Post subject: |
|
|
This approach should, I think, work with Infralution.Licensing assembly. Infralution's .NET Encryptor product dynamically decrypts and loads assemblies in a way that is similar to this - and it works without issues with the Infralution.Licensing assembly. What errors/symptoms are you actually seeing?
When you purchase ILS we supply the source code for the Infralution.Licensing assembly. This allows you to include the classes directly in your own application project - so you don't really need to go down this path to eliminate the Infralution.Licensing DLL. _________________ Infralution Support |
|
Back to top |
|
|
|