I'd moved the source files from a c# .net application on my filesystem. When I openened the solution in VS2008 and started it I got the following error "ORA-06413 Connection not open."
Solution to this problem: One of my folders had an opening parenthesis "(". Removing this parenthesis solved the problem!
1 comment:
Funny error I you google a bit around.
By the way, I assume that that specific folder was a folder of your c# project :)
Post a Comment