Ok Thanks Brad for the reply.
I'm just confused really on that static and dynamic thing that i have
experimented on it via console. I have figure it out now on how to use that
objectlistview. I've just created a datatable and fill data on it and use
the DataListView which is part of the ObjectLis
First of all, thank you for a great library.
I have run into an issue of an "object" in my assembly that do not have
a constructor (other than "void").
The object is called TFloatPoint and has 2 public fields x and y.
At first we used this:
myPoint = TFloatPoint(), but that didn't work due to
Brian,
Just wanted to share something with you in case it helps the cause. I was
having real trouble getting a custom assembly compiled against 4.0 framework to
import. Technically, it was the open source EPPlus.dll library and I could add
it fine via clr.AddReference("EPPlus") but the import