1. Xarzu

    Windows 10 How do I add an .EXE project to a solution of DLL's?

    How do I add an .EXE project to a solution of DLL's? This is using Microsoft Visual Studio Professional I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have uncovered that they contain XAML files. So...
  2. B

    Windows 10 Error during project creation in vs2015

    Hi, I am facing the error " COMException: Error HRESULT E_FAIL has been returned from a call to a COM component". I have followed the below mentioned steps; 1. Start —> Run —> regsvr32 %SystemRoot%\System32\msxml3.dll 2. Start —> Run —> regsvr32 %SystemRoot%\SysWOW64\msxml3.dll 3. Delete...