TypeLoadException when using AOP with string[,]
Brought to you by:
aseovic,
markpollack
I've described my problem @
http://forum.springframework.net/showthread.php?t=582
When I use one-dimensional string arrays AOP works
fine. But when I start using two-dimensional string
arrays I get the message I described before.
So when I am trying to wrap an advice around:
"int GetRecordCount(string[,] searchCriteria)" I get
the TypeLoadException.
When I use "int GetRecordCount(string searchCriteria)"
it all works fine.