estebanm79 Posts:4
 |
| 06/04/2007 12:35 PM |
|
Our company has bought the wildPortfolio module with source in hopes to be able to modify it to support multiple picture uploads as well as adding a flag to a project to denote a project as a "Feature Project". We are running DNN version 4.5.1 so our dev environment is VS 2005. Is there any instructions on how to adapt the source project from a Visual Studio 2003(.NET 1.1) to a Visual Studio 2005(.NET 2.0) project so it can be added to our DNN dev environment? I haven't had any luck in doing this yet. Any help with getting the source project integrated with our dev DNN 4.5.1 environment would be greatly appreciated. Thanks -Steve |
|
|
|
bcasson Posts:87
 |
| 06/05/2007 12:14 PM |
|
First, DNN 4.5.+ supports modules developed on Visual Studio 2003, which makes it easy for me to develop modules for both DNN 3 & 4 and using .Net 1.1 or higher. That said, I will set-up DNN 4.5.3 and try bringing over wildPortfolio into the VS 2005 format. I will then post the solution or make the source package available through this site. FYI: There is a user control wildImageUC that you can use to either select or upload your additional images. The code for using this control is in wildPortfolioEdit.aspx.vb. |
|
|
|
estebanm79 Posts:4
 |
| 06/06/2007 12:21 PM |
|
| Thanks, that would be great to get a visual studio 2005 solution. I will take a look at the wildImagesUC user control but I could not find the file wildPortfolioEdit.aspx.vb anywhere in the zip we downloaded. |
|
|
|
bcasson Posts:87
 |
| 06/06/2007 12:28 PM |
|
| Duh! That should have been ascx, not aspx. :blush: |
|
|
|
estebanm79 Posts:4
 |
| 06/14/2007 12:18 PM |
|
| Have you been able to convert your source to a visual studio 2005 solution yet? That would really help me out! |
|
|
|
estebanm79 Posts:4
 |
| 06/21/2007 2:55 PM |
|
| Can you give me the exact steps on how to get your source code for this module working on a DNN 3.x development environment instead(ie. not installing the pa zip but creating a module from the create module page) |
|
|
|
bcasson Posts:87
 |
|