I'm trying to create a unit test for a QAction but receive below message.
the system cannot find the file specified 0x80070002
Are there some settings that I need to enable to make this work?
Hi Jens,
Have you tried the steps of the answer to this question Visual Studio fails to create Unit Tests – DataMiner Dojo?
Have you checked if the .NET framework is enabled in visual studio for .NET framework projects?
You can do this by enabling the '.NET desktop development' option via the Visual Studio Installer.
Hi Jens, this question looks similar to another question.
Can you check if the accepted answer solves your problem?