


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...
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 ...
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 ...
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 ...
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 ...
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, ...
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 ...
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. ...
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. ...
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> ...
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 ...
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 ...
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 ...
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 ...
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 ...
