Has anyone expierenced receiving an error BC30389?
I successfully built my dnn module in dnn 4. But I'm running into problems when I deploy it. I'm running dnn 5 on the production server.
When I deploy my module, I am checking, "Create Manifest File? " and not checking "Supports Private Assembly SubFolder?".
This is the detailed error message:
NetNuke.Services.Exceptions.ModuleLoadException: d:\brettdavis4\www\ewga3\DesktopModules\EventCalendar\ViewEventCalendar.ascx.vb(186): error BC30389: 'System.Data.SqlClient.Row' is not accessible in this context because it is 'Private'. ---> System.Web.HttpCompileException: d:\brettdavis4\www\ewga3\DesktopModules\EventCalendar\ViewEventCalendar.ascx.vb(186): error BC30389: 'System.Data.SqlClient.Row' is not accessible in this context because it is 'Private'. at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilites.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Modules.ModuleHost.LoadModuleControl() --- End of inner exception stack trace ---
I've checked and I've got the classes set to public. What am I doing wrong?