Hi.
I am currently trying to deploy my first VB.NET 2005 application. After much work, I got it installed on a client machine and it is writing to the database and everything just fine. However, when I try to view the report all I get is the layout, but no data. I know it's probably something to do with the datasource location differences between the folder where it is deployed and where my .sln file is on the development computer (the "Program Files" folder where it is deployed, and "My Documents" where I have my development files on my computer). I tried to fix the datasource to point to the correct location to account for this and it currently says in the "File Path" section of the properties: "|DataDirectory|mydataset.mdf, which should be correct. I also used the "Current Connections" node to select the dataset. I wasn't really clear on that, but since it has the correct path I thought it would be fine. I still get no data in the report. If anyone has anything I could try or look for I would greatly appreciate it. Also, if this is unclear let me know and I will see if I can explain it more effectively. Thanks in advance.
I am currently trying to deploy my first VB.NET 2005 application. After much work, I got it installed on a client machine and it is writing to the database and everything just fine. However, when I try to view the report all I get is the layout, but no data. I know it's probably something to do with the datasource location differences between the folder where it is deployed and where my .sln file is on the development computer (the "Program Files" folder where it is deployed, and "My Documents" where I have my development files on my computer). I tried to fix the datasource to point to the correct location to account for this and it currently says in the "File Path" section of the properties: "|DataDirectory|mydataset.mdf, which should be correct. I also used the "Current Connections" node to select the dataset. I wasn't really clear on that, but since it has the correct path I thought it would be fine. I still get no data in the report. If anyone has anything I could try or look for I would greatly appreciate it. Also, if this is unclear let me know and I will see if I can explain it more effectively. Thanks in advance.