Click here to Skip to main content
15,909,652 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MDI in VB.NET? Pin
Anthony_Yio5-Oct-03 16:20
Anthony_Yio5-Oct-03 16:20 
GeneralRe: MDI in VB.NET? Pin
Christian Eriksen10-Oct-03 13:37
Christian Eriksen10-Oct-03 13:37 
GeneralRe: MDI in VB.NET? Pin
Anthony_Yio10-Oct-03 20:51
Anthony_Yio10-Oct-03 20:51 
GeneralRe: MDI in VB.NET? Pin
Christian Eriksen11-Oct-03 2:13
Christian Eriksen11-Oct-03 2:13 
GeneralMDI CHILD??? Pin
klaire15-Oct-03 15:54
klaire15-Oct-03 15:54 
GeneralTranslating PIDs into program names Pin
Asad Hussain3-Oct-03 10:59
Asad Hussain3-Oct-03 10:59 
Generalmerging data from 2 XML files Pin
r i s h a b h s2-Oct-03 20:40
r i s h a b h s2-Oct-03 20:40 
Generaldatasets disappear from designer Pin
JimWDurbin2-Oct-03 9:11
JimWDurbin2-Oct-03 9:11 
We have had multiple occurances of datasets disappering from the designer. We cannot be specific about the circumstances since we simply do not know when this will occur or under what conditions.

The .xsd and associated .vb files are still located in the source directory. The .vbproj file has references to both but is missing the following tagged lines (as an example). Restoring the tagged lines allows the code to compile correctly, but the data sets still do not show up in the designer. The implication is that we can't select the dataset and look at or modify the schema. Here is a snippet from the .vbproj with the missing lines tagged by >>>

<file
relpath="LabNfonts.vb"
="">>> DependentUpon = "LabNfonts.xsd"
SubType = "code"
>>> BuildAction = "Compile"
>>> DesignTime = "True"
>>> AutoGen = "True"
/>
<file
relpath="LabNfonts.xsd"
="" buildaction="Content">>> Generator = "MSDataSetGenerator"
>>> LastGenOutput = "LabNfonts.xsd"
/>

We are using a single data adapter and reconfiguring it to generate each data set. At execution time, the dataAdapter select, insert, delete, and update comman text is dynamically altered.

The only other way we have found to get the datasets back is to completely delete the dataset and all references to it in the MS generated code, then reconfigure the dataAdaper and regenerate the the dataset.

This is a huge waste of time, and I believe there must be s simple solution for prevention and cure of the problem.

Any insight would be greatly appreciated.

Thanks.
QuestionHow to open at run time a Word document in a .NET Crystal Report Pin
ordepavlis2-Oct-03 1:39
ordepavlis2-Oct-03 1:39 
GeneralVery strange!! Can't make any change to work in VB Pin
AbsolutFreedom1-Oct-03 10:00
AbsolutFreedom1-Oct-03 10:00 
GeneralRe: Very strange!! Can't make any change to work in VB Pin
Nick Seng1-Oct-03 17:18
Nick Seng1-Oct-03 17:18 
GeneralCSV parsing with regex Pin
madfiddlerchris1-Oct-03 6:23
madfiddlerchris1-Oct-03 6:23 
GeneralPrinting Pin
Member 61576230-Sep-03 22:25
Member 61576230-Sep-03 22:25 
GeneralRe: Printing Pin
mikasa1-Oct-03 2:42
mikasa1-Oct-03 2:42 
GeneralRe: Printing Pin
Mike Ellison1-Oct-03 10:08
Mike Ellison1-Oct-03 10:08 
GeneralProperties Pin
mikasa30-Sep-03 5:54
mikasa30-Sep-03 5:54 
GeneralRe: Properties Pin
Nick Seng30-Sep-03 16:27
Nick Seng30-Sep-03 16:27 
GeneralRe: Properties Pin
mikasa1-Oct-03 2:39
mikasa1-Oct-03 2:39 
GeneralRe: Properties Pin
Nick Seng1-Oct-03 17:12
Nick Seng1-Oct-03 17:12 
GeneralRe: Properties Pin
mikasa2-Oct-03 3:32
mikasa2-Oct-03 3:32 
GeneralRe: Database NULL values Pin
Ian Darling30-Sep-03 5:41
Ian Darling30-Sep-03 5:41 
Generalrow selection in flexgrid Pin
Giwan29-Sep-03 4:49
sussGiwan29-Sep-03 4:49 
GeneralCalling unmanaged dll from VB .NET Pin
Asad Hussain29-Sep-03 4:20
Asad Hussain29-Sep-03 4:20 
Generalsearch db and display Pin
Inneedofluv28-Sep-03 17:55
Inneedofluv28-Sep-03 17:55 
GeneralUPGRADE_WARNING message removal Pin
JimWDurbin27-Sep-03 10:43
JimWDurbin27-Sep-03 10:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.