A solution (.sln file) is a structure for organizing projects in Visual Studio. It groups one or more projects that work together to create an application.
0
votes
0answers
47 views
Find common functionalities or functions between 2 programs
I've been facing a problem recently, in which I want to optimize two programs.
For that, I wanted to create some kind of "Common Interface" which I could reuse between my two programs.
However, the ...
0
votes
1answer
52 views
Specify separate web applications within same solution - Visual Studio 2012
I have a Visual Studio ASP.Net Web Solution. On our live website, IIS is used to differentiate several different applications within this single solution. It works without a problem there, but when I ...
0
votes
0answers
46 views
Issues with loading solution (.sln) file using c#
I am trying to load solution file using c#. I am doing this using DTE object. Following is the code snippet to achieve this.
DTE DteObject = new DTE();
DteObject.Solution.Open(@SolutionFilePath);
...
0
votes
0answers
8 views
Accessing current solution configuration from within a non-add-in application
Among multiple projects, I have a Console application that is triggered on every build. It displays a checklist of items developers need to fix before allowing publishing to the production server ...
2
votes
1answer
43 views
error creating a new solution vs2010
I have a weird error when I try to create a new solution in vs2010, it started today...
I get this error no matter what kind of solution I create, and in every directory on the disk:
Any idea ...
1
vote
1answer
31 views
TFS Build Agent seems to ignore my active solution configuration and builds all projects
Requesting a build from TFS, the Build agent seems to ignore the active solution configuration and builds all the projects in our solution. We have excluded certain projects in our solution and TFS ...
0
votes
0answers
5 views
VS2010 Express: is there the Validate Document command for whole solution?
We can validate the current html/aspx page against the target scheme (HTML 4.01, XHTML 4.01 Transitional, etc) using the Validate Document command - through the menu (Edit\Advanced\Validate Document) ...
0
votes
1answer
23 views
Accessing an excel Project from A Winform Project in same Solution
I am trying to open an excel project in my Solution from a Winform Application. Please note:
Winform is my starting Project.
I can add Winform Reference in Excel but I can not add Excel Reference in ...
0
votes
0answers
43 views
symfony2 APC properly restarting server and clearing cache?
I have symfony2 app with APC. Lets say i need to update some file like add
<p> New content </p>
to my files... or its a bigger file like changing something in web/app.php.
And there ...
-1
votes
1answer
57 views
Exact algorithm for bin packing [closed]
I am working on some heuristic algorithms for bin packing and want to have some references to compare these with each other. Is there any exact algorithm implementations for small number of bins in ...
1
vote
1answer
24 views
sharepoint workflow solution not working
i have made a sequential workflow in visual studio 2010.
the workflow is working fine on me local machine. i have packaged it to a solution and uploaded it to our intranet. using site settings ...
0
votes
0answers
27 views
No debugging in VS without deleteing SUO file first
I have a web application project that I originally developed in VS 2008, and I am now developing it in VS 2010. For some reason, when I set breakpoints, they are not hit by the debugger; it just ...
0
votes
0answers
16 views
Visual c : How can you declare an object and invoke its methos from a class defined in a diffrent Project in same solution?
Visual c++: How can you declare an object and invoke its methos from a class defined in a diffrent Project in same solution?
I am trying to use Microsoft CppUnitTestFramework. I have two seperate ...
0
votes
0answers
33 views
how do i use msdn windows 7 taskbar solution in my solution?
ive downloaded archive from there http://archive.msdn.microsoft.com/Windows7Taskbar/Release/ProjectReleases.aspx?ReleaseId=2246 , but i dont know how to integrate it in my project.
What i need is ...
0
votes
2answers
50 views
Project Euler: Summation of primes… Why won't this work?
I keep getting the wrong answer of 1179908154. At first I blamed it on my summation variable being type int, rather than long. I gave it long type but I get the same answer. Thoughts?
// Project ...
1
vote
1answer
25 views
Ankhsvn Subversion migration
I have been given a "Working Copy" of several large projects that need to be subversioned to a new server. Now this is the problem.
Repository UUID '54266b8e-1acc-cf4b-8b36-8565631da9a7'
doesn't ...
1
vote
1answer
42 views
Build a solution with ms build when the solution configuration doesn't match all project
I have a solution which has a configuration lets call it "A" 80% of the projects in that solution also have a configuration "A" but the rest do not. Although they do need to be built.
When I build ...
0
votes
0answers
27 views
What is good multiplay server solution for unity3d and facebook webgame? [closed]
I am currently using external delphi server .dll input in unity project, problem is it only suppot standalone build.
Now I want to make web-player build.
So maybe I should use another server ...
1
vote
1answer
83 views
Slick2d | Best way to render & update
The problem:
What do you think what is the best way to render and update entities?
Currently im using a world class to do this.
Links:
The game (always the latest version)
All sources ...
2
votes
1answer
63 views
msbuild.exe won't deliver the new output after file changed
Recently I am facing a problem with msbuild.exe by building a dll. My idea is to call the msbuild from DOS command line to automatically create the DLL without opening MS Visual Studio. The command ...
1
vote
2answers
69 views
find all zeros of a polynomal function
Im working with Dymola Version 2013. I try to solve a simple mathematical problem, like:
f= x^2 -4 ;
y=1;
f=y;
f and x are defined as Real. The solution is 2.36. but I need to calculate with both ...
1
vote
1answer
66 views
Intellisense stops working (and references break) after compiling
This is starting to drive me nuts. Nuts I tell you.
I have a web app in my solution with a couple of c# classes.
I've added a win app to the same solution and I did add a reference to the Web app in ...
0
votes
0answers
42 views
Why are changes made in my .NET MVC-4 solution not showing in the browser preview?
So I'm running Visual Studio 2012 (Win7) on VMWare Fusion. About 50% of the time a change to a view would not render in the browser preview. This would drive me crazy. The solution I found would be to ...
0
votes
1answer
36 views
Link a non-code directory to TFS
I am using TFS to manage my solution - which one of it's projects contains a dicrectory with some files and more sub-directories (with more files :P). Some of those files are code, some aren't.
The ...
3
votes
2answers
99 views
Visual Studio & C++: Use filters as directories
I Use Visual Studio 2012 Professional and C++. When creating so called 'filters' and adding source files to them, the files in the solution explorer are divided into sub directories, while on the file ...
0
votes
1answer
32 views
Waterglen Project
This is what i have for the Waterglen Solution so far.. I'm kind of lost as to how to call on the array and define everything with a 0 goes to the lbl for no place. And anything with a 1 goes to the ...
0
votes
0answers
35 views
Producing a travelling wave in gnuplot
I am solving a PDE numerically and have the solution at different points in time.
I need to do a presentation on this and would like to show how it evolves in time. Is it possible to do this in ...
1
vote
2answers
81 views
Qt/C++ project VS2010 svn-commit&update .sln
Using Tortoise-svn with C++ VS2010 project. I would like to know in which cases you are to commit .sln file.
Some reasons I see for commiting .sln file:
some projects were added to solution
...
0
votes
1answer
329 views
Access DLL From VB .NET
The answer to my question may already be out there, but I am having no success synthesizing the data into a coherent solution. Your advice is appreciated.
I am writing a "User Control" application ...
0
votes
1answer
263 views
How to get all possible solutions using backtracking algorithm?
I'm using the backtracking algorithm described in this youtube video.
Now, I should be able to get ALL possible solutions. Am I able to do this with the backtracking algoritme and how? If not ...
0
votes
0answers
34 views
VisualStudio InheritancePicker with Solution Folders
Has anyone of you ever had the problem that when you try to create a new "Inherited User Control" with VisualStudio, that the grid with the possible classes to choose from is just empty?
I'm having ...
2
votes
3answers
175 views
Setting up C# solution with multiple projects using NLog in Visual Studio
My solution in Visual Studio 2012 currently contains two projects:
DLL
WPF application (which requires methods of the DLL)
Both, the DLL and the WPF application, use NLog for logging. Currently ...
0
votes
1answer
12 views
Purging Recent to avoid confusion
Is there a way to remove certain projects/solutions from the Visual Studio menu FILE -> Recent Projects and Solutions besides deleting the solutions/folders?
I believe that it will prompt you if you ...
0
votes
0answers
132 views
ffmpeg latest visual studio builds or linking with (.a) libs
there is a problem.
I need to link ffmpeg(particularly libavcodec) statically into visual studio 2008 project.
I found some visual studio solutions in internet but they are very old (around 0.6 ...
-3
votes
3answers
86 views
accessing precise integral variable's value through c++ [closed]
cplex.getvalue(x) return float value, and when I put the value in int, it's different from the initial one. Is there a better way to accessing the integer variable's value?
Now I just use a naive way ...
0
votes
2answers
58 views
Add “already added” folders to solution?
I created a couple of App_LocalResource folders along with alot of resx files in my MVC4 solution. But when web-deploying to Azure, they aren't recoqnized/found/listed in change sets. None of the ...
0
votes
1answer
120 views
Build C project to call functions from C++ library in the same solution in Visual Studio
Is it possible in Visual Studio to have one project with C++-library and the other one written in C in the same solution, and to call functions from this library using C?
What I have in library ...
1
vote
3answers
171 views
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 there any problems that may arise from having multiple namespaces in the same project?
The ...
1
vote
1answer
260 views
Android epub reader development approaching
I am writing a proposal for epub reader project which have ability to display vertical text for Japanese language. Firstly, I want to know the main flow of a book reader to load and read epub then ...
-2
votes
2answers
83 views
How to delete a test project in visual studio? [closed]
Lately I had a problem (Could not load type '...' from assembly '...') with my test project (unit-test in Visual Studio 2010), so I tried (after looking for solutions here) deleting it and rewriting ...
0
votes
2answers
47 views
How to use a variable(may be a static) across projects?
I have 3 projects in the same solution. One of the project has the a static variable, which I am trying to access it in the other two projects(by adding the 3rd project's dll). I see that 2 different ...
0
votes
1answer
93 views
Copy DLL-s on building multi-solution MEF application
I use visual studio 2010 to develop and build on .net framework 4.0. I also use the Managed Extensibility Framework for a basic plugin system.
I have 2 solutions:
The main solution with 6 projects, ...
0
votes
0answers
96 views
Visual Studio 2012 (Update 1): Changes to build configuration are not persistent
I have a solution the build configuration of which opens thus:
Obviously, I don't want the Xbox 360 version to build when I build the PC version, so I uncheck "Main_XBox360" for the x86 platform. ...
0
votes
0answers
73 views
How to include a shortcut (.lnk) into solution?
First, sorry for my English..
How can I include an existing shortcut into my solution?
When I try to add an existing item into my project, the visual studio seems to try to add the link destination, ...
0
votes
0answers
23 views
Rework a complete solution in VS2010?
I have done something really strange and now no matter what VS2010 seem to remember what it was like and keep the errors despite i completely rewritten all the code...>1500 rows I don't want to ...
3
votes
1answer
210 views
How to share the same Resharper settings between multiple solutions, with no manual intervention?
Our projects are organized in a master solution (containing every project) and multiple smaller solutions containing groupings of related projects.
I would like to share the same Resharper settings ...
2
votes
2answers
57 views
.NET Project Organization
I'm working on reorganizing a .NET solution with 65 different projects, this includes multiple web projects for different products.
I'm looking at doing something like this...
Company.Domain
...
0
votes
0answers
45 views
Providing a sharepoint 2010 Foundation solution to all pages without activation
I am a bit puzzled with the different possible combinations in Visual Studio 2010 to change masterpage layout in Sharepoint 2010 Foundation.
I need to add two JS Files, one CSS File and some images ...
1
vote
0answers
181 views
WPF circle and line drawer solution [closed]
I've created a WPF program which can draw lines and circles on a canvas. It works well, but I don't think it's the best solution. How can I make it work better? How would you create this program?
...
0
votes
2answers
22 views
Excel Data Solutions
Here are my 2 columns:
| C | B |
| 378 | 124.14 |
| 378 | 0.47 |
| 378 | 125.00 |
| Total | 249.61 |
I would link Total data in another sheet but I could not find excel proper ...



