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

Version 5 Beta 3

$
0
0

Hey guys,

I created a wix project without wix installed. I would consider that normal behavour, not an exception? Loving v5 Beta 3.

SharpDevelop Version : 5.0.0.4218-Beta 3-193975c4
.NET Version         : 4.0.30319.34014
OS Version           : Microsoft Windows NT 6.3.9600.0
Current culture      : English (Canada) (en-CA)
Running under WOW6432, processor architecture: x86-64
Working Set Memory   : 181796kb
GC Heap Memory       : 53289kb

Exception thrown:
Microsoft.Build.Exceptions.InvalidProjectFileException: WiX is not installed. Please download WiX from http://wixtoolset.org/
   at ICSharpCode.WixBinding.WixProject.CheckWixIsInstalled()
   at ICSharpCode.WixBinding.WixProject..ctor(ProjectCreateInformation info)
   at ICSharpCode.WixBinding.WixProjectBinding.CreateProject(ProjectCreateInformation info)
   at ICSharpCode.SharpDevelop.Templates.ProjectDescriptor.CreateProject(ProjectTemplateResult templateResults, String defaultLanguage, ISolutionFolder target)
   at ICSharpCode.SharpDevelop.Templates.ProjectTemplateImpl.CreateProjects(ProjectTemplateOptions options)
   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:
22:42:38.169 [33] DEBUG - Joined!
22:42:40.659 [34] DEBUG - Thread-join failed. Killing worker process.
22:42:40.659 [34] DEBUG - Waiting for thread-join
22:42:41.481 [6] DEBUG - Telling worker process to exit
22:42:41.481 [6] DEBUG - Waiting for thread-join
22:42:41.482 [65] DEBUG - Cannot read from WorkerProcess 4736: end of stream
22:42:41.482 [65] DEBUG - Stopped reading from WorkerProcess 4736.
22:42:41.482 [65] DEBUG - Telling worker process to exit
22:42:41.482 [65] DEBUG - End of reader thread on WorkerProcess 4736.
22:42:41.486 [6] DEBUG - Joined!
22:42:41.490 [64] DEBUG - Cannot read from WorkerProcess 4716: end of stream
22:42:41.490 [64] DEBUG - Stopped reading from WorkerProcess 4716.
22:42:41.490 [64] DEBUG - Telling worker process to exit
22:42:41.490 [64] DEBUG - End of reader thread on WorkerProcess 4716.
22:42:41.492 [34] DEBUG - Joined!
22:42:56.892 [1] INFO - CurrentProject changed to null
22:42:56.944 [1] DEBUG - ActiveContentChanged to ICSharpCode.SharpDevelop.Project.ProjectBrowserPad
22:42:57.018 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.IClipboard
22:43:01.238 [1] DEBUG - Service startup: ICSharpCode.SharpDevelop.IUIService
22:43:01.384 [1] INFO - Loading addin Package Management
22:43:02.210 [1] INFO - Loading addin Cpp Binding
22:43:02.260 [1] INFO - Loading addin Data Addin
22:43:02.306 [1] INFO - Loading addin Settings Editor
22:43:51.085 [1] ERROR - Microsoft.Build.Exceptions.InvalidProjectFileException: The imported project "C:\Program Files (x86)\MSBuild\Microsoft\WiX\v3.x\Wix.targets" was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.  G:\Code\depot\sw\transit\wayside\fms\WixCoreInstaller\WixCoreInstaller.wixproj
   at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(String errorSubCategoryResourceName, IElementLocation elementLocation, String resourceName, Object[ args)
   at Microsoft.Build.Shared.ProjectErrorUtilities.ThrowInvalidProject(IElementLocation elementLocation, String resourceName, Object arg0)
   at Microsoft.Build.Evaluation.Evaluator`4.ExpandAndLoadImports(String directoryOfImportingFile, String importExpressionEscaped, ProjectImportElement importElement)
   at Microsoft.Build.Evaluation.Evaluator`4.EvaluateImportElement(String directoryOfImportingFile, ProjectImportElement importElement)
   at Microsoft.Build.Evaluation.Evaluator`4.PerformDepthFirstPass(ProjectRootElement currentProjectOrImport)
   at Microsoft.Build.Evaluation.Evaluator`4.Evaluate()
   at Microsoft.Build.Evaluation.Evaluator`4.Evaluate(IEvaluatorData`4 data, ProjectRootElement root, ProjectLoadSettings loadSettings, Int32 maxNodeCount, PropertyDictionary`1 environmentProperties, ILoggingService loggingService, IItemFactory`2 itemFactory, IToolsetProvider toolsetProvider, ProjectRootElementCache projectRootElementCache, BuildEventContext buildEventContext, ProjectInstance projectInstanceIfAnyForDebuggerOnly)
   at Microsoft.Build.Evaluation.Project.ReevaluateIfNecessary(ILoggingService loggingServiceForEvaluation)
   at ICSharpCode.SharpDevelop.Project.MSBuildBasedProject.OpenConfiguration(String configuration, String platform)
   at ICSharpCode.SharpDevelop.Project.MSBuildBasedProject.ReevaluateIfNecessary()
   at ICSharpCode.WixBinding.WixProject.CheckWixIsInstalled()
22:43:51.258 [1] ERROR - ThreadException caught
--> Exception:
Microsoft.Build.Exceptions.InvalidProjectFileException: WiX is not installed. Please download WiX from http://wixtoolset.org/
   at ICSharpCode.WixBinding.WixProject.CheckWixIsInstalled()
   at ICSharpCode.WixBinding.WixProject..ctor(ProjectCreateInformation info)
   at ICSharpCode.WixBinding.WixProjectBinding.CreateProject(ProjectCreateInformation info)
   at ICSharpCode.SharpDevelop.Templates.ProjectDescriptor.CreateProject(ProjectTemplateResult templateResults, String defaultLanguage, ISolutionFolder target)
   at ICSharpCode.SharpDevelop.Templates.ProjectTemplateImpl.CreateProjects(ProjectTemplateOptions options)
   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:
ProjectService.CurrentSolution: [Solution G:\Code\depot\sw\transit\wayside\fms\ws02\main\src\tis-core\tis-core.sln with 9 projects]
ProjectService.CurrentProject: <null>
Workbench.ActiveContent: ICSharpCode.SharpDevelop.Project.ProjectBrowserPad


Viewing all articles
Browse latest Browse all 1764

Trending Articles