|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Sunday, April 07, 2013 9:59 AM
Points: 5,
Visits: 104
|
|
I recently aquired a 64 bit machine and installed 64 bit developer edition of SQL Server. Upon executing SSIS packages, i recieved the windows error: "A problem caused the application to stop working correctly. Windows will notify you if a solution is available". General error right? After some research, i sovled the problem by changing debugger settings in Visual Stuido. On the SSIS project properties page, choose "Debugging", and then expand "Debug Options" on the property page. For the property Run64BitRuntime, set it to false, and the problem is solved. All packages that i created in the project, no matter what the configuration was, were recieving this error. In this case, this setting fixed it.
Rick MCSD, MCAD
|
|
|
|
|
SSC Veteran
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 7:08 AM
Points: 292,
Visits: 657
|
|
Ricky,
Its refreshing to see someone post a solution with the problem they were facing, now thats good knowledge sharing.
|
|
|
|
|
SSCommitted
      
Group: General Forum Members
Last Login: 2 days ago @ 11:42 AM
Points: 1,654,
Visits: 8,563
|
|
Thanks for sharing the same Ricky.
MJ
|
|
|
|