How can we help you today? How can we help you today?
kentzhou

Activity overview

Latest activity by kentzhou

Reflector exception
When I tried to use reflect to export a assembly, I got following exception: System.InvalidOperationException: Invalid branching statement for condition expression with target offset 00D1. ---> Sma...
1 follower 1 comment 0 votes
How to change the loading .NET framwork version?
When open Reflector at first time, it will ask you to choose a version of NET Framewrok. Suppose I choose to .NET 3.5. Then for some reason, I want to change the loading framework to another versio...
1 follower 1 comment 0 votes
disassembled Source code can be read for anonymouse type?
I use NET reflector to disassemble a code for WPF as blow: this.ExpandStoryboard = (VisualStateManager.GetVisualStateGroups(child) as Collection<VisualStateGroup>).Where<VisualStateGroup>(delegate ...
5 followers 14 comments 0 votes