c# - Assembly problem when using a .ashx file in my layouts folder -



c# - Assembly problem when using a .ashx file in my layouts folder -

i have *.ashx file in "layouts" folder sharepoint , doesnt seem can access of custom made classes outside of layouts folder. there problem assembly? maintain getting error:

the type or namespace name 'propertieshelper' not exist in namespace 'company.sharepoint.test' (are missing assembly reference?)

i have tried set using statement import class seems isnt able find it. tried writing out total path of function like: company.sharepoint.test.propertieshelper.somemethod

usually when happens me, it's because forgot deploy assembly gac (or locally depending on how you're doing it). either way, can't find assembly because it's not in right location or not trusted.

c# asp.net sharepoint

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -