building my app

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ajsatori
    New Member
    • Oct 2008
    • 2

    building my app

    I created an appin VB.Net that has datagridviews. When I build it and sent it to another computer all works except the datagrid views. Nothing shows up in them or loads into the cmb boxes. Is there something that I need to include when I build it? It works fine in the studios environment, any help would be appritiated

    Thanks
  • tlhintoq
    Recognized Expert Specialist
    • Mar 2008
    • 3532

    #2
    Originally posted by ajsatori
    I created an appin VB.Net that has datagridviews. When I build it and sent it to another computer all works except the datagrid views. Nothing shows up in them or loads into the cmb boxes. Is there something that I need to include when I build it? It works fine in the studios environment, any help would be appritiated

    Thanks
    Its hard to say without seeing any of your code that sets up/loads the data.
    My first guess would be that your development machine has the data going into the grid and your other machine doesn't. Maybe the development machine has the data drive mapped as Z: and the other doesn't? Or just a different path to the data between the two machines? Path to data includes the PC name or IP address, which is different between the two machines? Different log-on to the server, so you can't get the data?

    Did you create any logging for your application, so you can see if it connected to the datasource, how many values were returned, anything you might be able to compare side-by-side between the machines?

    Comment

    • raids51
      New Member
      • Nov 2007
      • 59

      #3
      Originally posted by ajsatori
      I created an appin VB.Net that has datagridviews. When I build it and sent it to another computer all works except the datagrid views. Nothing shows up in them or loads into the cmb boxes. Is there something that I need to include when I build it? It works fine in the studios environment, any help would be appritiated

      Thanks
      it probably cant find the database and therefore cant fill it with data... make sure that the database is included in the project...or is the database on a server???

      Comment

      Working...