.NETGURU
MICROSOFT.DATA.SQLXML.DLL (PART 2)
Messages   Related Types
This message was discovered on ASPFriends.com 'aspngxml' list.


Tod
DEAR LIST,

Before two days I posted message that I had problem with Microsoft.SqlXml.Data.dll, unfortainly I still have it, and it getting me crazy, here is the full error that I'm getting and my page, and my vb.page (they are pretty pretty simple but it dosent work), I add it refrence for this project in project/reference (and it was the same), after I add it Refrence path for the folder in the Project/Properties/Common Properties "C:\Program Files\SQLXML 3.0\bin\" and it's still the same. If I avoid this dll the page is working fine, and if I place it again, it's rasing error. Please any help. Here is the full details:

Err.message:

Description: An error occurred during the compilation of a
resource required to service this request. Please review the
following specific error details and modify your source code
appropriately.

Compiler Error Message: BC30466: Namespace or type 'SqlXml' for
the Imports 'Microsoft.Data.SqlXml' cannot be found.

Source Error:
Line 1: Imports System.Xml
Line 2: Imports Microsoft.Data.SqlXml
Line 3:
Line 4: Public Class DataList_FromVB

VB.Code:

Imports System.Xml
Imports Microsoft.Data.SqlXml

Public Class DataList_FromVB
Inherits System.Web.UI.Page

#Region " Web Form Designer Generated Code "

'This call is required by the Web Form Designer.
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()

End Sub

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
End Sub

#End Region

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Response.Write("HERE")
End Sub

End Class

AspX.code:

<%@ Page Language="VB" Inherits="DataList_FromVB" Src="clsDataLayer.vb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>WebForm2</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5";>
</head>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
</form>
</body>
</html>

Any advise,
Tod
Reply to this message...
 
    
Kirk Allen Evans
Since you are using Visual Studio .NET, so you can set a reference:

In your solution explorer pane, expand the References node.
Right-click and choose "Add Reference"
On the .NET tab, choose "Microsoft.Data.SqlXml"

Rebuild the project... you should be good to go.

Kirk Allen Evans
http://www.xmlandasp.net
"XML and ASP.NET", New Riders Publishing
http://www.amazon.com/exec/obidos/ASIN/073571200X

-----Original Message-----
From: Tod [mailto:Click here to reveal e-mail address]
Sent: Thursday, August 08, 2002 4:01 AM
To: aspngxml
Subject: [aspngxml] MICROSOFT.DATA.SQLXML.DLL (PART 2)

DEAR LIST,

Before two days I posted message that I had problem with
Microsoft.SqlXml.Data.dll, unfortainly I still have it, and it getting me
crazy, here is the full error that I'm getting and my page, and my vb.page
(they are pretty pretty simple but it dosent work), I add it refrence for
this project in project/reference (and it was the same), after I add it
Refrence path for the folder in the Project/Properties/Common Properties
"C:\Program Files\SQLXML 3.0\bin\" and it's still the same. If I avoid this
dll the page is working fine, and if I place it again, it's rasing error.
Please any help. Here is the full details:

Err.message:

Description: An error occurred during the compilation of a
resource required to service this request. Please review the
following specific error details and modify your source code
appropriately.

Compiler Error Message: BC30466: Namespace or type 'SqlXml' for
the Imports 'Microsoft.Data.SqlXml' cannot be found.

Source Error:
Line 1: Imports System.Xml
Line 2: Imports Microsoft.Data.SqlXml
Line 3:
Line 4: Public Class DataList_FromVB

VB.Code:

Imports System.Xml
Imports Microsoft.Data.SqlXml

Public Class DataList_FromVB
Inherits System.Web.UI.Page

#Region " Web Form Designer Generated Code "

'This call is required by the Web Form Designer.
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()

End Sub

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
End Sub

#End Region

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Response.Write("HERE")
End Sub

End Class

AspX.code:

<%@ Page Language="VB" Inherits="DataList_FromVB" Src="clsDataLayer.vb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>WebForm2</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5";>
</head>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
</form>
</body>
</html>

Any advise,
Tod

| [aspngxml] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngxml.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives
Reply to this message...
 
    
Jose Fuentes
Question were did you get this imports line?

Imports Microsoft.data.sqlxml

I can't find any reference to it at all.

ClassicFS

Joe Fuentes
Systems Analyst

-----Original Message-----
From: Tod [mailto:Click here to reveal e-mail address]
Sent: Thursday, August 08, 2002 4:01 AM
To: aspngxml
Subject: [aspngxml] MICROSOFT.DATA.SQLXML.DLL (PART 2)

DEAR LIST,

Before two days I posted message that I had problem with
Microsoft.SqlXml.Data.dll, unfortainly I still have it, and it getting me
crazy, here is the full error that I'm getting and my page, and my vb.page
(they are pretty pretty simple but it dosent work), I add it refrence for
this project in project/reference (and it was the same), after I add it
Refrence path for the folder in the Project/Properties/Common Properties
"C:\Program Files\SQLXML 3.0\bin\" and it's still the same. If I avoid this
dll the page is working fine, and if I place it again, it's rasing error.
Please any help. Here is the full details:

Err.message:

Description: An error occurred during the compilation of a
resource required to service this request. Please review the
following specific error details and modify your source code
appropriately.

Compiler Error Message: BC30466: Namespace or type 'SqlXml' for
the Imports 'Microsoft.Data.SqlXml' cannot be found.

Source Error:
Line 1: Imports System.Xml
Line 2: Imports Microsoft.Data.SqlXml
Line 3:
Line 4: Public Class DataList_FromVB

VB.Code:

Imports System.Xml
Imports Microsoft.Data.SqlXml

Public Class DataList_FromVB
Inherits System.Web.UI.Page

#Region " Web Form Designer Generated Code "

'This call is required by the Web Form Designer.
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()

End Sub

Private Sub Page_Init(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Init
'CODEGEN: This method call is required by the Web Form Designer
'Do not modify it using the code editor.
InitializeComponent()
End Sub

#End Region

Private Sub Page_Load(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
Response.Write("HERE")
End Sub

End Class

AspX.code:

<%@ Page Language="VB" Inherits="DataList_FromVB" Src="clsDataLayer.vb" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>WebForm2</title>
<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema" content="
<http://schemas.microsoft.com/intellisense/ie5>
http://schemas.microsoft.com/intellisense/ie5">
</head>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
</form>
</body>
</html>

Any advise,
Tod

| [aspngxml] member Click here to reveal e-mail address = YOUR ID
| http://www.asplists.com/asplists/aspngxml.asp = JOIN/QUIT
| http://www.asplists.com/search = SEARCH Archives
Reply to this message...
 
 
System.EventArgs
System.Object
System.Web.UI.Page
System.Web.UI.WebControls.DataList




ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
Ad


Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification