Click here to Skip to main content
15,890,282 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi dears

could anyone please tell me how to get original class files from dll files and metadata file in a c# web site
I have got a deployed web site and I need to implement those functionality in my web site.But I could get metadata file only.I would like to pass/retrieve some values from these files.Is there any way to retrieve/pass values from a published web site to my web site


Thank you all
Posted
Comments
Prasad Khandekar 21-Apr-14 9:21am    
Hello Subhash,

Have a look at tool called Reflector or ILSpy, these tools should help you see the code. May not work if code is obfuscated though.

Regards,

Basically, the chances are you can't - or not in an easily useable form. Obfuscation is designed to prevent that...

If I was you, I'd go back to your original source files, or the backup of your original files if you can;t find them - getting the source from a published website (even if you own the site) is unlikely to produce anything you'd actually want to work with...
 
Share this answer
 
Hi Sir

Thank you very much for your reply. But Sir I don't have the original file with me.I have only a published web site project. This published web site is a web site which is used to Read and retrieve public data from an Emirates Identity Card. This published web site is given by the Government for helping the developers. But It is a published web site so we get only metadata file and some .dll files.Here I would like to read only some data (like Name, Sex,DOB,ID Number) from the Card using a PC/SC card reader. Now I could add this published web site to my current project and its working fine.But still I am not able to retrieve or pass any value(I want to pass Name,Sex,DOB and Id number to my web site from the published web site) from or to, to the published site to my web site project. Sir could you please give me a solution for this problem?

Thank You
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 29-Apr-14 0:14am    
Not an answer. Please stop such postings, they are considered as abuse. Instead, use comment (say, comments on the answer) and/or "Improve question".
—SA

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