Visual Studio question regarding AssemblyInfo

Started by
0 comments, last by fastcall22 15 years, 11 months ago
Hello all, I accidentally deleted an AssemblyInfo.cs file from one of my solutions today and now the solution will not build. All of this resulted from wanting to rename a solution. So I guess 2 questions: 1. If you want to rename a solution, along with the directory structure created by that solution, is there an easy way to do it? 2. How do you rebuild the AssemblyInfo.cs if you deleted it like I did(yes, you can call me a moron, all good, :-])? Obviously this was a C-Sharp project, not sure if that makes a difference. Thanks, Shawn
Advertisement
Couldn't you create a new C# project and move the essential files from your old project over to the new project and add them into the solution? (I always did with old C++ projects [smile])

This topic is closed to new replies.

Advertisement