T
Tony
Hello!
I'm using an application that is an example application from a Book but the
program is using
Microsoft.Data.SqlXml so I get the following error
Error 3 The type or namespace name 'Data' does not exist in the namespace
'Microsoft' (are you missing an assembly reference?)
C:\Users\Tony\programmering\Chapter Samples\C#\Chapter_12\Program.cs 7 17
Chapter_12
So I have looked in the References to find some dll to add so this namespace
can be found but haven't found any.
I use VS 2010 and Sql server 2008.
So where can I found DLL where this namespace is located ?
//Tony
I'm using an application that is an example application from a Book but the
program is using
Microsoft.Data.SqlXml so I get the following error
Error 3 The type or namespace name 'Data' does not exist in the namespace
'Microsoft' (are you missing an assembly reference?)
C:\Users\Tony\programmering\Chapter Samples\C#\Chapter_12\Program.cs 7 17
Chapter_12
So I have looked in the References to find some dll to add so this namespace
can be found but haven't found any.
I use VS 2010 and Sql server 2008.
So where can I found DLL where this namespace is located ?
//Tony