Tuesday, February 20, 2007

All my Reflector addins have a new home:

http://www.codeplex.com/reflectoraddins

Please use the codeplex issue tracking to log bugs.

 

posted on Tuesday, February 20, 2007 12:04:29 PM UTC  #    Comments [2]
Tuesday, February 20, 2007 5:26:12 PM UTC
Hi Jonathan,

Thanks for your great tools, how's life @ MSR, having good fun I hope.

But, I just tried to run the CodeMetrics again with Reflector 5.0, and if failed with:
Error while computing CodeMetrics
System.NullReferenceException: Object reference not set to an instance of an object.
at Reflector.CodeMetrics.MemberCountCodeMetric.ComputeDepth(ITypeDeclaration type)
at Reflector.CodeMetrics.MemberCountCodeMetric.ComputeType(ITypeDeclaration type)
at Reflector.CodeMetrics.MemberCountCodeMetric.InternalCompute()
at Reflector.CodeMetrics.CodeMetricBase.Compute()
at Reflector.CodeMetrics.CodeMetricEngine.RunMetric(ICodeMetric metric)
at Reflector.CodeMetrics.CodeMetricEngine.Run()

Would be 'awesome' if you could take a quick look at that.

Salut,
Rudi
Rudi
Tuesday, February 20, 2007 5:47:06 PM UTC
Hi Jonathan,

Update on the previous comment:
I noticed that I had the .NET 1.1 versions of the runtime dll's loaded (such as mscorlib, etc.) and was trying to analyze a .NET 2.0 dll

When having the .NET 2.0 runtime dlls loaded, and analyzing the .NET 2.0 dll, there are absolutely no problems.
Rudi
Comments are closed.