Build Errors in Enterprise Library Install

G

Guest

When I try to run the Build for the Enterprise Library, I get several
messages referring to the .csproj files... stating that they are not
installed (see below). They are located at the directory references
specified.... How to I install them?

The application for project 'C:\Program Files\Microsoft Enterprise Library
June 2005\src\Security\Security.csproj' is not installed.

Make sure the application for the project type (.csproj) is installed.
 
M

Michael Nemtsev

Hello P.Kienzle,

Have you installed whole Enterprise Library, not the part of it?

P> When I try to run the Build for the Enterprise Library, I get several
P> messages referring to the .csproj files... stating that they are not
P> installed (see below). They are located at the directory references
P> specified.... How to I install them?
P>
P> The application for project 'C:\Program Files\Microsoft Enterprise
P> Library June 2005\src\Security\Security.csproj' is not installed.
P>
P> Make sure the application for the project type (.csproj) is
P> installed.
P>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
M

Michael Nemtsev

Hello P.Kienzle,

Can u rebuild that Security\Security.csproj' project? Is it available on
your PC?

P> Yes I installed the Whole Enterprise Library
P>
P> "Michael Nemtsev" wrote:
P>---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsch
 
G

Guest

The Security\Security.csproj is on my PC, but when I open it in Vsiual
Studio, I just get an xml file - no ability to build it. When I try to open
the Security.sln, I get that the project is not installed.

Here is a copy of the first part of the file:

<VisualStudioProject>
<CSHARP
ProjectType = "Local"
ProductVersion = "7.10.3077"
SchemaVersion = "2.0"
ProjectGuid = "{CF2CBDAD-4D43-45EA-9D40-4CD9CC7EE744}"<Build>
<Settings
ApplicationIcon = ""
AssemblyKeyContainerName = ""
AssemblyName =
"Microsoft.Practices.EnterpriseLibrary.Security"
AssemblyOriginatorKeyFile = ""
DefaultClientScript = "JScript"
DefaultHTMLPageLayout = "Grid"
DefaultTargetSchema = "IE50"
DelaySign = "false"
OutputType = "Library"
PreBuildEvent = ""
PostBuildEvent = ""
RootNamespace =
"Microsoft.Practices.EnterpriseLibrary.Security"
RunPostBuildEvent = "OnBuildSuccess"
StartupObject = ""
I don't know if it helps any??
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top