Abaqus and Visual Studio Debugger
Abaqus and Visual Studio Debugger
(OP)
I am creating an application in Visual Studio that utilizes Abaqus 6.11-2 to do structural optimization. The problem is that when I run the command "abaqus int j=job user=user" abaqus error 193 occurs when I am debugging the code. However, when I run the EXE file that Visual Studio creates outside of Visual Studio the command will execute correctly with no errors. Therefore, I believe that the problem is that Abaqus cannot run correctly when being run by the Visual Studio debugger. Is there a solution to this? Maybe some settings?
Thanks!
Thanks!





RE: Abaqus and Visual Studio Debugger
I think in your case you can do the same as me and just check what the differences between the two environments are. It will take a bit of problem tracing but at least the plain case works.
Error 193 seems like an administrator/privilege error? These are basically the number one error with anything. Other than the computer requiring a reboot.
RE: Abaqus and Visual Studio Debugger