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

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackVB to C# TranslationVB to C# Translation
Previous
 
Next
New Post
6/20/2007 12:41 PM
 

I’m using the Instant C# application to translate the following method from Visual Basic to C#.  The code is from the Public Methods region of the FeedbackController class. The error I am getting is explained below. Any assistance would be appreciated.

Thanks,
Mark

 Original VB Code:

       Public Function GetFeedbackList(ByVal SingleRowOperation As Boolean, ByVal PortalID As Integer, ByVal ListID As Integer, ByVal ListType As FeedbackList.Type, ByVal ActiveOnly As Boolean) As ArrayList
            Return DotNetNuke.Common.Utilities.CBO.FillCollection(DataProvider.Instance().GetFeedbackList(SingleRowOperation, PortalID, ListID, ListType, ActiveOnly), GetType(FeedbackList))
        End Function

 

C# Translation:

       public ArrayList GetFeedbackList(bool SingleRowOperation, int PortalID, int ListID, FeedbackList.Type ListType, bool ActiveOnly)
        {
            return DotNetNuke.Common.Utilities.CBO.FillCollection(DataProvider.Instance().GetFeedbackList(SingleRowOperation, PortalID, ListID, ListType, ActiveOnly), typeof(FeedbackList));
        }

 Error Message:

Error 1 Inconsistent accessibility: parameter type ‘YourCompany.Modules.CSFeedback.FeedbackList.Type’ is less accessible than method ‘YourCompany.Modules.CSFeedback.CSFeedbackController.GetFeedbackList(bool, int, int, YourCompany.Modules.CSFeedback.FeedbackList.Type, bool)’ c:\inetpub\wwwroot\dnn1\App_Code\CSFeedback\CSFeedbackController.cs 105 26 http://localhost/dnn1/

 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsFeedbackFeedbackVB to C# TranslationVB to C# Translation


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