M
Michael Howes
I'm upgrading a VS 2003/.Net 1.1 ASP.Net application to VS 2008/.Net 3.0
The application uses an older version of the Microsoft Data Blocks for
database access. The version in the Microsoft.ApplicationBlocks.Data.dll
is 2.0
The call to SqlConnection.Open() fails after I upgrade to .Net 3.0
The application runs under a tweaked version of Medium trust. After the
upgrade and the call to .Open() fails if I change the trust to Full the
call works.
Do I need to upgrade the version of the Application Blocks we are using
or is there a way to get this older version to run under medium trust in
..Net 3.0??
The call works in .Net 1.1 medium trust
The call works in .Net 3.0 full trust
It fails with .Net 3.0 medium trust
thanks
mike
The application uses an older version of the Microsoft Data Blocks for
database access. The version in the Microsoft.ApplicationBlocks.Data.dll
is 2.0
The call to SqlConnection.Open() fails after I upgrade to .Net 3.0
The application runs under a tweaked version of Medium trust. After the
upgrade and the call to .Open() fails if I change the trust to Full the
call works.
Do I need to upgrade the version of the Application Blocks we are using
or is there a way to get this older version to run under medium trust in
..Net 3.0??
The call works in .Net 1.1 medium trust
The call works in .Net 3.0 full trust
It fails with .Net 3.0 medium trust
thanks
mike