ASMX XML RSS

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • zoom in with WebBrowser Control

    How can i use the webbrowser object and show site in a small view. I was looking for zoom property in the webbrowser but I did not find it...

    0 answers | 288 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • You are not authorized to view this page - HTTP Error 401.3

    I am very confused with this error. The environment is: Web Server on Windows Server 2003 R2 Enterprise x64 Edition SP1IIS 6.0 with Directory Security Authentication and access control set to Integrated Windows authentication. (nothing else selected)ASP.NET 2.0.50727(x64 .NET Framework)Web site ...

    1 answers | 3691 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yodlee WebService Exception

    I am in desperate need of help here as I have search all over and cannot find what is wrong or what is even happening. We are using a web service from Yodlee - an account aggregation service - and have everything set up and working fine in .NET 1.0, yet when we attempt to move it to .NET 1.1 we ...

    1 answers | 4897 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • Yikes. I have no idea if this is the right forum. How to get IIS to recognize .NET Framework 3.0

    I am *so* confused.Running W2K3 Server Ent, with IIS 6. Have .NET 1.1, 2.0 and 3.0 installed as well as VS2K5 and the latest WWF Extensions for VS2K5 (yeah, that was a LOT of fun trying to find the latest version! Not.).I also installed the CSharp 9.0 Extensions (got it from my MSDN ...

    0 answers | 1617 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSLT in Web Service

    i want to use the XSLT in Web Service for XML transformation, but it gives error. here is my XSL:<?xml version="1.0" encoding="UTF-8" ?><xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"><xsl:output ...

    3 answers | 7838 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xsi:schemalocation .net 1.1

    I'm sure this is 'old hat', but I've yet to find a decent explanation and solution for this problem.I am trying to access a document/literal Java web service that expects xsichemalocation to be specified in the request document.I got around this one time by serializing the object to XML, ...

    1 answers | 1288 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xsdobjectgen and multiple XSD files

    Hi all I am working with some vendor provided XSD files, and using xsdobjectgen to generate classes to deserialize them. I started with one document type, an EDI 850 Purchase order. It created a very useful class that I employed. Now, I need to work with another document type altogether. When I ...

    1 answers | 607 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSDObjectGen 1.4.4.1 - Enum values having a "dot" character in them are incorrectly co

    Hello everyone,I ran a search for this but found no related articles. When an XSD schema contains enum values which have a "dot" in them, XSDObjectGen V1.4.4.1 seems to misbehave by generating code that still contains dots: VB.NET 2003 won't compile enum values with dots in them. ...

    2 answers | 1648 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSDObjectGen 1.4.4.1 - Enum values having a "dot" character in them are incorrectl

    Hello everyone,I ran a search for this but found no related articles. When an XSD schema contains enum values which have a "dot" in them, XSDObjectGen V1.4.4.1 seems to misbehave by generating code that still contains dots: VB.NET 2003 won't compile enum values with dots in them. ...

    2 answers | 1677 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSD.exe v2.0 and Generics

    If any of the product group is lurking I'm wondering why they decisions to use arrays of objects rather than generic collections when doing XSD generation?For example:private OrderAddress[] addressesField;would probably be better served as:private List<OrderAddress> ...

    2 answers | 321 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSD.exe utility insights

    Hi, I used XSD utility in .NET framework 2.0 on a DLL, which has the following objects.class A{ string name; string ID;}class B : A{ int age; int year;}class C: A{ int month;}and so on..Now, when I create XSD, it includes class A as base object in bothClass B and Class C, which is not, what I ...

    3 answers | 621 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSD.exe Objects and XSD Validation

    Once I have C# objects created using XSD.exe is there a way to validate them against the XSD they were created with, during the XmlSerializer serialization process? EXAMPLE: C# object is objInputCObjType that was created with XSD.exe against abc.xsd. I call the following code with ...

    0 answers | 1301 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • XSD.exe generation of <remarks>

    When one uses xsd.exe to generate class files from an XSD, it inserts empty <remarks> comments above each member. These do not seem to be persisted back when one uses xsd.exe to generate an XSD from the generated class. Do these sections get filled from a particular attribute or element ...

    1 answers | 337 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xsd.exe fails to create common data types out of nested schemas

    Hi,with the contract first approach we have some xsd schemas as the core interface definitions. We outsourced common data types (enumerations and some length limited string types) in a shared common.xsd file which in turn is <import>ed into the top level xsd schemas.We tried to generate ...

    10 answers | 1225 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

  • xsd.exe error: can only generate one of the classes or datasets

    Hi All,I'm trying to generate class using the xsd.exe tool for the following schema.I get an error saying: can only generate one of the classes or datasets.If i generate the class using /d option the code is generated as dataset classes. But i don't want to use datasets.Can anyone please ...

    2 answers | 4122 bytes | related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

QUESTION ON "ASMX Web Services and XML Serialization"
MSDN DEVELOPMENT