Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi, I am trying to convert the SourceGrid project to a Windows .NET 5.0 project, but because the sourceLibrary.dll (compiled with an old >NET framework version) is referenced/needed this is not possible. Is the source code of the sourcelibrary.ddl downloadable somewhere? Great grid control, help is really appreciated.

What I have tried:

I downloaded the sourcegrid.zip from the github, but this seems to be another project/grid (wit the DevAge projects).
Posted
Updated 25-Jan-21 3:01am
Comments
Richard MacCutchan 25-Jan-21 7:48am    
Does this library come from CodeProject? If not, then Google is the place to find it.

If it doesn't come from CodeProject, then we have no idea where you might find it - or indeed which project it might be: the name "SourceGrid" could apply to dozens of possible project types and we have no idea which one you have found, or where it originated from.

Go back to where you found it, and start looking there - we can't even do that for you because we have no idea which of hundreds of thousands of github projects you began with!
 
Share this answer
 
You can use a tool like DotPeek to decompile the .dll (if it is not too well protected),
see: net-decompilers[^]
 
Share this answer
 
Hi hope this help.
Source Library[^]
[assembly: AssemblyProduct("SourceLibrary")]
[assembly: AssemblyCompany("Davide Icardi http://www.devage.com/")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCopyright("Davide Icardi")]
[assembly: AssemblyDescription("Open Source C# Utility Library")]
[assembly: AssemblyTitle("SourceLibrary")]
[assembly: CLSCompliant(true)]
[assembly: AssemblyKeyName("")]
[assembly: AssemblyKeyFile("..\\..\\SourceLibrary.snk")]
[assembly: AssemblyDelaySign(false)]
[assembly: AssemblyFileVersion("1.2.3.1")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyVersion("1.2.3.0")]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900