|
Home > Archive > MS SQL XML > September 2005 > SQLXML 4.0 Beta (2005)
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 |
SQLXML 4.0 Beta (2005)
|
|
| rrkaushik@gmail.com 2005-09-15, 1:23 pm |
| Folks:
I thought I would try the .NET framework 2.0 beta version of SQLXML.4.0
and am running into a problem.
When I add a project reference to Microsoft.Data.SqlXml in Visual
Studio .NET Beta 2, I cannot compile the project. I get the "Are you
missing an assembly reference?" error. Intellisense also does not seem
to recognize the namespace.
Any clues on what the problem is?
Will using SQLXML.4.0 within the context of a DTC transaction work,
especially updategrams?
The idea of annotated schemas as a way to bridge relational world and
middle-tier XML has been tempting me for a while - but the lack of DTC
support always stopped this idea cold. I am hoping that the new
bleeding-edge stuff has solved this issue..
Thanks for any guidance or advice..
| |
| Chandra Kalyanaraman [MSFT] 2005-09-22, 1:23 pm |
| did you add a line "using Microsoft.Data.Sqlxml" in your .Net source
file ?
How are you compiling it ? Are you compiling using command line or using the
VS.Net ?
As far as I know, SQLXML components should not worry about whether you are
using a DTC transacted connection or not.
HTH
Chandra
------------------------------------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
<rrkaushik@gmail.com> wrote in message
news:1126803471.551837.145800@g14g2000cwa.googlegroups.com...
> Folks:
>
> I thought I would try the .NET framework 2.0 beta version of SQLXML.4.0
> and am running into a problem.
>
> When I add a project reference to Microsoft.Data.SqlXml in Visual
> Studio .NET Beta 2, I cannot compile the project. I get the "Are you
> missing an assembly reference?" error. Intellisense also does not seem
> to recognize the namespace.
>
> Any clues on what the problem is?
>
> Will using SQLXML.4.0 within the context of a DTC transaction work,
> especially updategrams?
>
> The idea of annotated schemas as a way to bridge relational world and
> middle-tier XML has been tempting me for a while - but the lack of DTC
> support always stopped this idea cold. I am hoping that the new
> bleeding-edge stuff has solved this issue..
>
> Thanks for any guidance or advice..
>
|
|
|
|
|