Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
8answers
9k views

What is a solution folder in visual studio

I have a vs 2008 solution and I would like to include a real folder in the solution, but not at the project level, instead at the solution level. I noticed you can right click the solution and add a ...
18
votes
4answers
4k views

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 generated for new items added to the solution folder? Example: C# project in a VS solution ...
14
votes
7answers
268 views

Tests Projects In Solution

In .NET should you place unit test projects in with the rest of the solution? Or should there be a test solution that houses all the test projects? We have all the test projects in with our code base ...
11
votes
4answers
16k views

Macros/Environment variable in .sln and .vcproj files for Visual studio

I have two similar problems: a) I have a solution which includes several projects and I want to be able easily switch project location by setting some environment variable/macro. As example this ...
8
votes
1answer
866 views

How to show pending changes only for the currently opened solution in Visual Studio 2010 (TFS) and not the complete list of all changes?

is there a way to force Visual Studio 2010 to show pending changes only for the currently opened solution? I am working on multiple branches of the same project and changing the same files in most of ...
6
votes
12answers
271 views

the best or speedest way to understand uncommented and complex project

I have complex project without comments. The project is programed in Java but have more than one main class, use several .txt files like a template and use several .bat files. I don't know where to ...
6
votes
8answers
4k views

Visual Studio 2010 (beta 2) solution in Visual Studio 2008

Is there a way to open a solution-file saved in Visual studio 2010 beta 2 in Visual studio 2008? ... or maybe a way to convert it? When i tried to open it in VS 2008 i get an error saying "The ...
5
votes
4answers
419 views

How do i build a solution programatically in C#?

How do I build a C# solution programatically? I should be able to pass the path of a solution and get the output messages ( or just build the solution ) how do i achieve this in C#?
5
votes
1answer
230 views

Distributed Cache/Session Solution for ASP.NET Web App

I am looking for a distributed Cache/Session solution, below is what I found. I hope anyone could share information regarding pros and cons of using it: NCache Windows Server AppFabric MemCached as ...
5
votes
2answers
997 views

Does Peterson's algorithm satisfy starvation?

I've been searching information on Peterson's algorithm but have come across references stating it does not satisfy starvation but only deadlock. Is this true? and if so can someone elaborate on why ...
5
votes
2answers
3k views

HTML5 for IE6.0

Do you know any method to optimize this HTML Code to IE6 or 7 (or 8) without adding any HTML elements, or the IE is skipping all the HTML5 elements? If i just want to format elements with CSS, - i ...
4
votes
4answers
155 views

Favorite projects in big solution in Visual Studio

Except my apologies if this has been asked - I couldn't find the match. I have a solution with... 96 projects. I work with 3-4 at a time. Is there a way to filter out, mark as favorite, etc. projects ...
4
votes
2answers
64 views

Capturing time intervals when somebody was online? How would you impement this feature?

Our aim is to build timelines saying about periods of time when user was online. (It really doesn't matter what user we are talking about and where he was online) To get information about onliners we ...
4
votes
3answers
824 views

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 & ...
4
votes
5answers
15k views

Proper stsadm commands to update SharePoint Solution/Feature

What are the proper stsadm commands in sequence to force an upgrade to a SharePoint solution. I have tried C:>"C:\Program Files\Common Files\Microsoft Shared\web server ...
4
votes
3answers
3k views

Sharepoint solution packaging: how do I get a custom icon for my features?

I am not sure how foolish I am being here! I have a solution that packages up some master pages and layouts etc which I can deploy fine and the feature appears in the "Site Collection Features" list ...
4
votes
3answers
2k views

Visual Studio Solution Structure for multiple deployable projects

Scenario: Currently we have a single solution supporting a single deployable entity, a WinForm/WPF client, this solution has a layer architecture with projects representing various layers (Data, ...
3
votes
4answers
196 views

Intersection or Solve

Consider the Following : daList = {{541, 0.0593368}, {550, 0.298352}, {560, 0.72619}, {570,0.734982}, {580, 1.46149}, {590, 2.31119}, {600, 3.31509}} Each sublist represent an {x,y} ...
3
votes
3answers
91 views

.Net Solution with c# and visual basic projects

I have a .Net solution with 5 projects in c# and one in visual basic. I want to know whether there would be a gain of performance to convert my visual basic project to C# in the day to day while I ...
3
votes
2answers
593 views

How can I programmatically build my solution files from C# code?

I have a large solution containing many projects with one of them being a Setup project. There are also many current versions stored in separate branches. I have a build tool that used to work in .NET ...
3
votes
1answer
152 views

Changing the Location of Solution Items in VS2010

I am using VS2010 Ultimate on Windows server 2008, running 1000 odd MSTest unit tests. The .testsettings file that the solution uses to configure data collection (code coverage, impact analysis, etc) ...
3
votes
1answer
148 views

Opening WebMatrix solutions in VS failing when 2 versions of VS installed

Microsoft's WebMatrix development tool has a "Visual Studio" button to launch the VS editor and load it with the site you have open in WebMatrix. Normally it loads VS 2010, since that's the only ...
3
votes
4answers
301 views

How to organize a large project with solutions/projects/folders?

We are working on a very large VS project. We want the project structure to "hint" developers on the logical components and design. For this purpose, which is best: One project with many ...
3
votes
3answers
225 views

Logic and code help

Here are my models and associations: User has many Awards Award belongs to User Prize has many Awards Award belongs to Prize Let's pretend that there are four Prizes (captured as records): Pony ...
3
votes
1answer
579 views

Bidircetional scroll for Android

This is more of a mass answer than a question, I just don't know how to post it as such, moderators if you could inform me if there even is such a thing. This question was asked to death, and then I ...
3
votes
13answers
764 views

Interview trick question

I had an interview a few weeks back and just heard the outcome of my application was not successful, i believe is because of a trick question they made me and i choke when answering it... He gave me ...
3
votes
2answers
447 views

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 ...
3
votes
4answers
2k views

How to programmatically build a visual studio solution?

I would like to compile a solution by passing the solution file path (.sln file) and the build mode (debug, release). I do not want to call a command line process like devenv.exe or msbuild.exe, ...
3
votes
2answers
2k views

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 approximately 250 tables. I search web and find the below link : ...
2
votes
3answers
54 views

Cleaning the Solutions for zipped email attachment

How do I 'clean' a Visual Studio 2010 C++ solution, so that it is small enough to be zipped up and sent as an email attachment? Is there any other way to send large MSVS C++ files over email?
2
votes
1answer
23 views

How to keep a minimum of solution platforms in the configuration manager?

When I create a Class Library project my solution adds an "AnyCpu" platform. After adding a WPF project it adds a "x86" platform. Then when I create a Console project it finally creates a ...
2
votes
2answers
161 views

How to find all references in a solution (thus of all projects)?

We have a big solution with a lot of projects in it. Some projects reference the same DLL's and I need to replace one DLL. Is there a way to see which references are in the entire solution so I don't ...
2
votes
1answer
477 views

How do I show the References folder in Solution Explorer without selecting 'Show All Files' in a VB.NET project?

As I compare many C# example projects to my VB.NET projects, I see that the References folder shows in the Solution Explorer without having to select "Show All Files". Is it possible to have this for ...
2
votes
1answer
100 views

Visual Studio macro that can locate a file in solution explorer ? File is located inside a Solution folder that is collapsed

There are few macros and VS plugins out there to locate a file in solution explorer. That is very handy. However, most solutions don't support the case where the file is located in a Visual Studio ...
2
votes
2answers
389 views

Visual studio How to set the active test settings

Hi My question is about how can i set the active test settings in the project file for visual studio 2010, I mean, what flag or entry does the visual studio modify in the solution file or where is ...
2
votes
1answer
76 views

Keep Model and Repository in separate projects

I have a Visual Studio solution with multiple projects. I am not 100% settled about the project structure and its benefits. For example: I have a Project called DOMAIN. Here I have several folders ...
2
votes
4answers
149 views

IE doesnt read the real button value! How to get round this?

I have a button tag as supposed to and input tag, which has different text to what I what its value to do, see below. <button value="<%=RS("field1")%>" name="change" ...
2
votes
4answers
269 views

What is the easiest NoSQL solution for use?

About installation (manly, near of zero conf is desired or maybe the possibility to install in a home directory without root privilege), operation, design, queering and integration with java...what is ...
2
votes
2answers
110 views

how to speed up the compilation of large c# solutions

I have a C# solution with about 60 large projects. After a get latest version the compilation takes a lot of time. Do you have similar problems and what should be done?
2
votes
1answer
1k views

Platform configuration for projects in VS 2010

I have a third-party project type in Visual Studio which for some reason only supports the .NET Platform configuration for the build, for all other (standard C#) projects in the solution I only have ...
2
votes
1answer
91 views

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 ...
2
votes
1answer
134 views

Need advice on my PHP development solution

Here is how our current php development solution is set up: Each developer work on their local machine. Each developer commit their change to a common SVN server (intranet). A commit hook upload the ...
2
votes
3answers
234 views

Sorting projects in a solution

This ones really an annoyance on my end and searching hasn't resulted in a clear fix yet. The same .sln file for Visual Studio 2008 is ordering projects in a different way. In my office, I have both ...
2
votes
2answers
437 views

Build is successful, but binaries are nowhere to be found. Why?

Recently I've changed our team build project file from: <SolutionToBuild Include="$(SolutionRoot)/OurSolution.sln"> to <SolutionToBuild Include="$(SolutionRoot)/**/*.csproj"> This ...
2
votes
3answers
370 views

Creating a Sharepoint solution from a site (including workflows and custom webparts)

Here's the scenario I created a Site which in I used custom lists, webparts, custom developed webparts, workflows et cetera. You can see the site as an application. What I am trying to do is to ...
2
votes
1answer
96 views

Is there a way to run an outside executable after a SPECIFIC solution is built in Visual Studio 2008?

I had the same question as was asked in this thread, i.e. I was looking for a way to run an executable or script after building a solution in Visual Studio. I tried out the suggested solution of ...
2
votes
2answers
856 views

Hosting, deploying and running web applications in the cloud

So far I've read some blog articles about cloud computing and services for hosting applications in the grid. If I'd wanted to have a web application running in the cloud for as little cost as ...
2
votes
2answers
979 views

Solution with 2 projects - sharing Properties.Resources

In Visual C# 2008, I have a solution with two projects. First project contains Form1 that displays one Label with Text set to a string from Properties.Resources, like this: label1.Text = ...
2
votes
3answers
2k views

Adding a classic ASP webapplication to VS 2008

is there a way to add an existing classic ASP webapp into a solution in VS? The application is around 4000 files large and currently maintained outisde Visual Studio. Thanks in advance! Matthias
1
vote
1answer
43 views

Subversion: How to organize svn tags for Visual Studio solutions — or — How to version an entire VS solution

I have the following directories in my Subversion repository for a Visual Studio solution: ProjectName tags branches trunk MySolution.sln MyProject1 (dir) MyProject2 (dir) If I update ...

1 2 3 4