Quantcast
Channel: SharpDevelop Community
Browsing all 1764 articles
Browse latest View live

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 Article


Calling 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 Article


BZip2 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 Article

Problems 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 Article

FastZip.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 Article


Get 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 Article

ZipOutPutStream 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 Article

ZipFile.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 Article


Scaffold 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 Article


WCF Service and IIS Express

Hi allthe answersbeforehandagradescowant to know thatI am wrongWCFServicecreate a projectandimplement itwhenItrythe context menuappears"Viewin Explorer"as seen inthis...

View Article

Using 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 Article

Exception 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 Article

Use 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 Article


Connect 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 Article

Using 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 Article


Error 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 Article

Cobra 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 Article


Debugging 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 Article

Target 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 Article

XamlDesigner 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
Browsing all 1764 articles
Browse latest View live