Questions tagged [projects-and-solutions]

Some IDEs organize code and resources into projects and solutions, usually in a directory-based hierarchy. This can also be done manually.

1354 questions
-1
votes
1 answer

NuGet in a project template

This question is about how to set up a project template to satisfy dependencies. First, some context. I have a MVC4/Durandal project that I'm trying to turn into a project template that distils all the goodness from a recent project, for…
Peter Wone
  • 17,965
  • 12
  • 82
  • 134
-1
votes
2 answers

Website functionality tips

I'm writing a paper about website functionality so far I've covered some of them : Event Calendars and Registration, and Appointment Setting Product Databases and Wizard-like applications Flash and other Interactive Multimedia Presentations Online…
Gandalf StormCrow
  • 25,788
  • 70
  • 174
  • 263
-1
votes
1 answer

SVN content from multiple locations at single folder

Here is the scenario. In a svn repository, there are multiple folders under same folder tree. Say structure is as: ProjectA | | - Folder1 | - Folder2 Now in a separate folder tree: ProjectB | - FromExternalProject (needs all contents of Folder1…
dushyantp
  • 4,398
  • 7
  • 37
  • 59
-1
votes
2 answers

Visual Studio 2005 Basic Knowledge - How doing debugging on C# codes

My knowledge is very limited on VS in fact it's the first time I am using it and very little I know of C debugging too. I have pre-existing .c and .o files that have been transferred into my folder and I open VS to edit them. I then compile on a…
-1
votes
3 answers

How to access other projects in one solution

I have one empty solution Store with 3 projects Store.Domain, Store.UnitTests, Store.WebUI In domain I have my Data Model and I like to access through Store.WebUI. I try using Store.Domain however I got an error type or namespace could not be found…
vikifor
  • 3,426
  • 4
  • 45
  • 75
-1
votes
1 answer

Xcode: Product name or codename for project file name(.xcodeproj)?

I'm now changing project file name of Xcode because my product name(app name) was changed. And I got some problem due to changing project file name.(*This is not the question for this time. I also know I can change app name by bundle display name…
js_
  • 4,671
  • 6
  • 44
  • 61
-1
votes
1 answer

Project Management Tool

Everybody, I would like to ask you what is the most useful software to handle the lifetime of a project. I will explain my need. I'm working with some people in another town, and I will be the project manager of the project. I will receive the…
-2
votes
1 answer

How to build .vdproj using MSBuild task?

I get following error when I try the following command: devenv.exe /build Debug SetupProject.vdproj ERROR: Unable to update the dependencies of the project.
Mangesh
  • 1
  • 2
-2
votes
1 answer

What are all the features you look for in a note taking app?

I building a note taking app and so I thought of asking for feature opinions. Feel free to put down your ideas. People seems to love markdown note taking app, my idea is to build a note taking app with markdown integration. What more features can I…
Zero Two
  • 3
  • 3
-2
votes
1 answer

Vb.net - error after converting website to solution ' is ambiguous because multiple kinds of members with this name exist in '

I converted by vb.net website into multiple project solution. But after creating that I am getting many errors in each aspx file and vb file. Below screenshot for reference. I have multiple labels or buttons with same name in multiple file but in…
Ghanshyam Singh
  • 1,361
  • 2
  • 15
  • 27
-2
votes
1 answer

Copy/clone an entire WPF solution& project and use it under another name

I have a WPF solution & project(written in Visual Studio2019) that I would like to use under another name. On the other words, I have a project like( EXAMPLE_A ) that I would like to use on my other task (not creating again the entire project) just…
sansui1
  • 17
  • 4
-2
votes
1 answer

project problem

can anybody suggest me how i casn create an application or web application for saving mobile data and get backup/recover when sombody lost that mobile phone............... till i only know about microsoft synchronization framework a little but…
-2
votes
2 answers

Visual Studio 2012 Project unavailable - project is Unloaded

I am trying to open a code which was built by a different guy. I am not sure which version of VS it was built in or any other details. When I try to open the solution I always get Project unavailable error. As per many answers in this forum I tried…
-2
votes
1 answer

c/cpp project build in MS VS 2012 to be compatible with msvs 2008

I have created a c/cpp project in microsoft visual studio 2012, but the test machine has microsoft visual studio 2008, is there a way to tell visual studio 2012 to be compatible with 2008
-3
votes
4 answers

Can i download someone repository and upload it to my GitHub account?

I want to download someone repository in my local machine and uploaded it to my GitHub account so there some issue can be occurred or not if i uploaded on my GitHub? Guide me in details how i can do this I research more but i can't find the exact…
1 2 3
90
91