Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / .NET Framework / XML / December 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Serializing an object.22 Dec 2003 15:25 GMT2
I'm trying to serialize an object in VB.NET.  I have all my objects denoted
with the <Seralizable()> Attribute.  This is the code I am using...
Dim sf As SoapFormatter = New SoapFormatter
Dim ms As IO.MemoryStream = New IO.MemoryStream
SOAP responses and .NET22 Dec 2003 03:17 GMT3
I am testing a WebService by writing a client on .NET.
I used the WSDL to successfully create a proxy class, and
am able to send correct SOAP requests, as per the WebService.
The SOAP trace utility shows that I am getting a good SOAP
Generate XSD from class21 Dec 2003 20:20 GMT1
Is there a way to generate an XSD from a class programmatically, so without
using xsd.exe?
Thanks,
B.
XML comments21 Dec 2003 10:32 GMT1
I have a question about XML comments included in VS. net.
Let's say I have a project in a solution. And this project has a class with
some methods:
class MyClass
direct edit of the ii6s metabase.xml using c# or vb.net21 Dec 2003 03:08 GMT1
I need to edit the IIS 6.0 config file (metabase.xml) and had a go with this
code, trying to get a list of all defined websites, and write their name to
console, but it does not seem to work, would appreciate any pointers:
-----------
Serialize class to string?21 Dec 2003 03:04 GMT1
How do you use the XmlSerializer to serialise a class instance to a string
as opposed to a file or stream?
Thanks
Ben Fidge
ERROR saving Grid as XML21 Dec 2003 02:31 GMT4
SCENARIO
=======================================
I have a Grid and I want to save the values on an XML.
Let me say that I am NOT using DataSet to load valus on my grid.
XMLTextWriter Encoding problem21 Dec 2003 02:29 GMT5
The following code sample should produce a valid xml file to the
console.  However, when I try this in C# (Visual Studio 2003, 1.1
Framework), there is an extra questionmark preceding the rest of the
content.
Repeater and XML Node List20 Dec 2003 06:07 GMT2
Alrighty,
so if I have an XmlNodeList as the data source for a repeater, in my
repeater, I would like to do things like:
<%# DataBinder.Eval(Container.DataItem, "ChildNodes[0].InnerText") %>
XslTransform Problems with Whitespace19 Dec 2003 14:00 GMT5
I'm using XslTransform to apply a transform to an XML document, however I
get validation problems when parsing the resulting XML document due to
invalid whitespace. I'm passing in an XPathNavigator for the input to the
Transform method and specifying a Stream for the output.
XML WebService ASP.NET19 Dec 2003 06:44 GMT2
Hello - I am very new to the .NET environment, so please be paitent - Can
anyone point me to a very basic example of a project that takes an XML
stream from a web page and sends it to a ASP.NET Web Service that can then
be used to pull records from a SQL Server DB. Like I said I am ...
XML In the future?18 Dec 2003 20:58 GMT13
Do we feel it is possible that XML could become a standard to replace
current data exchange formats such as documents, spreadsheet worksheets,
images etc?
Document load problem with entities18 Dec 2003 17:15 GMT3
When I load a document, it have text "&ntilde;" I recibe an error:
Reference to undeclared entity, 'Ntilde'
"Ntilde" is an entity of iso-8859-1, why load method can't load it. How can
I refer entities ISO-8859-1?
Validating a XML document with a XSD18 Dec 2003 01:44 GMT1
I found code for validating XML documents with the XML Schema cashed for
rapid access.
Example 3: Validating with XMLSchemaCache.
http://msdn.microsoft.com/library/en-us/xmlsdk/htm/xsd_devgd_hdi_validate_5zzn.asp
Problem with XSD18 Dec 2003 01:38 GMT1
I have a schema file test.xsd (~30KB). Whenever I try to load this schema
into VS.NET it takes about 60% of CPU time, at the same time when I switch
to XML view it takes 100% of CPU time. It takes about 1-5 minutes to load
successfully.
Pages: 1 2 3 4 5 6 7 8 9 November, 2003
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.