Post
by AndreyR » Fri 09 Apr 2010 12:21
We do not use 6.3.4.0 version in the latest release.
Do you have OraDeveloper installed?
I would ask you to attach the instance of Visual Studio with another one and catch the exception details (Call Stack):
- Open 2 instances of Visual Studio.
- In the first instance, open the project in which you wish to add the model.
- In the second instance, go to Tools->Attach to process...
- Select the first instance of Visual Studio(devenv.exe with opened project) in the process list.
- Go to Debug->Exceptions and check the Common Language Runtime Exceptions checkbox.
- Ensure that the Enable Just My Code checkbox (Tools->Options->Debugging) is unchecked.
- Perform the steps to get the error in the first instance of Visual Studio.
If the error was catched, please provide us the type of the exception and the call stack.