Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...error BC30389?error BC30389?
Previous
 
Next
New Post
2/20/2009 6:58 PM
 

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?

 
New Post
2/22/2009 12:42 PM
 

I did some research and i think the problem is does not want to read from the app_code subdirectory and/or the desktopmodules subdirectory.  I didn't combile the module when I moved it.  Should I combile it?  How can I combile the modules?

 
New Post
2/23/2009 7:16 PM
 
 
New Post
3/4/2009 11:04 AM
 

 I had this EXACT error when I moved a module to production.  For me, the error message was tremendously misleading.  I had a For loop where I forgot to specify the type of the object I was iterating through:

For Each row In oDataTable.Rows

 

When I changed this to:

For Each row As DataRow In oDataTable.Rows

it worked just fine.  Hope this helps you.

 

 
Previous
 
Next
HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...error BC30389?error BC30389?


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out