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...Module dll in DNN bin is not being overwritten during module upgradeModule dll in DNN bin is not being overwritten during module upgrade
Previous
 
Next
New Post
4/5/2013 7:13 PM
 

Steps to reproduce:

1. create custom module v 1.0.0 using http://christoctemplate.codeplex.com/ template, Create a package. Install module on separate DNN install.

2. update module version to v 1.1.0 (incremeent dll version as well), create a package, install newer version on top of existing version.

Expected: old dll in the dnn bin is overwritten with new dll

Actual result: old sll in the dnn bin is still there, thus upgraid failed

Any ideas?

 
New Post
4/5/2013 11:58 PM
 

Are you seeing any errors when you run the module install - the log will show you exactly what is happening.
Check file permissions on the new hosting maybe as well.

Westa

 
New Post
4/12/2013 12:24 PM
 

Same problem with me 

I am working with dnn custom modules from long time, but this problem arrived from start that when we update the module and reinstall the module every thing updated unless the dll file

Is there any ways that we update the .dll file at the time of re-installation of custom module 

I am using custom minifiest for re-uploading the module 

Make sure i did not get any error during updates its working fine even if we uninstall module and reinstall then the dll will be updated successfully 

Regards 

 

 
New Post
4/12/2013 3:25 PM
 

What version of DNN was the module compiled against and into what version of DNN is the module being upgraded?

Could you please post the first few lines of the manifest (through and including the <package . . . > node and also the entire <component type="Assembly"> section?

Was the name of the assembly changed between versions?


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
4/12/2013 3:31 PM
 
Sorted it out right after posting, but never updated the question.

The problem was with the manefest file, I have my node defined incorrectly.

I had multiple assemblies, and had them all under the same node.

WRONG:

 

<assemblies>
          <basePath>bin</basePath>
          <assembly>
            <name>Assembly1.dll</name>
            <name>Assembly2.dll</name>
          </assembly>
        </assemblies>

CORRECT:

<assemblies>
          <basePath>bin</basePath>
          <assembly>
            <name>Assembly1.dll</name>
          </assembly>
          <assembly>
            <name>Assembly2.dll</name>
          </assembly>
        </assemblies>

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Using Modules a...Using Modules a...Module dll in DNN bin is not being overwritten during module upgradeModule dll in DNN bin is not being overwritten during module upgrade


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