Results 1 to 5 of 5

Thread: .NEt 2003 not working with Windows Server 2003

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    4

    .NEt 2003 not working with Windows Server 2003

    Has anyone heard about vb code not working "properly" on Windows Server 2003 operating system?

    I have an application that will work as i want it to on different computer all using XP Pro as the ooperating system

    Then i tested it on two different Window Server 2003 machines and it works it just doesn't give the result it should and as it does for the XP Pro operating system?

    I am wondering if this is a know bug or if there is a fix for either . NET 2003 or for the server operating system.

    Thanks
    Tricia

  2. #2
    Hyperactive Member
    Join Date
    Oct 2006
    Posts
    354

    Re: .NEt 2003 not working with Windows Server 2003

    is this a "networking" type app. i.e. you using sockets or such?

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    4

    Re: .NEt 2003 not working with Windows Server 2003

    We are using oracle.client dll for connecting to databases. That is the only "networking" stuff that is in there.

  4. #4
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: .NEt 2003 not working with Windows Server 2003

    How about you explain what you're trying to do and what the different results are? XP and Server 2003 are two different operating systems so of course there will be differences. Perhaps Server 2003 has stricter security in a particular area that you're using so it disallows certain operations. We'd only be guessing though if we don't know what your code does and where the results differ.
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  5. #5

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Posts
    4

    Re: .NEt 2003 not working with Windows Server 2003

    It is hard to explain where the results different as everytime you run the app on server 2003 it gives different result.

    One difference is when i am adding and deleting node from a tree
    Another was drag and dropping a node into a datagrid (this is where were we take the information from the node and put into the datatables that the datagrid is binded to)

    moving row in datagrids (would just replace and thus all the rows would eventually be the same data) We code this functionality as the way it was designed.
    Nothing really ever made the program crash at all it just didn't give the results that it was designed for.

    I am hoping that it is an issue with VB and not my code (although highly unlikely)

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width