Search results for query: *

  1. B

    Resolved I don't understand datareader.getstring( )

    Thank you for your rapid response. Much appreciated.
  2. B

    Resolved I don't understand datareader.getstring( )

    I am reading an access database and populating various objects using oledb datareader. The couple of lines of code below works as intended: dim somestring as string somestring = reader("eventname").ToString (the data element 'eventname' is defined as a text field in the database) however dim...
  3. B

    Resolved Will included prerequisite framework be installed automatically

    Thank you very much for your speedy response. Yes, my intent is to deploy the app on a DVD. I will ensure, as you suggest, that the full installer is included. Regards, Bob
  4. B

    Resolved Will included prerequisite framework be installed automatically

    I have created an app and a windows setup and deployment project using Visual Studio 2010 Professional. The deployment setup is a Visual Studio Installer setup NOT ClickOnce. In the setup project properties (prerequisites) I have selected "download prerequisite from same location as my...
Back
Top