How to manage various ASP.NET website projects and autoupdate
I have a Visual Studio 2008 website project in a solution with a number of other build projects.
The Web Site project has 4 types of links: Project, bin, COM Interop, and text files.
The project link is automatically terminated.
Bin references for managed DLLs are automatically updated with .refresh files, which work well and can be verified in Visual SourceSafe.
My question is about how to manage the other two types - COM Interop and text files.
I have an OCX that, when added as a reference, creates an intermediate DLL without a .refresh file. Checking the gateway DLL against VSS is discouraged because you need to check it when you create it. Moving the interop DLL to a different reference location does not directly work as I need a strong name for my assemblies, which in this case requires the original OCX. The link to interop doesn't even appear on the Property Pages> Links page.
How can I get it to auto-update correctly? How can I create an appropriate .refresh file?
I have text files containing licenses for other managed DLLs. I created .refresh files that seem to work for both VS2008 and VSS, but were not automatically generated for me.
How do I include links in a way that works with VSS?
Checking the license files in the bin directory leads to the same problem of having to check them on every build.
a source to share
No one has answered this question yet
Check out similar questions: