Two bugs concerning GUI
Hello,i would like to report two bugs i found. I am running the most actual Version of Sharp Develop.1. In Form-Designer i have a few DataGridViews. I set the Property "ColumnHeadersDefaultCelLStyle"...
View ArticleCalling Activex dll
I have a third-party commercial software package with a command interface that is an Activex DLL. It can be called using Visual Basic 6 or Visual Basic for Applications, and also from .NET, I am told....
View ArticleBZip2 input stream bad block header?
Hi,I have used the example code to extract a zip file, and I get the message "BZip2 input stream bad block header".My files were zipped using the standard XP zip feature, and I am using ASP.Net 2.0 for...
View ArticleProblems Debugging a C# Windows command line with a timer event...
I have written a C# application that monitors an email account I would like some advise on how to trouble shoot more effectively. Each 5 minutes, the application checks the account for new mail,...
View ArticleFastZip.ExtractZip hangs and fills the hard disk to maximum
Hello,We are using SharpZipLib.dll (0.84.0.1) to Zipping and Unzipping the contents of our project.Recently we got hang issue while extracting zipped file using FastZip. Zipped file size is 4 MB,...
View ArticleGet a compressed size of the files before adding the files to existing zip
Hi ,I need to get a compressed size of the files before adding the files to existing zip. Is that possible in ICSharpZip Lib?For eg: In the below code, before zipFile.Add() I need to find the...
View ArticleZipOutPutStream Memory Leak and ZipFile.Add() slows down the performance
private void UpdateZipEntry(string zipFileName, string entryFile) { SharpZip.ZipFile zipFile = new SharpZip.ZipFile(zipFileName); string folderPath =...
View ArticleZipFile.Delete fails when called on a folder
When ZipFile.Delete is called on a Folder, a ZipException is thrown.The call to FindExistingUpdate changes the name of what is being looked for and it fails to find the key.I attached a sample program...
View ArticleScaffold EntityMetadata System.InvalidOperationException
I'm unable to generate metadata models files using command :PM> Scaffold EntityMetadataapplet de commande Invoke-Scaffolder à la position 1 du pipeline de la commandeFournissez des valeurs pour les...
View ArticleWCF Service and IIS Express
Hi allthe answersbeforehandagradescowant to know thatI am wrongWCFServicecreate a projectandimplement itwhenItrythe context menuappears"Viewin Explorer"as seen inthis...
View ArticleUsing multiple datatable in Sharpreport
Hi all,i need some help, becouse was unable to find the solution alone. So, I need to create a report, which uses 3 datatable as datasource. But when I try using the pushdata modell, SharpReport tells...
View ArticleException when opening .cs file in latest build (and at least the 2 previous...
Hello, i have the following bug when trying to open a file. Failing file is attached with this post.Thank you ! SharpDevelop Version : 5.0.0.3456-alpha-a99ad628.NET Version : 4.0.30319.18052OS...
View ArticleUse ZipFile to decompress a largefile throw wrong local header
I had a large zip file (the filesize>4GB),when use zipFile class to extract a file ,the code throw a exception "wrong local header" using (ZipFile zf = new ZipFile(path)) {...
View ArticleConnect to MySQL database
I have refered to one of the website and tested using the code. But I got the problem to link to mysql database. As requested, I have created a module, named MySQL_mod.vb, and below is the coding. I...
View ArticleUsing the PackageManagement addin outside SharpDevelop
Hi! I'm trying to implement NuGet-related features for my online C# editor, and I'm trying to use the PackageManagement addin for that purpose. Specifically, I'm trying to implement installing a...
View ArticleError thrown when Opening New Form
I get the following exception when attempting to open a new window/form using .Show() An exception of type System.ObjectDisposedException was thrown:System.ObjectDisposedException: Cannot access a...
View ArticleCobra build and run error
Hello SD Team,I'm a complete newbie with SharpDevelop, but I love what I see so far with both VB and C#. I'm currently trying to compile a simple test code for Cobra but I continue to get errors for...
View ArticleDebugging with SDA doesn't work
Hi,We've managed to get the SDA working in an Enterprise Architect addin.Sharpdevelop is now started when we open EA and we have written methods to load a solution and open the code for an operation...
View ArticleTarget Framework changes on creating new solution
If you start a new solution (File - New - Solution...), the dialog for a new project does not remember the choosen target framework.For example (how to reproduce):Select Category "Windows Application"...
View ArticleXamlDesigner Sample Application does not open new tab
Hi, I noticed that File-> New does not open a new tab in the xaml designer application. I looked at the code and notice the following in MainWindow.xaml.cs voidAvalonDockWorkaround()...
View Article