Select the search type
  • Site
  • Web
Search
You are here:  Support/Forums
Support

Bring2mind Forums

DMX Partial Code integration with DNN
Last Post 03/23/2011 12:05 PM by Peter Donker. 1 Replies.
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
3i-infotech
New Member
New Member
Posts:11


--
03/23/2011 10:42 AM
We have DMX partial code and need to integrate this with DNN site.
We want to customize DMX - Document Grid to add few columns as per our requirement.
Kindly let us know how to integrate DMX partial code with DNN so that we can debug and customize the DMX- document list as per our requirement and see result in DNN site.
Peter Donker
Veteran Member
Veteran Member
Posts:4536


--
03/23/2011 12:05 PM
A DMX dev installation is set up as follows:

1. Create or use a DNN installation on your dev machine
2. Upload the partial src zip as if it were a module (the zip puts the src files in place)
3. Instantiate the module and activate it
4. Go to DesktopModules/Bring2mind/DMX and open the .sln with VS (minimal 2008)
5. Open project properties and go to references. Make sure that all dlls are referenced. You can use the ones in the bin folder. Note you may need to delete the folder DesktopModules\Bring2mind\DMX\Providers\SearchProviders\ISRemoteSqlSearchProvider as it has a dependency on the OleDb library and this will all soon be deprecated. This part is never used anyway.
6. Compile to the bin folder of your dev dnn when you make changes.

Now you're ready for development. You have a WAP project in front of you (i.e. a compiled module). If you want to redistribute you need to repackage with your changes in it. It falls outside the scope here to explain that but there are numerous sources on the web on how to package DNN modules. That can then be used to upload to production.

Peter
You are not authorized to post a reply.