|
|
|
start date: Tue, 7 Aug 2007 11:43:59 -0500,
posted on: microsoft.public.dotnet.framework.aspnet
back
| Thread Index |
|
1
Elmo Watson
|
|
2
SAL
|
How to refresh XSD method
I have a method in one of my datasets (XSD, in VS.Net 2005) - I have updated
the Stored Procedure it uses, but no matter what I do, it only lists the
original fields returned, before the stored procedure was updated.
How can I update the XSD file, or the Tableadapter, so that it reflects the
new fields returned through the SProc?
Date:Tue, 7 Aug 2007 11:43:59 -0500
Author:
|
Re: How to refresh XSD method
sometimes just doing a SaveAll files works. Other times it seems I have to
Build the website. Then, if all else fails, I'll close down VS and re-open
it and see if that works.
S
"Elmo Watson" wrote in message
news:uTkb0HR2HHA.748@TK2MSFTNGP04.phx.gbl...
>I have a method in one of my datasets (XSD, in VS.Net 2005) - I have
>updated the Stored Procedure it uses, but no matter what I do, it only
>lists the original fields returned, before the stored procedure was
>updated.
>
> How can I update the XSD file, or the Tableadapter, so that it reflects
> the new fields returned through the SProc?
>
Date:Tue, 7 Aug 2007 12:51:21 -0700
Author:
|
|
|