Hi all,
I am trying to look into a .dll file as I have been lumped with a site which uses ASP .NET to connect to a MySQL database, and I need to see the datasource files, anyone have any idea?
Hi all,
I am trying to look into a .dll file as I have been lumped with a site which uses ASP .NET to connect to a MySQL database, and I need to see the datasource files, anyone have any idea?
Unfortunately, DLLs are compiled and not human-readable in the slightest. You can try to decompile it.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Hi Twey, So I'm kind of screwed then, basically I am trying to edit a .ASP page, and I can see the calls in there to the MySQL database, but noticed they weren't 100% the same so I am assuming this is all in the .dll file? Do you know if this is correct? So the only way to get this page working is to spend money getting a .dll compiler?
Not sure if you can give me advice on this at all, but these are the files that are in a folder which I think the page uses:
It would be the last two I'd need to edit hey?ICSharpCode.SharpZipLib.dll
maint.dll
MySql.Data.dll
MySql.Data.pdb
Some of those are free.
As for your second question, I've absolutely no ideaThe MySql.Data.* files do look more hopeful though. I still think you should write the whole thing from scratch.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
I agree with you there Twey, I am actually thinking of doing it all in PHP do you think that's stupid? Or when you said from scratch did you just mean trya dn create the .dll file from scratch?
No, I meant the whole ASPX part of the site.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Do you think there is anything PHP couldn't do over ASPX?
No, as a Turing-complete language it can do anything ASPX can do, although possibly with more or less effort.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Well, Bloodshed Dev-C++ has a system that lets you write DLL files, but I don't know if it will let you decompile them. It's worth a try, though.
Bookmarks