Questions tagged [csproj]

A file with the 'csproj' file extension is a Visual Studio .NET C# Project file.

1301 questions
0
votes
1 answer

There is no build provider registered for the extension '.dll'

I'm trying to reference to a .dll file from a .aspx web page. However, I get the following error: Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error…
0
votes
1 answer

Weird VS2008 (devenv) Nant compilation issue

Here is the background, we have a solution file (a.sln) which contains 2 projects (service.csproj & client.csproj). There is another old solution file (b.sln) which contains 3 projects (service.csproj, client.csproj & test.csproj). We dont use this…
Isaiah4110
  • 9,855
  • 1
  • 40
  • 56
0
votes
0 answers

MVC2 Project Not Opening in VS2010 Ultimate

When i try to open MVC2 Project in visual studio 2010 SP1 Ultimate Version, it is not opening. It is saying error as The project type is not supported by this installation. Here is my .csproj file. What issues ? Any ideas would be helpful?
user1618825
0
votes
1 answer

Sharing .Net Web Configuration File Issue

I'm having some trouble with a current project. I have a Solution with 2 separate projects in it. The first is my Project that I am publishing, which has a web.config file. The second is a data access project, which only contains .cs files, and has…
0
votes
1 answer

How do I write an XPath query to find all nodes containing a specified child where that child doesn't have a specified value

I'm looking for an XPath statement to query for all parents that have a specific child where the child's inner text doesn't contain a specified value:
BobTheBuilder
  • 2,455
  • 2
  • 27
  • 39
0
votes
2 answers

Can TeamCity's .NET NUnitaddin process csproj files?

To cut to the chase, can the TeamCity .NET NUnitLauncher process Microsoft csproj files? I ask this question because of the following. I have a NANT build script. In this script I have a number of tests which use nunit-console.exe (which ships with…
Ben Smith
  • 19,589
  • 6
  • 65
  • 93
0
votes
1 answer

TFS publish csproj after build

I am developing a VSTO Addin, which we publish to network share via the csproj settings dialog below. For instance, to publish we just click 'Publish Now' and it creates an installer for the VSTO addin (how? Seems to be automagic) and transfers to…
0
votes
3 answers

Error opening project file in VS2012

The following error is being returned when i try to open a colleagues MVC application in VS2012. when i click on "OK" - i am not able to open any of the files within the environment. I am able to open this project in other PCs where VS2012 is…
MMC
  • 99
  • 15
0
votes
1 answer

Visual Studio Msbuild Task Project Dependencies

I decided to rephrase my problem, as it seems it was not quit as clear as it should have been I want to define a project dependency (let’s call it ProjectB) which is only used for build order and doesn’t pull in an assembly reference to the…
Fionn
  • 10,975
  • 11
  • 54
  • 84
0
votes
0 answers

csproj reference has relative hint path that takes it out of source control

Our group solution has a csproj file with the following:
user779860
  • 665
  • 1
  • 7
  • 15
0
votes
1 answer

MSBuild target failing on server, yet succeeding locally

For our web project, I require the assembly version of the project to version our static content. I have declared a target in the web project file to get the assembly identity and retrieve the version number from it, like:
thomaux
  • 19,133
  • 10
  • 76
  • 103
0
votes
0 answers

Visual Studio Professional 2010 .csproj cannot be opened

I am more In to Java, iOS, Linux. I did so little development with Microsoft products. I am trying to run an existing project developed by another team on Microsoft visual studio. The project is originality developed by Microsoft Visual Studio…
shebelaw
  • 3,992
  • 6
  • 35
  • 48
0
votes
0 answers

TFS mapping root path

I'm having the next problem: I am trying to invoke a custom msbuild task from a .csproj file and I need to set a parameter (something like $(ProjectDir) ) indicating the TFS path that the project has mapped. I don't know if it's possible or not; I…
Silvestre
  • 804
  • 11
  • 25
0
votes
2 answers

Open Visual Studio project as readonly

Scenario: I'm using svn:externals to grab Microsoft.Practices.ServiceLocation from CodePlex. However, referencing the csproj-file in my own project causes an upgrade from 2005 to 2008. This makes my copy of the project file different from the base…
sisve
  • 19,501
  • 3
  • 53
  • 95
0
votes
1 answer

Visualizing, understanding and debugging the MSBuild build process

I don't understand how the targets depend on each other and, most importantly, how variables travel through the target graph. I have a concrete example: The CSC target has the AddModules attribute/property. I want to set it using my .csproj file. As…
Ark-kun
  • 6,358
  • 2
  • 34
  • 70