| Thread | Last Post | Replies |
|
| Serializing an object. | 22 Dec 2003 15:25 GMT | 2 |
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 .NET | 22 Dec 2003 03:17 GMT | 3 |
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 class | 21 Dec 2003 20:20 GMT | 1 |
Is there a way to generate an XSD from a class programmatically, so without using xsd.exe? Thanks, B.
|
| XML comments | 21 Dec 2003 10:32 GMT | 1 |
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.net | 21 Dec 2003 03:08 GMT | 1 |
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 GMT | 1 |
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 XML | 21 Dec 2003 02:31 GMT | 4 |
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 problem | 21 Dec 2003 02:29 GMT | 5 |
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 List | 20 Dec 2003 06:07 GMT | 2 |
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 Whitespace | 19 Dec 2003 14:00 GMT | 5 |
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.NET | 19 Dec 2003 06:44 GMT | 2 |
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 GMT | 13 |
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 entities | 18 Dec 2003 17:15 GMT | 3 |
When I load a document, it have text "ñ" 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 XSD | 18 Dec 2003 01:44 GMT | 1 |
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 XSD | 18 Dec 2003 01:38 GMT | 1 |
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.
|