M
Martin Robins
Microsoft very kindly provided the .net framework & compact framework v1 as
managed libraries that could be inspected using tools such as reflector if
you wanted to see what was going on under the hood; however due to the
change in how compact framework v2 libraries are constructed, the .dll files
loaded onto the developers PC contain only metadata.
has anybody an idea as to where I can get copies of the real run-time files
that can be inspected as I currently have an exception being thrown from
within the Control.Text "get" accessor (being called from within the
Control.Text "set" accessor) and would like to see what may be happening.
managed libraries that could be inspected using tools such as reflector if
you wanted to see what was going on under the hood; however due to the
change in how compact framework v2 libraries are constructed, the .dll files
loaded onto the developers PC contain only metadata.
has anybody an idea as to where I can get copies of the real run-time files
that can be inspected as I currently have an exception being thrown from
within the Control.Text "get" accessor (being called from within the
Control.Text "set" accessor) and would like to see what may be happening.