To Conclude Please clarify what I have understood is right based on your answer
LLBLGEN Dll's are related to framework and not OS.
I mean as long as I use .Net 3.5 all DLL's will work which is built on .Net 3.5 " IRRESPECTIVE OF WHICH WINDOWS OS VERSION I AM USING"
If .NET frame work is changed, then probably I will have to regenerate the project for respective version and nothing else.
Am I correct?
Otis wrote:
It's build on top of .net 2.x, so as long as .net 2.x is supported on windows (and you can be sure about that, or at least the .net framework of windows <high number> is compatible with it, the code will run without problems. A licensee also has the sourcecode of the runtime, so you can recompile the code for the .net framework of the future if you need to.