Quantcast
Channel: SharpDevelop Community
Viewing all articles
Browse latest Browse all 1764

error when add a setup project

$
0
0

SharpDevelop Version : 4.3.2.9632-0e48fd16

.NET Version         : 4.0.30319.18052

OS Version           : Microsoft Windows NT 6.1.7601 Service Pack 1

Current culture      : Chinese (Simplified, PRC) (zh-CN)

Working Set Memory   : 152352kb

GC Heap Memory       : 22906kb

 

Exception thrown:

System.NullReferenceException: Object reference not set to an instance of an object.

   at ICSharpCode.SharpDevelop.Project.DotNetStartBehavior.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Project.AbstractProject.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject(ProjectCreateInformation projectCreateInformation, String defaultLanguage)

   at ICSharpCode.SharpDevelop.Internal.Templates.ProjectTemplate.CreateProject(ProjectCreateInformation projectCreateInformation)

   at ICSharpCode.SharpDevelop.Project.Dialogs.NewProjectDialog.CreateProject()

   at ICSharpCode.SharpDevelop.Project.Dialogs.NewProjectDialog.TryCreateProject(Object sender, EventArgs e)

   at System.Windows.Forms.Control.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ButtonBase.WndProc(Message& m)

   at System.Windows.Forms.Button.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

---- Recent log messages:

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\zh\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\en\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\zh\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\en\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v4.0.30319\zh\System.Xml.Linq.xml

15:02:34.865 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v4.0.30319\System.Xml.Linq.xml

15:02:34.866 [LoadSolutionProjects] DEBUG - Try find XMLDoc @C:\Windows\Microsoft.NET\Framework\v4.0.30319\en\System.Xml.Linq.xml

15:02:34.866 [LoadSolutionProjects] DEBUG - RefreshProjectContentForReference: not refreshing (rpc.IsUpToDate) C:\Program Files\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.Xml.Linq.dll

15:02:34.884 [1] DEBUG - NavigationService -- resume logging

15:02:34.963 [8] DEBUG - Git: OverlayIconManager Thread finished

15:02:36.469 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad

15:02:36.470 [1] DEBUG - ActiveWorkbenchWindowChanged to 

15:02:36.472 [1] INFO - CurrentProject changed to Sample

15:02:36.480 [1] INFO - Initialize DirectoryNode D:\Projects\SharpDevelop\Sample\Sample

15:02:36.482 [4] DEBUG - Git: OverlayIconManager Thread started

15:02:36.502 [1] INFO - Loading addin ASP.NET MVC Binding

15:02:36.582 [4] DEBUG - Git: OverlayIconManager Thread finished

15:02:38.236 [1] INFO - CurrentProject changed to null

15:02:41.648 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Project.Commands.CreateNewSolution', activation=MainMenu

15:02:45.662 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Commands.CreateNewFile', activation=MainMenu

15:02:50.320 [1] DEBUG - Activated feature 'ICSharpCode.SharpDevelop.Project.Commands.AddNewProjectToSolution', activation=MainMenu

15:03:16.150 [1] INFO - Creating project from template '${res:Templates.File.Categories.Setup}//${res:Templates.Project.SetupProject.Name} - WixUI Minimal'

15:03:16.204 [1] ERROR - ThreadException caught

--> Exception:

System.NullReferenceException: Object reference not set to an instance of an object.

   at ICSharpCode.SharpDevelop.Project.DotNetStartBehavior.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Project.ProjectBehavior.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Project.AbstractProject.ProjectCreationComplete()

   at ICSharpCode.SharpDevelop.Internal.Templates.ProjectDescriptor.CreateProject(ProjectCreateInformation projectCreateInformation, String defaultLanguage)

   at ICSharpCode.SharpDevelop.Internal.Templates.ProjectTemplate.CreateProject(ProjectCreateInformation projectCreateInformation)

   at ICSharpCode.SharpDevelop.Project.Dialogs.NewProjectDialog.CreateProject()

   at ICSharpCode.SharpDevelop.Project.Dialogs.NewProjectDialog.TryCreateProject(Object sender, EventArgs e)

   at System.Windows.Forms.Control.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnClick(EventArgs e)

   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)

   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)

   at System.Windows.Forms.Control.WndProc(Message& m)

   at System.Windows.Forms.ButtonBase.WndProc(Message& m)

   at System.Windows.Forms.Button.WndProc(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)

   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)

   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

 

---- Post-error application state information:

Installed 3rd party AddIns: 

Workbench.ActiveContent: ICSharpCode.SharpDevelop.Project.ProjectBrowserPad

ProjectService.OpenSolution: [Solution: FileName=D:\Projects\SharpDevelop\Sample\Sample.sln, HasProjects=True, ReadOnly=False]

ProjectService.CurrentProject: <null>


Viewing all articles
Browse latest Browse all 1764

Trending Articles