Developer forum

Forum » Development » Updating a custom module

Updating a custom module

Jim Trebbien
Reply

So, I have a custom module that pulls some data from a server.  That server was moved and the module needed to be updated to pull from the new server. No functional changes. The module works on a test site, and on my local machine, but when I replace the old module on the live site, it does not work. Do I need to do something to tell dynamicweb that one of the modules has changed?


Replies

 
Nicolai Høeg Pedersen
Reply

Hi Jim

No, just upload your new assembly to the solutions /Bin folder. Make sure it is the right /Bin folder.

What error are you getting?

Nicolai

 
Jim Trebbien
Reply

That is what I did. I am not seeing any errors at all. Nothing is shown.

 
Nicolai Høeg Pedersen
Reply

Hm

 

Think we need a URL and some code to find out what it can be... Can you post your code and a URL?

NP

 
Jim Trebbien
Reply

I have attached the whole project. :)

There is a test site here where it works: http://194.255.108.114/test/

And here is where it should work, but dosn't: http://www.videndjurs.dk/Kopi-af-Kalender-3969.aspx?Purge=True

All I did was take the files from the project, after I build it, and overwrite the files in the bin folder on the server.

 

 
Jim Trebbien
Reply

So I have some more information.

In the modules list in dynamicweb the module is in the "Noninstalled add-on modules". and it is faded out.

How do I get it into the "Installed add-on modules" categori?

 
Morten Snedker
Reply

Hi Jim,

 

Managment Center -> Developer -> Modules.

 

Here you should register your module, like:

 

Let me know if that does it for you.

 

Regards /Snedker
 

 

You must be logged in to post in the forum