Decompile a method exception error
Decompile a method exception error and extracted source not compile.Thanks so much.File uploaded.http://www.solidfiles.com/d/537442f0de/ICSharpCode.Decompiler.DecompilerException: Error decompiling...
View Articleproblem extracting with windows explorer
hii am using the ICSharpCode.SharpZipLib.dll for zipping a folder...when we are extarcting the zip file created by that dll using winzip,7zip,rar it is working properly..but when ia m extracting with...
View ArticleContext menu actions with shortcuts don't work without opening context menu
Open resource editor for resx-file. Press "Insert" key, but the new string is not inserter. It will be inserted only if the context menu was shown before.Not figured out why the lazy initialization for...
View ArticleHelp needed at decompressing a compressed xml file (Mode: 789C *heximal*)
Hi all,I stumbled upon this forum after a long search on how to decompress a compressed xml file.When I searched google for its header; 789C *heximal* I found some info about that this was zlib...
View ArticleOpen Source Repo
I'm sure this has been asked before, but I couldn't seem to locate the forum post(s) for it. Is there a public repository for SharpZipLib so we can fork the code and make improvements in a public way?...
View Articleapp.config file not generated correctly for empty setting values
Hi, I've just came across this bug: If you create a Settings.settings file and create a new setting value here, leaving default value blank (empty string), the value recieved by the application at...
View ArticleVersion required to extract this entry not supported (788)
Hi,I received an encrypted zip created by 7-Zip 9.04 beta Copyright (c) 1999-2009 Igor Pavlov 2009-05-30 p7zip Version 9.04 (locale=en_US.UTF-8,Utf16=on,HugeFiles=on,16 CPUs) and during the unzip...
View Articlecan't debug DLL
when one dll is loaded by this way :byte[ bs = File.ReadAllBytes(filename);Assembly assembly = Assembly.Load(bs);In this dll class library project ,I have set on breakpoint, then, I start this project...
View ArticleDevelopment Error
hi. When I insert my Windows Forms component in "Draw" comes out this error:Failed to load designer. Check the source code for syntax errors and check if all references are available....
View ArticleSet Creation Date on zipEntry
Hi,Q: How can I set the Creation DateTime of the file?In the zip samples (https://github.com/icsharpcode/SharpZipLib/wiki/Zip-Samples) on the compressing of folder, it uses:ZipEntry newEntry = new...
View Article"EOF in header" error in mvc
HiI decided to use SharpLibZip for a MVC project to make it possible to upload files to a web server, validate said file and then extract the files into file system.I have 3 layers in here, the...
View ArticleReadLEUint in ZipFile.cs needs a cast
Currently, it is:uintReadLEUint(){ return(uint)(ReadLEUshort()|(ReadLEUshort()<<16));}But that causes exceptions if overflow check is enabled. I changed it to this:...
View ArticleILSpy properties decompiletion v1 and v2
Hello all, I am trying to decompile a dll with ILSpy v2 and I get the following code: string licenceCode = MySettings.get_LicenceCode();when i run iwth ILSpy v1 i get string LicenceCode =...
View ArticleDLL - Export Function
I've compiled a project to a DLL. I am able to use the DLL in another sharpDevelop project. But I sent the DLL to someone to include in Labview. When he tries to use the DLL he gets an error that no...
View ArticleMy 5 suggestions
Hello, I'm a sofeware develop since 2000, and I use SD since the 2.0 era (that is in year 2005 or 2006).I use visual studio for my company's work, and use both SD and Visual Studio Express in my spire...
View ArticleHow to deploy a completed C# application...
I have completed the first phase of a C# 5 application using SharpDevelop 4.3.0 build 9338 and .NET version 4.0.30319.1008 on Windows XP SP3 (all but one client system on this OS version.I have...
View ArticleMSB4062 when running fxcop on pre-C#4.0 projects in RC4.2
I've just installed this version of SharpDevelopSharpDevelop Version : 4.2.0.8774-RC-78ca36ef.NET Version : 4.0.30319.261OS Version : Microsoft Windows NT 6.1.7601 Service Pack...
View ArticleNoWin32Manifest flag in csproj
Hello,I want to report that each time I edit the build events in a c# project, #Dev injects in the csproj file an undesired flag for me -> NoWin32Manifest, that ruins my interaction with native dlls...
View ArticleReferences required to use Sharp Reports in my app
I am using sharp develop 4.2.0Which DLL file references do I need to include in my project so the report viewer/designer can be intergrated into my project/app.Many thanks for the help.The only...
View Article