Message: Failed to set up the execution context to run the test.
-
I am developing a native C++ DLL and unit tests for this DLL. When I try to launch a test, I always get the above mentioned message. At first glance it seems that a DLL or some DLLs can not be found. However, the unit test DLL is created in the same folder as the DLL to be tested. The working directory is exactly the same as the directory the DLLs reside in. Therefore, this reason can be ruled out. The IDE is Microsoft Visual Studio 2013 update 4 and the operating system is Windows 10. How can I get my unit test running? I hope I do not need to bother with command line tools or build scripts.
-
I am developing a native C++ DLL and unit tests for this DLL. When I try to launch a test, I always get the above mentioned message. At first glance it seems that a DLL or some DLLs can not be found. However, the unit test DLL is created in the same folder as the DLL to be tested. The working directory is exactly the same as the directory the DLLs reside in. Therefore, this reason can be ruled out. The IDE is Microsoft Visual Studio 2013 update 4 and the operating system is Windows 10. How can I get my unit test running? I hope I do not need to bother with command line tools or build scripts.
Did you see this?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
Did you see this?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
59 pages into this thread, and 18 months later? Thanks but I'll pass. The link was relevant at the time the OP needed it.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles
-
59 pages into this thread, and 18 months later? Thanks but I'll pass. The link was relevant at the time the OP needed it.
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"You can easily judge the character of a man by how he treats those who can do nothing for him." - James D. Miles