New Compile Error

This forum is for programmers who have questions about the source code.
Post Reply
User avatar
drtech
Posts: 1668
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

New Compile Error

Post by drtech »

Error 1 The imported project "C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk. C:\svn\beta\OpenDentalWebService\OpenDentalWebService.csproj 968 3 xCrudGenerator

I just downloaded the source code again and am getting a new error I have never seen. I can't seem to uncheck building WebApplications because the folder isn't there. Unchecking xCrudGenerator from compile does not seem to help either as I would expect. Any help with this one?
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: New Compile Error

Post by jsalmon »

I do not recognize this error nor do I recognize the Microsoft.WebApplication.targets. Therefore I went to Google and someone suggested installing Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package: http://www.microsoft.com/en-us/download ... spx?id=115
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
User avatar
drtech
Posts: 1668
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: New Compile Error

Post by drtech »

Thanks, I will try it
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com
User avatar
drtech
Posts: 1668
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: New Compile Error

Post by drtech »

Got it to work by finally figuring out the right combination of projects NOT to build.
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com
User avatar
jsalmon
Posts: 1609
Joined: Tue Nov 30, 2010 12:33 pm
Contact:

Re: New Compile Error

Post by jsalmon »

I was able to duplicate this by downloading visual studio 2012 express. Once I figure it out I'll post my findings. I'm assuming it has to do with the fact that those projects are unsupported by the free version. I'm just surprised that VS tried to manipulate the csproj files, maybe it has to do with VS trying to "up-vert" the files automatically in an attempt to open them? I can tell you that the line:

Code: Select all

  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
does not exist in my project file at work which is the full version of VS 2010.
The best thing about a boolean is even if you are wrong, you are only off by a bit.

Jason Salmon
Open Dental Software
http://www.opendental.com
User avatar
drtech
Posts: 1668
Joined: Wed Jun 20, 2007 8:44 am
Location: Springfield, MO
Contact:

Re: New Compile Error

Post by drtech »

glad to see I was not crazy :p
David Fuchs
Dentist - Springfield, MO
Smile Dental http://www.887-smile.com
Post Reply