Click to See Complete Forum and Search --> : asp.net and nunit


cogitoergosum
November 16th, 2005, 10:09 AM
hi...
i have a problem and i couldn't solve it.

i use nunit with asp.net for testing codes. the project is a web project and written in c#.
at .net side, code works properly, it brings a dataset(result of an sql query) from a database and i can see the result with a datagrid...

but, the same code doesn't work with nunit..

it says: "deneme.testMethods.testReader : System.InvalidOperationException : The ConnectionString property has not been initialized."

i couldn't understand the reason of this...

can you help me?