Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Project Wizard Exception
posted

After designing the app map, when I click on "Generate AppMap", I get this error: "The system cannot find the file specified (Exception from HRESULT: 0x80070002). Unable to create the Project."

I am using VS 2015 Community (14.0.24720.00 Update 1) and .NET Framework 4.5.

AppMap.log file content:

05-22-17 13:43:18: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at EnvDTE.SolutionClass.AddFromTemplate(String FileName, String Destination, String ProjectName, Boolean Exclusive)
   at Infragistics.VisualStudio.Wizards.Xamarin.XamarinFormsProjectWizard.CreateProject(Platform platform)
   at Infragistics.VisualStudio.Wizards.Xamarin.XamarinFormsProjectWizard.ProjectFinishedGenerating(Project project)
05-22-17 13:43:19: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002)
   at EnvDTE.SolutionClass.AddFromTemplate(String FileName, String Destination, String ProjectName, Boolean Exclusive)
   at Infragistics.VisualStudio.Wizards.Xamarin.XamarinFormsProjectWizard.CreateProject(Platform platform)
   at Infragistics.VisualStudio.Wizards.Xamarin.XamarinFormsProjectWizard.ProjectFinishedGenerating(Project project)

Parents
No Data
Reply
  • 5170
    Offline posted

    Which platform are you trying to create?  Do you have the latest version of Xamarin installed?  Can you update your Visual Studio to Update 3?  Have you tried uninstalling the AppMap extension and reinstall?  Have you tried using AppMap to add to an existing project, and if so do you get the error?

Children
No Data