|
From: <die...@gm...> - 2004-07-19 21:34:42
|
I just downloaded aspectsharp and have one question: in the sample project,
when I replace
IMessage message = AspectSharpEngine.Wrap( new MessageImpl() ) as
IMessage;
with
MessageImpl message = AspectSharpEngine.Wrap( new MessageImpl() );
the proxy does not get generated (message is null). I've been looking
through the aspect configuration but could not figure out why this happens.
Can you help me out here?
Thanks
dsh
|