Home > Archive > Visual Studio > March 2004 > Managed C++, XML and Datasets
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Managed C++, XML and Datasets
|
|
| Murray Foxcroft 2004-03-28, 10:32 pm |
| Hi all,
I try and create a dataset in a managed C++ class library and it return the
following error:
error C3624: 'System::Xml::Serialization::IXmlSeriali
zable': the compiler
cannot find this type; it is defined in the assembly 'System.Xml'
I include System::XML, but still no joy. Any ideas ?
| |
| Murray Foxcroft 2004-03-28, 10:32 pm |
| Asked and answered - I needed to include...
#using <System.XML.dll>
"Murray Foxcroft" <murray.foxcroft@ast.co.za> wrote in message
news:u$rO8ONEEHA.3412@TK2MSFTNGP10.phx.gbl...
> Hi all,
>
> I try and create a dataset in a managed C++ class library and it return
the
> following error:
>
> error C3624: 'System::Xml::Serialization::IXmlSeriali
zable': the compiler
> cannot find this type; it is defined in the assembly 'System.Xml'
>
> I include System::XML, but still no joy. Any ideas ?
>
>
|
|
|
|
|