wliao008 / buffalo

an aspect oriented programming framework using mono cecil for the .NET platform
1 stars 0 forks source link

Aspect resides in one assembly is not visible in another assembly #20

Closed wliao008 closed 11 years ago

wliao008 commented 11 years ago

I defined an aspect in a class library. I can apply this aspect within this library.

Now I create another console project and referenced the above class library. However I am unable to apply the aspect to my console application. VS complains that the aspect is not an attribute.

Need to investigate.

wliao008 commented 11 years ago

duh..have to reference the buffalo.dll also.