I am having fits trying to find where the application thinks it should be looking for the 3.1 dll. I am using the EntityDataSource to populate the grid. I get this error:
When I comment out the grid and the data source the page loads fine. It used to work fine until I installed Enterprise Library 4.1. I never had 3.1 on this machine at all.
Could not load file or assembly 'Microsoft.Practices.EnterpriseLibrary.Common, Version=3.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
|
When I comment out the grid and the data source the page loads fine. It used to work fine until I installed Enterprise Library 4.1. I never had 3.1 on this machine at all.