Top "Solution" questions

A solution (.sln file) is a structure for organizing projects in Visual Studio.

What is the best practice for Enterprise level application architecture using MVC5?

I was wondering what is the best practice for enterprise level architecture based on MVC5. I mean selection between multiple …

architecture asp.net-mvc-5 enterprise solution
SQL Server Data Archive Solution

I'm looking for a solution to archive data that exists in my database. My database is SQL Server 2008 and have …

sql-server archive solution
How do you get the current solution directory from a VSPackage?

Following is how you would get the current solution directory from an add-in: _applicationObject = (DTE2)application; // retrieved from OnConnection method …

c# visual-studio solution vs-extensibility vspackage
Multiple namespaces in a single project

I find that sometimes I have the need to have multiple namespaces in a project I'm working on - are …

c# visual-studio-2010 namespaces solution
Can't Create Project or Solution in Visual Studio 2010

So I can't seem to be able to create any new projects or solutions. I can navigate and open existing …

visual-studio visual-studio-2010 solution
Preventing MSBuild from building a project in a .sln without using Solution Configurations

I want to inhibit the building of certain projects within a solution from building (within a TeamCity Build Configuration in …

msbuild teamcity solution azure-packaging
How do I remove TFS connections from a Visual Studio 2010 C# project/solution?

I have been given the full source code to work on locally (C#.NET/XAML/Visual Studio 2010), but I do …

visual-studio-2010 tfs project solution
How to NOT include Visual Studio Project folder names in generated namespaces

How do I prevent the name of the Solution Folder in a VS project from being appended to the namespace …

visual-studio namespaces solution
VS corrupted .sln file?

When I try to open my .sln file, Visual Studio quits on me. I can open it by opening up …

visual-studio tfs solution corruption
How to deploy and activate SharePoint solution in SharePoint Server 2010 using web services?

In SharePoint 2010, site templates (.stp files) are deprecated. Instead, solutions (.wsp files) are used to achieve the same effect, but …

web-services sharepoint solution wsp