solution
Publish entire solution in visual studio 2008
I know how to publish a single applicatio开发者_C百科n in my solution by right clicking the project name and clicking properties then going to publish tab. How do you do this for the entire solution s[详细]
2023-01-09 03:04 分类:问答VS corrupted .sln file?
When I try to open my .sln file, Visual Studio quits on me. I can open it by opening up TFS开发者_如何学C, getting a specific version, choosing the latest version, forcing an overrwrite, opening up th[详细]
2023-01-08 10:26 分类:问答Best Visual Studio solution/project structure for client/server project with a shared model
I am curious what the preferred way to structure an application with an executable client program, an executable server program and a shared model in solutions and projects (using Visual Studio and C#[详细]
2023-01-05 05:51 分类:问答What is the delimiter name of a C# project file?
What is the file name \"del开发者_运维知识库imiter? name of a C# project file? I am not sure if \"delimiter\" is the right term.A solutions file ends as \".sln\".How does a project file end in Visual[详细]
2023-01-01 21:27 分类:问答Configuration manipulation over all Visual Studio projects
some one know how can I manipulate on some configuration over all projects in solution? For example, I create new configuration \"Releas64\" that means: \"No debug, 64 bit, all files goes to c:\\binar[详细]
2022-12-27 00:23 分类:问答How do I get MSBuild Task to generate XML Documents when building a solution?
I have a solution with lots of projects. Each project is configured to generate the XML documentation file when building in Debug-Mode (which is default). That works when I build in Visual Studio 2008[详细]
2022-12-26 16:29 分类:问答How do I create a Solution Wide Connection String
Does anyone know if it is possible to create a single connection str开发者_StackOverflow社区ing that will be accessible to all the projects in a solution (we have about 6).[详细]
2022-12-26 05:56 分类:问答Is there a suggested solution structure for ASP.NET MVC Production Apps
In general, I don\'t like to keep code (BaseClasses or DataAccess Code) in the App_Code directory of an ASP.NET Site. I\'ll usually pull this stuff out into a MySite.BusinessLogic & MySite.DataAcc[详细]
2022-12-25 03:05 分类:问答C# Solution - How many projects?
I googled this a little but couldn\'t find a good result. Right now I\'m building a web site and I\'m trying to make it as correct as possible from a design point of view from the beginn开发者_StackO[详细]
2022-12-24 08:13 分类:问答.vbproj the project is not supported by this installation
I have visual studio 2008 installed in my pc when I try to open a .Net 2005 Solution with multi-projects, there are project in vb and c#. The only web project on this solution display The following me[详细]
2022-12-24 07:04 分类:问答