The project-reference tag has no wiki summary.
0
votes
1answer
29 views
What is the recommended TFS structure.
We are trying to move from our current source control to a TFS as a source control. Right now we have all projects as project references. Our organization is small and we have a lot of common projects ...
0
votes
0answers
21 views
creating api for mobile version of website
Hi we are currently creating a web api to be consumed by mobile application of existing website.
We are using web.api to expose json rest service.
This web api project will be using the application ...
1
vote
3answers
198 views
Weird: C# Type or Namespace name could not be found - Builds successfully
I have a weird error showing up in my project when it is open in the VS2012 IDE. Everywhere where I make use of another referenced project it suddenly says "Type or Namespace name could not be found". ...
0
votes
0answers
53 views
Referencing C++ Project
I have a basic empty c++ project and I added a reference to a C++ CLR project with a form in it I want to use. Both project are now listed in the solution, in the main of my empty C++ project I'm ...
0
votes
0answers
83 views
How to Apply Py2exe for Pydev/Eclipse Project with Referenced Projects
Question:
What is the easiest way to create a Python executable (using Py2exe) when you have "Referenced Projects" (as is done in Pydev/Eclipse)?
Details:
Currently, I have a very messy process to ...
0
votes
1answer
73 views
Drag and drop project to references folder
(Visual Studio 2012)
Is there any way to create a solution reference by simple dragging the solution item (project) inside the other's project references folder? Like this?
Some kind of plugin or ...
0
votes
0answers
168 views
DLL version number in project reference incorrect after package upgrade using nuget with old version in subfolder
Consider the following scenario
A .NET library project in Visual Studio
A subfolder in that project containing the compiled binaries of
another software product, which my project Process.Start()s at ...
0
votes
0answers
28 views
Project Reference with single IsFirstTime
Following are the projects in my solution tree:
The project PPGX Compiler refers to PPG Editor and provides way to open the ppgx files from list, whereas ppgx editor is file editor. The problem is ...
1
vote
0answers
591 views
I've upgraded from Visual Studio 2010 to 2012. Project references to SqlClr projects are looking for my project's dll, but with no file extension
Say I have a SqlClr project called MySqlClrProject, which builds the file MySqlClrProject.dll. I've observed that the Build output file name can be either MySqlClrProject or MySqlClrProject.dll, but ...
2
votes
1answer
143 views
How can I automatically link in the dependency of a dependency in VS 2010?
I'm using Visual Studio 2010, with a lot of project and solution files. But now I find myself in a bit of dependency hell with ProjectReferences:
Project Simple produces a static lib.
Projects Foo ...
2
votes
2answers
1k views
Adding programmatically in C# a project reference (as opposed to an assembly reference) via EnvDTE
In visual studio when you add a reference to an existing project in your solution in the .csproj file it ends up like so:
<ProjectReference Include="..\TestProject2\TestProject2.csproj">
...
2
votes
0answers
62 views
How do I add Same Solution Project References when exporting Templates in Visual Studio?
I have a solution that contains several projects, lets call them ProjectA and ProjectB. I need ProjectA to have a reference to ProjectB, however when I "Export Template" I can't seem to keep the ...
1
vote
1answer
109 views
How to migrate assemblies from .Net 3.5 to .Net 4.0?
I download a project from github:
https://github.com/HEskandari/FarsiLibrary/zipball/master
I open this with visual studio 2010, This Solution contain a project with name ...
7
votes
2answers
256 views
Project references dropped after debugging
We have recently upgraded to VS2010 (10.0.40219.1 SP1Rel) and ILOG Rules For .net 7.1.1.4 (x64). Now the following can occur:
Open a solution.
Debug a project
Stop debugging.
Close a file (so far: ...
2
votes
1answer
452 views
Resolving incorrect project reference GUIDs
I have some projects in a Visual Studio solution that have ended up with project references that include the wrong GUID for the referenced project. (Possibly due to the referenced project being ...
0
votes
1answer
440 views
How can you automatically update a .NET project COM reference?
I have a legacy VB6 COM DLL that's included as a reference in a .NET project. My manual build process looks like this:
Build VB6 DLL
Copy VB6 DLL to reference directory
Register VB6 DLL with ...
4
votes
1answer
662 views
Ninject assembly does not match referenced assembly
Setup:
ASP.NET MVC3
Ninject v2.2.1.4
Ninject v3.0.0.15
Ninject.MVC3 v3.0.0.6
Ninject.Web.Common v3.0.0.7
Using NuGet, my UnitTest project references Ninject v2.2.1.4
My Web Project references ...
1
vote
0answers
334 views
VS/MSBUILD: Copy output files of sub-project without adding reference to exe
I have a solution wich consists of main application MainProject and several plugin projects Plugin1, Plugin2 etc. Each of them is build in a separate project within Visual Studio.
For building the ...
1
vote
1answer
68 views
Do all the projects that reference each other need to be in same target framework?
I have a windows-form application which consists of three sub projects.
Project A - Classes
Project B - Classes
Project C – view (win forms)
When I try to add reference to of project B to project C ...
0
votes
2answers
99 views
Reference forwarding in Visual Studio 2010 (from library to executable)
I have a C# library which has System.Data.SQLite as a reference, and an executable (as a 2nd project) which uses the library.
In the library, I have a function which references a class in ...
0
votes
1answer
99 views
Error occurs on Debug, but not on Start New Instance, and only with a Content Reference in another project
I have a Visual Studio 2010, XNA 4.0 game solution. Call it "Game". It has a project named "Game" with an associated content project named "GameContent". I also have created a second project in the ...
0
votes
2answers
40 views
If a project on the same server references a WCF project to access its methods, it's not talking through HTTP right?
If my MVC project is referencing (regular project reference not service reference) a WCF service project, I am not communicating using HTTP right?
I want to make my WCF service exposed to multiple ...
0
votes
0answers
32 views
Using NuGet with TFS across multiple development machines (DLLs not copied across) [duplicate]
Possible Duplicate:
Using NuGet to share code across developers
I've recently swapped from managing library use by explicitly referencing 3rd party library DLLs that are stored in my ...
1
vote
1answer
193 views
Project reference dll --> FileLoadException
I'm having a problem with project references in .Net
I have three projects:
Console Application
MVC 3 Web Application
Class library (Mails)
Both console and web apps reference the Mails project.
...
0
votes
1answer
711 views
Class library namespace does not exist in WPF app despite project reference
I have a VS2010 solution with a "hello world" WPF Application and a Class Library project. In my class library, I have defined a class in a namespace called ReportImageMerge.Core. I have that project ...
0
votes
1answer
160 views
VS2010 Build of .NET v3.5 projects fail due to a potential .NET v4.0 reference
Attempting to build a Visual Studio 2010 solution with 132 projects which do not use any file references (only project references). When I build the entire solution, I get many build errors like this:
...
6
votes
1answer
4k views
Project Build Order in Visual Studio 2010?
We have a Visual Studio 2010 solution that has over 120 projects that reference each other in some way. All inter-project references are project references and not file references which helps Visual ...
2
votes
0answers
94 views
What does Eclipse do with the “Project References” checked projects?
Right click on a project-> properties -> Project References.
A list of the projects in your workspace appears for you to check.
If it only does what I think (force a rebuild when you want to ...
1
vote
1answer
307 views
Primary reference can't be resolved - dlls' that target different versions of .NET
In my solution I have projects A and B. Project A is targeting .NET 4.0. Project B must target .NET 3.5 as it is for Sharepoint 2010.
Project B has a reference to Project A.
When I compile, I get ...
0
votes
1answer
2k views
Visual Studio 2010 Add-in: How to get a reference's Hint Path Property
This question arose from another more complex question, so hopefully if someone can answer this simpler one we can figure out Visual Studio 2010 DTE: How to make added DLL reference absolute and not ...
5
votes
5answers
3k views
Visual Studio 2010 DTE: How to make added DLL reference absolute and not copied
Summary:
We need to duplicate the behaviour of the Add Reference dialog, using DTE, when you add a specific DLL (it adds a Hint path entry to the reference in the CSProj file).
*Note: There is ...
3
votes
2answers
1k views
Visual Studio 2010 Add-in: How to locate project references?
How do you programmatically find & iterate all project & dll references within a Visual Studio 2010 solution?
I can iterate all projects and found the Project.ProjectItems property and ...
3
votes
2answers
599 views
Why is the build failing in Visual Studio because it cannot resolve namespaces from referenced assemblies?
I have 3 class library projects. Lets call them A, B & C. I have added project reference of A & B into the project C.
A & B are building without any error or warning.
Code(Class file) ...
2
votes
2answers
4k views
how do I reference a separate project in xcode 4?
How do I reference another project which has code I wish to leverage in XCode 4. In particular I'm trying to make use of the NSDate extensions from here.
Some notes:
I was assuming I should ...
0
votes
1answer
303 views
Adding WCF proxy class hides Visual Studio project reference
I have a weird visual studio error which is bugging me.
I am using Visual Studio 2010
My solution is small and contains 2 projects:
Project 1 a class library contains the following classes:
...
1
vote
1answer
533 views
How to deploy native images (NGen) using Wix and project references
I'm using Wix/Votive to build an installer for my .NET Solution. I include the binaries from the other projects (EXE and DLLs) using project references (which internally uses heat.exe I think).
What ...
1
vote
4answers
706 views
Cross referencing assemblies
I have three projects in my .net solution.
The main project and two class library projects.
I have found out that I need to cross reference the class library projects.
Can I do that? Is it safe or ...
6
votes
3answers
6k views
Project Reference Problem, Visual Studio 2010
I have a solution that has one class library project, and the others are WPF applications. I have added class library's reference the but, but both of them cannot use its classes.
So, what is the ...
5
votes
2answers
2k views
Visual Studio clean solution doesn't delete all dlls / project reference getting moved
I have a VS 2008 C# web app with a bunch of project references to custom dlls. These are all at a relative path from the web project. Recently I've noticed that Clean Solution removes some, but not ...
0
votes
1answer
664 views
How to solve this error: Could not find file 'Microsoft.Windows.CommonLanguageRuntime, Version 2.0.50727.0'
This question to which I already found the answer is posted here in case of someone else encounters it. I decided to post the Q&A here so that SO has something about this error, since I don't know ...
3
votes
2answers
761 views
Difference between project and dll dependencies in .Net in the final compiled assembly
Lets say I have two projects A and B. A depends on B. I can specify this in two ways:
Include A and B in the same solution and specify B as a project dependency for A. This shows up in A's msbuild ...
0
votes
1answer
1k views
Difficulty with Adding a Reference in Visual Studio (Windows Azure StorageClient)
I've been following alone with this tutorial. Everything is going great, until I get to this part:
Set a reference to the StorageClient
library. You can either add the
sample project to the ...
2
votes
1answer
295 views
vs2008 Including Managed C++ class from one dll in another Managed C++ class?
I have a project called ManagedWrapper that is Managed C++ and builds as a DLL.
I have a second project called MyManagedTest that is Managed C++ and builds as a DLL.
When I try to include a header ...
0
votes
1answer
240 views
Cannot add library in VC++ 2008: My System is Different
Hopefully someone can tell me what's going on here. I'm trying to link to gdiplus.lib and I tried to go to "Properties - Linker - Input - Additional Dependencies" to add the library but I do NOT have ...
0
votes
4answers
93 views
Visual Studio 2008 - Project without DLL
I need to add a reference to a project to do some reflection. But it seems that this project doesn't have a .DLL file (even after building it).
Can this happen?
14
votes
3answers
4k views
VS2010: Warning on add project reference to Silverlight project from .NET project
In VS2010, Silverlight 4, .NET 4, I've got a WCF service and a Silverlight app, and Silverlight is accessing the class not with Add Service Reference but by sharing the contract. Naturally, this means ...
6
votes
2answers
2k views
TFSBuild/MSBuild and Project Reference vs File Reference
We Have a large VS solution using project references which is build by TFS Build like so:
Solution
- Project 1
- Project 2
- Project ...
- Project N
Because the solution is too large we have ...
1
vote
3answers
2k views
Determining outputs of a ProjectReference in MSBuild without triggering redundant rebuilds
As part of a solution containing many projects, I have a project that references (via a <ProjectReference> three other projects in the solution, plus some others). In the AfterBuild, I need to ...
5
votes
1answer
524 views
How can you include/reference a file in a project without copying it to the project directory?
I am writing an application in Visual Studio 2008.
I have a help file that I want to be included in the output of my project.
I want the most recent version of my help file to stay in a folder that is ...
2
votes
4answers
1k views
Do I need to register the COM dll to be able to reference it on the .NET project?
I'm trying to reference a COM dll in visual studio by using the Browse tab and selecting the DLL. I noticed that if the DLL is registered on the system with regsvr32 I can reference it, but if it's ...
