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't execute all tests in project if properties window is open #13

Closed
jcansdale opened this issue Jul 19, 2016 · 1 comment
Closed
Milestone

Comments

@jcansdale
Copy link
Owner

DebugView shows the following:

[10528] System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentException: The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG)) 
[10528]    at EnvDTE._DTE.get_ActiveDocument() 
[10528]    at TestDriven.Services.DocumentUtilities.getCount(DTE dte, Documents documents) 
[10528]    at TestDriven.Services.DocumentUtilities.SaveDocuments(DTE dte) 
[10528]    at TestDriven.Services.TestRunner.VSTestRunner.execute() 
[10528]    at TestDriven.Services.TestRunner.VSTestRunner.ExecuteRunner.Run() 
[10528]    --- End of inner exception stack trace --- 
[10528]    at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor) 
[10528]    at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments) 
[10528]    at System.Delegate.DynamicInvokeImpl(Object[] args) 
[10528]    at System.Delegate.DynamicInvoke(Object[] args) 
[10528]    at TestDriven.Services.TestRunner.VSTestRunner.ThreadRunner.run() 

@jcansdale jcansdale added this to the v3.10-RTM milestone Jul 20, 2016
@jcansdale
Copy link
Owner Author

Fixed in TestDriven.Net 3.10 RTM.

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