> Does anyone actually do this in any situations? csc > /t:module is interesting, but I can't find a use where I > could recommend it to a customer for their production > systems. Anyone?
I've used this in one project where we had a piece of managed C++ code (which had to be C++ for various reasons) but didn't want to deploy two separate assemblies that other teams would have to reference. We generated modules from all our C++/C# code and then linked it all into one shipped assembly. Worked great. mark =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
