J
Johan \MrDutchy\ van den Broek
Here is the situation: I wrote a gui application based on the .net
framework (using managed c++ and msvc.net 2003) which runs perfectly
when .net 1.1 is installed.
However it doesn't run on the lower version (sadly the error message the
user gets is nothing usable, i.e. just: "<dllfile> not found" if i
remember right).
Is it possible to compile a project and explicitly tell it to use a
certain version of the .net framework? The things i'm doing are not that
fancy and requiring the user to have 1.0 would be sufficient in my case.
Of course a better solution would be to achieve compatibility with the
most recent framework release and all versions below is this possible?
framework (using managed c++ and msvc.net 2003) which runs perfectly
when .net 1.1 is installed.
However it doesn't run on the lower version (sadly the error message the
user gets is nothing usable, i.e. just: "<dllfile> not found" if i
remember right).
Is it possible to compile a project and explicitly tell it to use a
certain version of the .net framework? The things i'm doing are not that
fancy and requiring the user to have 1.0 would be sufficient in my case.
Of course a better solution would be to achieve compatibility with the
most recent framework release and all versions below is this possible?