If you really wish you could hand type the same code but I'm not sure which
benefit you'll get.
Note thought that it's been a long time since I used strongley typed dataset
(I always feel it were a half backed solution, currently I prefer Linq to
SQL or EF which also have a designer and that also have generated code and
that also allows to customize in a seperate code file)
--
Patrice
"AMP" <ampe...@gmail.com> a �crit dans le message de
news:fa16521c-15a5-4b0f...@37g2000vbn.googlegroups.com...
So the xsd file is just a link between the Visual Designers and the
underlying code?
Where is the code? I thought I saw it in a temp file somewhere?
If I have this all wrong, maybe you could explain it.
Thanks
I don't even have to use the "Show All Files" button. If I create a strongly
typed dataset I can see the DataSet1.Designer.cs file under the DataSet1.xsd
node. Don't you see that ?
Note that this is a partial class
(http://msdn.microsoft.com/en-us/library/wa80x488(VS.80).aspx). So if you
are using "View Code" in the context menu, you'll see a new DataSet1.cs file
under the DataSet1.Designer.cs file where your own code can go. If needed
you can also inherit from this class and add your own infrastructure...
--
Patrice
No, I just have a .xss file under the .xsd
NewUser.xsd
NewUser.xss
xsd.exe was not installed.
I'm back.
I cant seem to find out how to install the custom tool to create
the .cs file from a xsd file.
HELP!!
Here xsd.exe is installed in the SDK directory. It's really weird through
this is not installed, this port should be very likely installed with the
base product. What if you resintall your VS product ?
--
Patrice
I am going to try that tomorrow and post it.