I am having an issue try to build the project from the source files. After downloading all of the files in the instructions I receive the following registration warning and error message.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(747,5): warning MSB3073: The command "regsvr32 /s /n /i:user "C:\MapDev\dev\src\bin\Win32\MapWinGIS.ocx"" exited with code 3.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(756,5): error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt
I have tried enabling per-user redirection but I can't manually register this file either which leads me to believe I am still missing some required files.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(747,5): warning MSB3073: The command "regsvr32 /s /n /i:user "C:\MapDev\dev\src\bin\Win32\MapWinGIS.ocx"" exited with code 3.
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(756,5): error MSB8011: Failed to register output. Please try enabling Per-user Redirection or register the component from a command prompt
I have tried enabling per-user redirection but I can't manually register this file either which leads me to believe I am still missing some required files.