Dataset folder
-
Hi, To get some more structure in my window form application, I want to move a DataSet in a custom "DAL" folder. For some reason I cannot reopen the Dataset in the designer. Get following error : "Value does not fall within the expected range". When I place it in the root folder everything works fine. Why ? TIA
-
Hi, To get some more structure in my window form application, I want to move a DataSet in a custom "DAL" folder. For some reason I cannot reopen the Dataset in the designer. Get following error : "Value does not fall within the expected range". When I place it in the root folder everything works fine. Why ? TIA
paper67 wrote:
To get some more structure in my window form application, I want
to move a DataSet in a custom "DAL" folder.Did you move it using Windows Explorer, or did you move the file from within the VS IDE?
paper67 wrote:
When I place it in the root folder everything works fine.
I'm guessing that VS cannot update the path to the files when you copy it using the Explorer. You could try to drag&drop it in the 'Solution Explorer' in the IDE, that should update all references during the move.
Bastard Programmer from Hell :suss: