Click to See Complete Forum and Search --> : How to get the code from a dll file
solgel
November 7th, 2005, 10:14 AM
I have purchase a year ago an Amazon ready to run E-commerce application "StorePerfect". The company who develop this product desappear and there is no support any more. Since, many things have changed and the soft doesn't follows the evolution of amazon's AWS. There is no price listed at the shopping cart and I have problems with list price and savings (http://www.solgel.com/sgstore). The script is written in ASP.NET and includes two dll which apparently do all the job. I need a help to access the code whithin the dll in order to understand if I can remediate to my problem. Do you know how this can be made? Has someone experience of this software?
Thanks for your help
Igor Soukhov
November 8th, 2005, 01:18 AM
I have purchase a year ago an Amazon ready to run E-commerce application "StorePerfect". The company who develop this product desappear and there is no support any more. Since, many things have changed and the soft doesn't follows the evolution of amazon's AWS. There is no price listed at the shopping cart and I have problems with list price and savings (http://www.solgel.com/sgstore). The script is written in ASP.NET and includes two dll which apparently do all the job. I need a help to access the code whithin the dll in order to understand if I can remediate to my problem. Do you know how this can be made? Has someone experience of this software?
Thanks for your help
If these dll's were written in the managed language try to decompile it using any msil to C#(VB.NET, whatever) decomplier. My favorite one is the ".NET Reflector".
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.