Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

Execution Error at OleDb connection

$
0
0

When running my program that uses System.Data.OleDb, at connection.Open() I've got the following (unhandled) exception:

System.ExecutionEngineException

 

Cannot intercept exception. Debugged program can not be continued and properties can not be evaluated.

 

   at System.Data.Common.ADP.IsSysTxEqualSysEsTransaction

   at System.Data.Common.ADP.NeedManualEnlistment

   at System.Data.OleDb.OleDbConnection.Open

   na pozycji AltMonitor.TestBench.GetTestBenchesByServer w c:\Users\michalf\Documents\Visual Studio 2012\AltMonitor_moreTB\App_Code\TestBench.cs: wiersz 198

   na pozycji AltMonitor.SystemViewV2..ctor w c:\Users\michalf\Documents\Visual Studio 2012\AltMonitor_moreTB\SystemViewV2.cs: wiersz 48

   na pozycji AltMonitor.Program.Main w c:\Users\michalf\Documents\Visual Studio 2012\AltMonitor_moreTB\App_Code\Program.cs: wiersz 26

The same code goes smoothly when run from within SD 4.4 or VS2012
SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d
.NET Version         : 4.0.30319.18444
OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1
Current culture      : Polish (Poland) (pl-PL)
Running under WOW6432, processor architecture: x86-64
The database I'm connecting to is Oracle 11g, I'm using MSDAORA provider.
Let me know, if you need some more info.

Viewing all articles
Browse latest Browse all 1764

Trending Articles