Short answer I've heard is that in version 1.0 of the framework there really isn't much you can do. As a control built with 1.0 and used in 1.1, there isn't anything you can do to require the 1.0 framework other than to document it. The 1.0 framework does not keep track of which version the assembly is compiled against, although I hear this is no longer the case with 1.1.
For components compiled in version 1.1 of the framework there is a property to find out which version a component was compiled against (sorry, can't remember off the top of my head what it's called...) but that obviously isn't going to help much with 1.0 components. I'm sure this issue will come up plenty as people start moving to 1.1 and 1.0 components break in very small ways or try to use 1.1 in 1.0. Cheers, steve You can read messages from the Advanced DOTNET archive, unsubscribe from Advanced DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
