dorupirvu
Posts:7
 |
| 02/13/2007 07:56 |
|
Hi, I am using DNN 3.2.2, VS 2003, and SqlServer 2000. I built the project from the scratch. I added existing items from the source kit. I received the following error when I wanted to compile. Could explain me where is problem? Thank you, Doru |
|
|
|
|
host
Posts:502
 |
| 02/13/2007 08:54 |
|
I assume you are running this against asp.net 1.1 not 2.0 correct? There are many different ways to have a development environment for DNN modules created, are you using the templates for DNN 3? or are you doing this by creating a class? Did you add this project as a project to the DNN solution file? |
|
|
|
|
dorupirvu
Posts:7
 |
| 02/13/2007 09:07 |
|
I am running this against asp.net 1.1. , DNN 3.2.2, SqlServer 2000. I have created two new projects SF.SMS and SF.SMS.SqlDataProvider. After that, I added items using "Add existing item". I used the source files that I received from you. I added these every project as a project to the DNN solution file. This is not for the first time when I create a module in this manner. Thank you, Doru |
|
|
|
|
host
Posts:502
 |
| 02/13/2007 09:24 |
|
| You are missing the references to dotnetnuke in your project. You need to add these references. |
|
|
|
|
dorupirvu
Posts:7
 |
| 02/13/2007 09:36 |
|
I added the references to dotnetnuke in my project. This was the first step after I created the project! After that, I added the files. It is possible that the problem to be caused by my DNN version?! (3.2.2) Thank you, Doru |
|
|
|
|
host
Posts:502
 |
| 02/13/2007 09:43 |
|
| I am not certain, we developed it on 3.1X, maybe try recreating it under 3.1 environment, let us know! |
|
|
|
|
dorupirvu
Posts:7
 |
| 02/13/2007 09:50 |
|
In this case, could you send me an updated code for 3.2.2? Thank you, Doru |
|
|
|
|
host
Posts:502
 |
| 02/13/2007 16:53 |
|
| The module works under 3.2.2, go to the installation directory in the source version and you can get the PA from there. The source version was made on 3.1X, it works in 3.2, however if you create a new project rather than add it to the dnn solution files that are in the solutions directory, you will have to add the necessary references for how you have your development environment configured. |
|
|
|
|