Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can not reference TestRunnerACAD dll directly #3

Open
leaveblackgithub opened this issue Sep 15, 2023 · 0 comments
Open

Can not reference TestRunnerACAD dll directly #3

leaveblackgithub opened this issue Sep 15, 2023 · 0 comments

Comments

@leaveblackgithub
Copy link
Contributor

I just found that although I seperate the example tests from TestRunnerACAD, referencing TestRunnerACAD dll directly will cause exceptions as following. I can not fix it. The example tests can only work with referencing to TestRunnerACAD project.
Exception thrown: 'Autodesk.AutoCAD.Runtime.Exception' in acdbmgd.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception thrown: 'NUnit.Framework.Internal.NUnitException' in nunit.framework.dll
Exception thrown: 'NUnit.Framework.AssertionException' in nunit.framework.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception thrown: 'NUnit.Framework.Internal.NUnitException' in nunit.framework.dll
Exception thrown: 'NUnit.Framework.SuccessException' in nunit.framework.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception thrown: 'NUnit.Framework.Internal.NUnitException' in nunit.framework.dll
Exception thrown: 'Autodesk.AutoCAD.Runtime.Exception' in acdbmgd.dll
The thread 0x4fb8 has exited with code 0 (0x0).
The thread 0x850 has exited with code 0 (0x0).
The thread 0x6814 has exited with code 0 (0x0).
'accoreconsole.exe' (CLR v4.0.30319: DefaultDomain): Loaded 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Xml\v4.0_4.0.0.0__b77a5c561934e089\System.Xml.dll'.
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception thrown: 'NUnit.Framework.Internal.NUnitException' in nunit.framework.dll
Exception thrown: 'NUnit.Framework.AssertionException' in nunit.framework.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception thrown: 'NUnit.Framework.Internal.NUnitException' in nunit.framework.dll
Exception thrown: 'NUnit.Framework.SuccessException' in nunit.framework.dll
Exception thrown: 'System.Reflection.TargetInvocationException' in mscorlib.dll
Exception thrown: 'NUnit.Framework.Internal.NUnitException' in nunit.framework.dll
The thread 0x6608 has exited with code 0 (0x0).
The thread 0x3298 has exited with code 0 (0x0).
The thread 0x51fc has exited with code 0 (0x0).
Exception thrown: 'System.ComponentModel.Win32Exception' in System.dll
The program '[24364] accoreconsole.exe' has exited with code 0 (0x0).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant