Enterprise library for VS 2005

J

John Keers

Can anyone tell me what needs to be done to get the enterprise library (june
release) to work with VS 2005. I have changed the paths in the bat files as
reccomended in the following post

http://forums.asp.net/1098814/ShowPost.aspx

and made all the changes but at runtime when calling
Database db = DatabaseFactory.CreateDatabase();

I get the following error,

"Unrecognized attribute 'requirePermission'
(C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line
14)"



Any help would be appreciated
 
K

Kevin Yu [MSFT]

Hi John

The June version of Enterprise library is designed for .net framework 1.1.
The machine.config file is a little different with .NET 2.0. So I don't
suggest you port this to .NET 2.0. However, the enterprise library designed
for .NET 2.0 is available for download now. You can download it from the
following link:

http://www.gotdotnet.com/codegallery/releases/viewuploads.aspx?id=295a464a-6
072-4e25-94e2-91be63527327

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 

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