c# - ASP.NET Solution Migration to 3.5 .. but only for *some* of the CS Projects ! -


I need to migrate from a pure solution 1.1 to 3.5. The solution currently includes 2 CS projects 1) Class Library and 2) a web service application.

Problem : I need to migrate the solution file and web service application project, although I can not migrate class library because it is shared with another solution Who will not be migrated!

In the context of the web service application class library, I think I must add DLL reference to the class library bin directory. I do not like this idea too much

The bin directory is not currently part of the version control. Does this mean that I have to add the Library DLL version in Control too. Again, I do not like this idea.

Is my attitude correct? Is there a better way to do this?

It seems that you are on the right track I own class library (if it is not already there) Will have a strong name and version. For the version, I make the 4th place in the revision / change the set number. In this way I can recover the source if needed.

In my projects I have a folder called "third party", where I store assemblies that I refer to in the solution. This folder is out of the solution structure, so it does not affect any project.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -