Reflector issue

  • Thread starter Thread starter Kerry Sanders
  • Start date Start date
K

Kerry Sanders

I opened up my assembly using Lutz Roeder's .NET Reflector. I made sure I was
using the latest version, which is v3.4.3.0

When I open the assembly, I get a message saying that a particular method
(GetColumns()) in my collection class does not have an implementation. Well,
the method is there.

I am at a loss as to what the error is referring to. Can anyone help?


Method GetColumns in type InventoryList from assembly Inventory,
Version=2.2.0.0, Culture=neutral, PublicKeyToken=null does not have an
implementation.
 
Kerry Sanders said:
I opened up my assembly using Lutz Roeder's .NET Reflector. I made sure I was
using the latest version, which is v3.4.3.0

When I open the assembly, I get a message saying that a particular method
(GetColumns()) in my collection class does not have an implementation. Well,
the method is there.

I am at a loss as to what the error is referring to. Can anyone help?

Method GetColumns in type InventoryList from assembly Inventory,
Version=2.2.0.0, Culture=neutral, PublicKeyToken=null does not have an
implementation.

It sounds like it's a bug - I suggest you emila Lutz with a bug report.
 
It sounds like it's a bug - I suggest you emila Lutz with a bug report.



Yes, I did not realize that I had actually posted about this a couple of weeks
ago and you had answered it already. Sorry about that.

I emailed Lutz about it. I haven't heard anything back. That is not a problem.
I am sure he is busy. I just wish I knew what the problem might be with it.
 
Back
Top