How to modify a program written in .NET 2.0?
Hello
I am honest saying that i am 100% newbie to all the programming, which means i don't know anything about it.
But i have a big problem now touching one program which has been written in .NET 2.0 (at least it requires NET Framework 2.0 to be installed to get it work).
What i need to do is what application(s) do i have to use to modify its "structure"? I downloaded the Microsoft .NET Framework SDK 2.0 -- there's a couple of apps inside it: CLR Debugger, MSIL Disassembler and you can install FXCop. I opened the file (one .exe, no other files required to run it) with Disaessembler, yep, i found what is needed to change (delete) from the .exe, but then i realized i can't change anything with MSIL Disassembler..
So what should i use to modify it?
The program is connectin to internet at one site. Now it doesn't work, because it also connects to some internal server which is now offline, due to what the program can't access the main server what is needed (i tested it with many people, nobody can access with it anymore, so i suppose it has to connect to some internal server and redirects from there). And i need to delete that connect line from the program
How can i change?
Thanks people,
Hardi
Also, if you need to look at the small program, i can upload it to somewhere - it's small, so no worries about it
|