|
Browse by Tags
All Tags » C# » #develop 5 ( RSS)
-
I managed to trigger an Unhandled Exception error when not paying attention to my endless CTRL + Whatever-ing. To reproduce: 1. Start SharpDevelop, I'm using version 5.1.0 (build 5216) on Win10 2. New Solution -> Windows Applications -> Windows Application, name it whatever -> Create 3....
-
hi guys, i am really impressed with your ide... it bridges the gap for me to write c# while i am not a student and im not in edu or science... im running the most current version from your download page "5.0". the topic pretty much tells what im looking for... the most current .net sdk is 4...
-
hi all, I'm new to sharpdevelop, before i always used VS2013. Now when i'm trying to add a connection with database explorer > add new database connection i get a new window with database driver > Data source and last Database. In the combobox Database driver i click it open and there is...
-
Hello Community, Could you help me with the right way of using resources in .NET project at design time? What I need is to prepare a list of images and use it then as icons of menu and toolbutton items. I've created new resource file (Resource1.resx) via "Add -> New Item -> Misc ->...
-
IF you use a string concatenation in a method call and leave of the leading Quote - your file will continually show a crash when you try to edit it, The project will crash with an Aggregate load error . Look for the Missing Quote in your file , there is where the crash is
-
Hello! I was trying the next example from MSDN: https://msdn.microsoft.com/en-us/library/system.windows.media.media3d.viewport2dvisual3d.aspx <viewport3d> <viewport3d.camera> <perspectivecamera position="0, 0, 4"> </perspectivecamera></viewport3d.camera> <!...
-
If I open a source file and markers get added to the vertical scroll bar (due to syntax/refactoring/etc suggestions), and I then click on the tab of a different source file returning to the original file cause all the markers to disappear. The only way to get them back is to close the source file (by...
-
After stopping debugging it takes very long until the code can be compiled again. The reason is that the created exe file cannot copied to the output path because the exe from the last compile run cannot be deleted (not manually and also not via the "clean solution" menu option).Sometimes also...
-
Modify a file in the solution, do not save Open solution in another application (VS 2013 in my case) Modify the solution externally Return to SD Choose to reload solution There is still pop up asking to save the modified file Dismiss it Get exception SharpDevelop Version : 5.0.0.4516-Beta 5-3e5b969d...
-
So I'm trying to learn C# by using SharpDev instead of Visual Studio C#, and one of my tasks in the book which I am using(HeadFirst C#) is to just do the following: 1)From Solution Explorer, right-click the project 2) Choose SQL Database icon, and name it something. And from there, it creates a database...
|
|
|