Attempting to compile a model written in the Delphi Prism language fails in Visual Studio 2010 with the following error:
Since it seems to be a configuration issue with PostSharp when using something other than C# or VB.NET, I was curious if this did not have an obvious solution. Incidentally I find Delphi Prism's "built in" language support for AOP to be quite compelling (see this page). No, I don't expect you to dump PostSharp and re-implement DO.NET in Delphi Prism. I'd be happy just to be able to use F# and/or Delphi Prism in VS.NET with DO.NET... ;) |
Hmm, have you tried to enable Fusion log and see what's wrong with assembly loading?
I have not actually. Will do, thanks for the idea.