Eric,
> The classname is prefixed with the full namepsace. This class does have a
> public constructor with no parameters. This all works if I call it from
> another .Net application so I'm pretty sure I'm compiling and creating the
> Instance correctly. I'm just having problems when I go through interop.
What do you mean with "through interop". CreateInstance is actually
reflection.
Rob
> Thanks,
>
[quoted text clipped - 30 lines]
>>>>
>>>>Rob
Eric - 20 Oct 2005 15:06 GMT
Rob,
You are right about the reflection. When I say through Interop I mean how
my class is actual called. I have a .Net dll with a very simple class that
is setup for interop. The simple class internal uses reflection to create a
class from a string to use for some calculations and returns a result. This
is where my problems comes in. The CreateInstance always returns null.
Hopefully I've cleared up the confusion.
Thanks,
Eric
> Eric,
>
[quoted text clipped - 44 lines]
>>>>>
>>>>>Rob