When I try to generate a simple wpf project, I encounter the following errors in and the solution cannot be build. It seems that the wpf controls cannot be generated. Info: Generating code for the windows presenation layer... ------------------------------------------------------------- Info: App.Config created successfully. Info: PLWpfMainForm created successfully. Error: WPFSCNetworkControl failed to create. Error message: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at EnvDTE80.Solution2.GetProjectItemTemplate(String TemplateName, String Language) at CodeCompleteAddin40.GlobalModule.GenerateWPFUserControl(String DSPath, String ProjectName, String Stylesheet, String StylesheetDesigner, String FileName, ProjectItem ParentItem, XsltArgumentList Arguments) at CodeCompleteAddin40.GlobalModule.GenerateWPFDataEntryControl(DataSourceManager DS, String ProjectName) Error: WPFSCServerControl failed to create. Error message: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at EnvDTE80.Solution2.GetProjectItemTemplate(String TemplateName, String Language) at CodeCompleteAddin40.GlobalModule.GenerateWPFUserControl(String DSPath, String ProjectName, String Stylesheet, String StylesheetDesigner, String FileName, ProjectItem ParentItem, XsltArgumentList Arguments) at CodeCompleteAddin40.GlobalModule.GenerateWPFDataEntryControl(DataSourceManager DS, String ProjectName) Error: WPFSCServerItemControl failed to create. Error message: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at EnvDTE80.Solution2.GetProjectItemTemplate(String TemplateName, String Language) at CodeCompleteAddin40.GlobalModule.GenerateWPFUserControl(String DSPath, String ProjectName, String Stylesheet, String StylesheetDesigner, String FileName, ProjectItem ParentItem, XsltArgumentList Arguments) at CodeCompleteAddin40.GlobalModule.GenerateWPFDataEntryControl(DataSourceManager DS, String ProjectName) Error: WPFSCServiceControl failed to create. Error message: System.IO.FileNotFoundException: The system cannot find the file specified. (Exception from HRESULT: 0x80070002) at EnvDTE80.Solution2.GetProjectItemTemplate(String TemplateName, String Language) at CodeCompleteAddin40.GlobalModule.GenerateWPFUserControl(String DSPath, String ProjectName, String Stylesheet, String StylesheetDesigner, String FileName, ProjectItem ParentItem, XsltArgumentList Arguments) |