Survey Forums

HomeHomeSurvey Project ...Survey Project ...DevelopmentDevelopmentissue with compiling 1.2 source code projectissue with compiling 1.2 source code project
Previous
 
Next
New Post
3/24/2010 11:39 PM
 

Hi,

It's difficult to determine what's going with your installation from a distance. One more thing that may have an effect:

the default.aspx page in the root was copied from the login.aspx file in the Nsurveyadmin directory and transformed into the new entry page for the site; both default.aspx and login.aspx refer to the Login.aspx.cs page. Any change to the cs file will have an effect on both aspx files.

Otherwise you should have no problems compiling and creating the webadmin dll. 

Kind regards
Fwsmaster

 
New Post
3/28/2010 10:58 AM
 

Ok thinking it might be VS 2005 SP1 causing the problem, I did a fresh install of VS 2005 and tried again to open the sln project. 

This time the project shows as "unavailable"

 

After installing the "Web Application Addin" or SP1, the project now shows up.

So we are back to square one.  When you select "Build Solution", does the DLL files in the BIN directory get updated? Mine doesn't.  I am at a lost to why this is happening.

 
New Post
3/30/2010 12:34 AM
 

Hi,

I'm sorry to see it takes you so much trouble to get started. It shouldn't be that difficult. The build action should update your dll's to both the BIN and OBJ directories based on the settings in the original NSurvey_WebAdmin.csproj file.

Maybe you should check the project properties to what VS 2005 did to the Compiling options (set output path to: bin\Debug\).

Kind regards,
Fwsmaster

 

 
New Post
3/30/2010 3:43 AM
 

Hi,

     I ended up creating a new solution using the "web application" template.  It appears somehow VS2005 sees the WebAdmin project in the source as a "website" project instead of a "web application" project.  It is clear as the icons next to the projects in the project explorer between the two projects are different.  I copied all the files from the webadmin project into the new project folder, included all the files in the project, and change the assembly name to "votations.nsurvey.webadmin" and got it to work that way.  Builds now creates a new dll and everything looks good.  It has been a frustrating ordeal but at least it works now :).

 
New Post
3/31/2010 2:00 AM
 

 It's good to hear you managed to find a working solution. Let's hope others will benefit from it as well. For some more technical information on the source code please check the Downloads section at http://survey.codeplex.com for a .chm file that has just been added.

Kind regards
Fwsmaster

 

 
Previous
 
Next
HomeHomeSurvey Project ...Survey Project ...DevelopmentDevelopmentissue with compiling 1.2 source code projectissue with compiling 1.2 source code project