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

HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Error CS0234: LogException does not exist in NamespaceError CS0234: LogException does not exist in Namespace
Previous
 
Next
New Post
4/20/2012 10:45 AM
 

Hello everyone,

I have installed a module called "pdhcc" on a website that has a DNN 5 installation running on it. When I tried to insert a form converted from VB to C# in the phdcc-module on the page i get the error "LogException" (http://i42.tinypic.com/adndc9.jpg) does not exist in namespace. But when I check the source.zip of the DNN installation I seach for the 'LogException' in DotNetNuke.Services.Exception if find it does exist @ DotNetNuke_Community_05.06.01_Source\Library\Services\Exceptions\Exceptions.vb  

here's how it looks in

 Namespace.DotNetNuke.Services

 #Region "General Exceptions"


        Public Sub LogException(ByVal exc As ModuleLoadException)
            Dim objExceptionLog As New Services.Log.EventLog.ExceptionLogController
            objExceptionLog.AddLog(exc, Services.Log.EventLog.ExceptionLogController.ExceptionLogType.MODULE_LOAD_EXCEPTION)
        End Sub


        Public Sub LogException(ByVal exc As PageLoadException)
            Dim objExceptionLog As New Services.Log.EventLog.ExceptionLogController
            objExceptionLog.AddLog(exc, Services.Log.EventLog.ExceptionLogController.ExceptionLogType.PAGE_LOAD_EXCEPTION)
        End Sub


        Public Sub LogException(ByVal exc As SchedulerException)
            Dim objExceptionLog As New Log.EventLog.ExceptionLogController
            objExceptionLog.AddLog(exc, Log.EventLog.ExceptionLogController.ExceptionLogType.SCHEDULER_EXCEPTION)
        End Sub


        Public Sub LogException(ByVal exc As SecurityException)
            Dim objExceptionLog As New Log.EventLog.ExceptionLogController
            objExceptionLog.AddLog(exc, Log.EventLog.ExceptionLogController.ExceptionLogType.SECURITY_EXCEPTION)
        End Sub


        Public Sub LogException(ByVal exc As Exception)
            Dim objExceptionLog As New Log.EventLog.ExceptionLogController
            objExceptionLog.AddLog(exc, Log.EventLog.ExceptionLogController.ExceptionLogType.GENERAL_EXCEPTION)
        End Sub


#End Region

What should I do in order to get my module to work?

Help on this would be much appreciated

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Error CS0234: LogException does not exist in NamespaceError CS0234: LogException does not exist in Namespace


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