Create Assembly Bind Info Automatically?

  • Thread starter Thread starter bdwise
  • Start date Start date
B

bdwise

Has anyone seen a tool that will look at a VS.NET 2003 solution and
create assemblyBinding and default bindingRedirect elements for a
config file? I want to get away from hand-coding these for a packaged
app.

Thanks.
 
bdwise,

Unfortunately, I haven't seen one. However, it shouldn't be ^too^
difficult to write, using the classes in the System.Reflection namespace as
well as the classes in the System.Xml namespace.

Hope this helps.
 
Back
Top