I don't understand why this is an issue. Why can't I use code from libs of a newer version They are called routines - the call structure is the same.
I have set the reference pointer paths of the required dlls in the app to 1.1 framework and of course the code resolves. When in debug mode and i look at the modules being used they are pointing to a GAC of the 1.0 net framework for the same dlls. I'm confused about the distinction between the GAC paths and the reference pointers paths.
Of course when I load FORM1 I immediately receive a TypeLoadException.
Last question. In VS 2002 Is there a way to set a*space
space*point in the instructions of the disassembly other than the begining of each represented vb line of code. Other words on a call or mov or cmp within the vb line of code in the disassembly window.
thanks Greg

VS 2002 net 1.0 - anyway to use the 1.1 framework?
J A N
Take a look at this:
Service Packs
http://msdn.microsoft.com/vstudio/downloads/updates/sp/
I believe that you are stuck coding in the 1.0 framework and letting the end user use the 1.1 to decode the 1.0...
RickKr