ilmerge - How to make it work with licensing
Posted: Wed 18 May 2011 16:34
I run my post-build step to merge all my app and dlls into one .exe
rename myapp.exe _myapp.exe
ilmerge /allowDup /out:myapp.exe _myapp.exe devart.data.oracle.dll ...
The resulting app will run but gives me the licensing error "License not found" ...
I disassemble my .exe and the namespaces are correct, the assembly is the same as the original.
According to this thread http://www.devart.com/forums/viewtopic. ... ht=ilmerge I am supposed to make sure my assembly name matches. I have done this.
rename myapp.exe _myapp.exe
ilmerge /allowDup /out:myapp.exe _myapp.exe devart.data.oracle.dll ...
The resulting app will run but gives me the licensing error "License not found" ...
I disassemble my .exe and the namespaces are correct, the assembly is the same as the original.
According to this thread http://www.devart.com/forums/viewtopic. ... ht=ilmerge I am supposed to make sure my assembly name matches. I have done this.