19.07.2009, 02:07
watkijkje: Glad to hear that you now have it working! Yes, I forgot about the option that you mentioned in your post. What this basically does is statically link the runtime libraries with the DLL, freeing dependency of the .NET Framework on machines where it is not installed. The only disadvantage is that when a new version of the .NET Framework releases, the DLL will continue to use the outdated libraries until it is recompiled. In any case, seeing that this prevents compatibility issues, I will consider doing it myself in the next release.