LF,
Can you show some of the code you are using to create it? Is it managed
code on both sides (in which case you would have a reference to the actual
assembly, instead of to an exported proxy)? Are you using interfaces
instead of class definitions?
More information is needed. =)
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"LF" <(E-Mail Removed)> wrote in message
news:9FD656C1-8F26-4EC0-BE0B-(E-Mail Removed)...
> Hi,
> I created a simple windows application to call a method on a serviced
> component in COM+. But as soon as I call the method in my code, I get a
> "Invalid pointer" - System.NullReferenceException.
>
> When I create the exact replica in a Web app format the solution works
> fine.
>
> Can anybody share some insight as to why am I getting this exception?