Using .NET DLL in COM+ as a data source for Crystal Reports -
11-22-2004
, 03:47 AM
Hi!
I have an existing working .NET DLL in COM+ which returns a DataSet from a
SQL Server. Now I want to use this in Crystal Reports. I have created a new
DLL to act as middleware between CR and the .NET DLL hosted in COM+. When I
call the middleware DLL from CR I get a RemotingException:Cannot load type
when I try to access methods in my COM+ hosted DLL. If I use an ordinary
Windows Form application and do the same thing it works so I figure it has
something to do with how CR calls the DLL.
I'm using CR Advanced v10.0.0.533.
Any tips?
Brgds
Jonas |