Code Completion - Not Working RC 4710
Code Completion not working in RC 4710.Version Info.mscorlib,4.0.0.0,C:\Windows\Microsoft.NET\Framework\v4.0.30319\mscorlib.dllSharpDevelop,5.0.0.4710,C:\Program...
View ArticleCreate Wix Installer via Sharpdevelop
Hello,I create a minimal WIX installer using Sharpdevelop.There is a license document where I can add the license for my program. How can I format this text? Even line-breaks are ignored. Thanks in...
View ArticleFormat Installer License Sharpdevelop
Hello,I create a wix installer using Sharpdevelop. There is a license document where I can add my license for the program.The text there is not fomatted, even line breaks are ignored. How can I format...
View ArticleLove the idea, but no commands show on the menus
Hi, I'm running win 8.1 and just installed the latest non-beta version in VS2013 SP2. I don't see any of the "convert" commands, either on the Project or on the Tools menus. Can you please help? Thanks...
View ArticleMSBuild error after upgrading Boo binding
I recently updated the BooBinding with the latest version of Boo. To do this, I had to replace the Boo DLLs, then change the references in the project file to explicitly bind against the new version...
View ArticleUTF-8 Support in ZipLib
Firstly, as far as I can tell, ZipLib does everything right with regards to character encoding in filenames and comments. The PKZip specification is clear that the encoding should be IBM Code Page 437...
View ArticleSharpdevelop 4.4 vs Windows 8.1
Hi,Does anybody know how to install latest Sharpdevelop v4.4 on Windows 8.1.Every time I try it it ends with error it requires .NET 4.0 Full Framework. The problem is the NET framework v4.5 is a part...
View ArticleImport current py and using multiple forms..
I've been looking for an IronPython IDE that has visual forms design. Sharp looks promising.. So how do I import my current code to I can graphically move buttons, checkboxes, etc...If I add in my...
View ArticleTar Permissions
I am creating a tar and bzip file using SharpZipLib on Windows and then extracting on linux using tar.The permissions seem to be incorrect by default I was getting sticky bits and write only files.I...
View ArticleTemporary files are not deleted
Hello,we are trying to zip files on a network share. For some files the permissions are set in a way that we can see the filename and the size and so on using "dir" or whatever, but we cannot see the...
View ArticleTarArchive disposed
Hi everyone,I'm trying to get my head around this problem, but I'm not finding an easy way through.I have 4 TAR files that are only allowed a maximum of 40 files in each. I keep the tar files in a vb...
View ArticleSD 5.0RC LINQ intellisense
Should it work? In the latest 4728 build it breaks after "where". In the following example after where intellisense works (for item), but not after orderby. In SD 4.4. it works as expected.var result...
View ArticleError creating EF Model with wizard
I'm trying to generate an EntityFramework Model on an SQL Server 2008 R2 with the Wizard. The connection to the database server can be established and all databases are shown...This is my...
View ArticleError when copying multiple text boxes in Windows Forms design view
SharpDevelop Version : 4.4.1.9729-7196a277.NET Version : 4.0.30319.34014OS Version : Microsoft Windows NT 6.2.9200.0Current culture : English (United States) (en-US)Running under...
View ArticleMenuItem properties
Hi guys.How I can specify AutomationId property for MenuItem ? I've tried to write this property as <MenuItem> attribute into .addin file, but it's look like it's doesn't support. Maybe you can...
View Articlewhat kind of bug
SharpDevelop Version : 3.2.1.6466.NET Version : 2.0.50727.5477OS Version : Microsoft Windows NT 6.1.7601 Service Pack 1Current culture : English (United Kingdom) (en-GB)Current...
View ArticleCrash in WPF Design View
Code is compiled and run OK. Error occured in Design View.Details:SharpDevelop Version : 5.0.0.4696-RC-7a9207a6.NET Version : 4.0.30319.34209OS Version : Microsoft Windows NT 6.1.7601...
View ArticleWriting to multiple TAR files using 1 instance
Hi All,I asked a question earlier but I think I might have asked it in a slightly confusing way. I have since resolved that issue but am stumbling on something related to it.I have to write about 500...
View ArticleProblem with c++ dll error with strings and char*
I am trying to load a c++ dll created with SharpDeveloper and haveing it load in a vb.net program. I am able to use int ,double functions with no problem. But when it comes to string functions it is...
View ArticleNewbie : Subclassing a simple object crashes (vs express too)
Hi All i'm a NewByeI want subclass a simple button.i'm using the following code in a class library project to reate a dll:using System;using System.Collections.Generic;using System.Linq;using...
View Article