locked
Visual Studio 2010 VB.Net Application on Windows 2008 R2 64bit server RRS feed

  • Question

  • I developed a Visual Basic 2010 desktop application on my Windows 7 64bit laptop. I created a Setup Project and built this project to create the install files for deployment to other machines. I can install the program on the laptop, a windows XP 2003 desktop, and Windows 2003 server and run it without issues. The application does connect to an Oracle database. When I installed the application on a Windows 2008 R2 64bit server and try to launch it I get an error that the program has stopped working immediately with the below details. A Personal Oracle 11g install (32bit) was installed on the laptop prior to creating the desktop application. The XP machine has a Personal Oracle 11g 32bit install and the 2003 server has a Oracle Server 10g 32bit install. The 2008 server has a Oracle Server 11g 64bit install. I tried deploying the application as 32bit (x86) and 64bit (x64) install on the 2008 server but still get the error. I checked the versions of the Oracle.DataAccess.dll file and they are identical on all machines, but do have different data & timestamps. I import the Oracle.Data.Access.Client in my application. All machines have Oracle installed locally on them (application files and database) and don't have a client installed accessing the database on another server.

    Problem signature:

      Problem Event Name:                        CLR20r3

      Problem Signature 01:                       standbydbcreatorproduction.exe

      Problem Signature 02:                       1.0.0.0

      Problem Signature 03:                       52404b00

      Problem Signature 04:                       Oracle.DataAccess

      Problem Signature 05:                       2.112.1.0

      Problem Signature 06:                       4b8a191a

      Problem Signature 07:                       6c7

      Problem Signature 08:                       e8

      Problem Signature 09:                       Oracle.DataAccess.Client.Oracle

      OS Version:                                          6.1.7601.2.1.0.274.10

      Locale ID:                                             1033

      Additional Information 1:                  0a9e

      Additional Information 2:                  0a9e372d3b4ad19135b953a78882e789

      Additional Information 3:                  0a9e

      Additional Information 4:                  0a9e372d3b4ad19135b953a78882e789

    Tuesday, September 24, 2013 4:56 PM