|
Hi Andy,
Thanks for getting back to me. Here's what I've done:
Downloaded NSK8193
Installed EntLib 5.0
Unloaded the projects I don't think I need right now. The projects that are still loaded are:
- ManagedDesigns.Northwind.Core
- ManagedDesigns.Northwind.Services
- Northwind.Services
- ManagedDesigns.Northwind.Data
- ManagedDesigns.Northwind.Data.DbProviderBase
- ManagedDesigns.Northwind.Data.SqlServer
- ManagedDesigns.Northwind.Web.UI
Then tried to build. The main error I get is:
Error 1 'Microsoft.Practices.EnterpriseLibrary.Validation.Validators.StringLengthValidatorAttribute' is not an attribute class D:\Work\Projects\Tutorials\NSK-81993\vs2008-fx3.5\src\ManagedDesigns.Northwind.Entities\AddressInfo.cs
7 10 ManagedDesigns.Northwind.Core
The first example occurs, as you can see, with the [StringLengthValidator(60)] attribute of AddressInfo.cs. Is this something you've seen before?
Regards,
Paul
|