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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top