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...Building ExtensionsBuilding ExtensionsModulesModulesIPortable flag not settingIPortable flag not setting
Previous
 
Next
New Post
9/28/2010 11:45 AM
 
Hi Sebastian

That's helpful. Thank you for a fast response.

I can see my records in Sql Studio Management Studio. The Supported Features column of Desktop Modules is "int, not null". At the moment, all the modules show -1. What are the various integers one can use here. Specifically, what integer should I have here for a module that supports iPortable but NOT iUpgradeable or iSearchable?  In fact, where can I documentation of teh numbers used in this column?

The problem obviously stems from using old module manifest files.

Kind regards

Geoffrey Morton-Haworth www.yalaworld.net
 
New Post
9/28/2010 12:36 PM
 
Hi folks

Well setting the column to 1, set the iPortable flag. But then I got an error message when I tried to import something, so probably the flag didn't set because the module couldn't see the business controller class... so I need to dig around a bit deeper in my class definitions.

Thanks for the help. I will record my progress.

Geoffrey Morton-Haworth www.yalaworld.net
 
New Post
9/28/2010 1:09 PM
 
Here are the Supported Features flag values:

Portable = 1
Searchable = 2
Upgradable = 4

As these are bit-mapped flags, sum or or the flags of the supported features for the value to be inserted into the SupportedFeatures column of the DesktopModules table. For example, a module supporting all three interfaces would have SupportedFeatures = 7.

A module's supported features should get reset (provided the business controller class is accessible) when you click "Update" of a module's definition from the Host-->Extensions page. Since that did not fix the issue, I'm thinking there is a more serious underlying issue in your DNN 5.5.1 installation.

When you setup your new development environment, was this a fresh install of DNN 5.5.1 or an upgrade of an earlier version?

Have you tried installing a DNN core module which is known to support at least one of the three interfaces to see if it's supported features are being set correctly?

Even if it was a new installation, please post the contents of the file Portals\_default\EventQueue\EventQueue.config as your issue reminds me of one I had to fix for a client. In particular, is there an xml node for the Application_Start_FirstRequest?

Also please check the EventViewer for any Event Message Processor errors.

Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
10/10/2010 8:10 AM
 
Hi Bill

This was a fresh install of DNN 5.5.1

When in install my modules with a proper DNN 5 .dnn Manifest file I get no problems. This happened because I was installing my modules with an autogenerated manifest one module at a time as I built up my development environment.

Here is the Event Queue config file...

<?xml version="1.0" encoding="utf-16"?>
<EventQueueConfig>
  <PublishedEvents>
    <Event>
      <EventName>Application_Start</EventName>
      <Subscribers>fb9ca57f-d968-4006-9173-318e6361ae48</Subscribers>
    </Event>
    <Event>
      <EventName>Application_Start_FirstRequest</EventName>
      <Subscribers>fb9ca57f-d968-4006-9173-318e6361ae48</Subscribers>
    </Event>
  </PublishedEvents>
  <EventQueueSubscribers>
    <Subscriber>
      <ID>fb9ca57f-d968-4006-9173-318e6361ae48</ID>
      <Name>DNN Core</Name>
      <Address />
      <Description />
      <PrivateKey>06833953C75F08BD25352FED645A70C8</PrivateKey>
    </Subscriber>
  </EventQueueSubscribers>
</EventQueueConfig>

Many thanks for your help.

Kind regards

Geoffrey

Geoffrey Morton-Haworth www.yalaworld.net
 
Previous
 
Next
HomeHomeDevelopment and...Development and...Building ExtensionsBuilding ExtensionsModulesModulesIPortable flag not settingIPortable flag not setting


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