Search Results

0
votes
3answers
872 views

Dataset allowing Null values even when AllowDBNull = False?

Hi, I have designed a dataset using VS2008 dataset designer. In one of the datatables, I have set "AllowDBNull" property of most of the columns to be False. However, still if I create a Dat …
0
votes
1answer
35 views

Problem referencing classes in external assembly in WPF designer in VS 2008?

Here, Data refers to a another class-library project in the same solution. The main project is referencing Data properly and there is a data.dll in the debug directory of the main project. Yes, I a …