Comments
2 comments
-
Sometimes (especially when winforms are involved) assemblies that you export or save via the FileDisassembler addin are not ready to compile.
Your only resolve is going to be looking at your compile errors and fix them 1 by 1. Most common issues will be:
1. Enums replaced with Constants
2. Invalid variable names
3. Partial classes all merged (the case for Forms meaning the designer usually won't work) -
yeah, i got it going, thanks, not much experience decompiling, guess i expected it to be perfect...
thx!
Add comment
Please sign in to leave a comment.
i then added the project to my solution (VS 2005)
it converted it, but it won't compile
why did it convert it?
why won't it compile?