Hi admin, This is what I get when I clicked on Help -> About -> Throw Exception on About SharpDevelop tab
SharpDevelop Version : 2.2.1.2648
.NET Version : 2.0.50727.3053
OS Version : Microsoft Windows NT 5.1.2600 Service Pack 3, v.3300
Current culture : Chinese (Singapore) (zh-SG)
Current UI language : en
Working Set Memory : 58040kb
GC Heap Memory : 5824kb
Exception thrown:
ICSharpCode.SharpDevelop.Gui.AboutSharpDevelopTabPage+ClownFishException: Exception of type 'ICSharpCode.SharpDevelop.Gui.AboutSharpDevelopTabPage+ClownFishException' was thrown.
at ICSharpCode.SharpDevelop.Gui.AboutSharpDevelopTabPage.ThrowExceptionButtonClick(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)
Currently, I have a problem of unable to import source code / executables for PDA programs that were compiled from Visual Studio 2005
This is what I get when I click on run .exe (The Green Button that looked like "Play" in Media Players)
The Microsoft.CompactFramework.Build.Tasks.AddHighDPIResource
task could not be loaded from the assemblies
Microsoft.CompactFramework.Build.Tasks, Version= 8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. The file or assembly
Microsoft.CompactFramework.Build.Tasks, Version= 8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a or a
dependence on it was not found. The system cannot find the indicated file.
Make sure that - declaration is correct and that those are to assembly
and everything their dependence at the disposal.(MSB4062) -
C:\WINDOWS\Microsoft.NET\Framework\v2.0,50727 \ Microsoft.CompactFramework.Common.targets: 110,9
PS: I currently use Visual Studio / Sharpdevelop because I need to program for PDA application in Windows Mobile platform. I do not program C and such things yet. I have not able to create a new PDA application in Sharpdevelop yet. (How to do it??)
I do install F# compiler, FxCop , StyleCop , TortoiseSVN , PartCover (Alternative to NCover because I do not want beta versions, afraid of "low-quality" codes / unstable.) , Microsoft Windows SDK v6.1 , Microsoft .Net Framework 3.5 (with SP1). Anything amiss??