New issue 59 by dnagir: Cant get nhaml to work with NH generated dynamic
proxy
http://code.google.com/p/nhaml/issues/detail?id=59
It seems NHAML doesn't pick the NHibernate generated proxies.
When object is retrieved using Session.Load NHAML throws with exception
similar to:
error CS0246: The type or namespace name
'CompanyProxy96e1ea98897d4617b48a1eb30e8fe0e0' could not be found (are you
missing a using directive or an assembly reference?)
Workaround: do not pass the proxy, but object itself. So we have to use
Session.Get instead of Load.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 59 by simon.cropp: Cant get nhaml to work with NH
generated dynamic proxy
http://code.google.com/p/nhaml/issues/detail?id=59
(No comment was entered for this change.)