How can I Handle ScopeWrapper Issue on Service Framework ?
Add an Answer
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I'm following this article to handle Service Framework on My DNN Module
http://www.dnnsoftware.com/community-blog/cid/145174/Services-Framework-with-Meat
But The Example not working with me .. I think my Problem Related to ScopeWrapper ..
The Error Tell that : NewModule is currently unavailable. DotNetNuke.Services.Exceptions.ModuleLoadException: c:\inetpub\wwwroot\NewDNN\DesktopModules\NewModule\View.ascx(4): error CS0103: The name 'ScopeWrapper' does not exist in the current context ---> System.Web.HttpCompileException: c:\inetpub\wwwroot\NewDNN\DesktopModules\NewModule\View.ascx(4): error CS0103: The name 'ScopeWrapper' does not exist in the current context at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
I think i shall declare ScopeWrapper in my code but i don't know how or where