Search results for query: *

  1. E

    Dates with VB.Net and SQL

    Thanks very much, just what I was hoping for!
  2. E

    Dates with VB.Net and SQL

    Hi everyone, I am trying to figure out how to get a record from a SQL table (Microsoft) that is keyed by a datetime data type. I want to do a simple query to match the day, but I am getting nowehere fast. Any idea how to query a datetime datatype in SQL from a select statement in VB so...
  3. E

    Error Reading .msi file???

    Hi everyone, For some reason if I install the process to the C drive as opposed to the D drive it works. So consider this a dead issue. Thanks, PS. Yes, the file truly was where it said it was in the error
  4. E

    Error Reading .msi file???

    Hi everyone, I am trying to install a program on a windows 2000 server. I run the setup program and after choosing to start the install I get the following error (see attached jpg). I am running the install as the server admin, and the files definitely exist in the source directory. What am...
  5. E

    Deployed: Application has generated an exception that could not be handled.

    In my case it doesn't matter what type of program I create (i.e. windows forms programs converted from VB6 or just an executable that uses no forms at all). For example I have a program that simply reads through and reformats text files for a business application. When I try to run it on the...
  6. E

    A Hopefully Simple Question From a Newbie...

    Is there any way to copy a complete solution to a brand new solution so that I can use the base of the old solution and modify the code as appropriate for the new solution?
  7. E

    Deployed: Application has generated an exception that could not be handled.

    I am brand new to VB.Net and have the same type of error going on. Whenever I build an app on the PC with visual studio everything works great. But whenever I try to run it on any other machine I immediately get the same type of error. Anyone here able to clue me in on what I am missing here...
  8. E

    Application Wizards?

    Hi everyone, I am brand new to VB.Net so please bear with me. In VB6 when creating a new application you could select a wizard that would allow you to include all of the standard windows toolbars/icons/etc. Is there any such thing in VB.Net? If not, how does one go about adding the standard...
Back
Top