The instuctions that I downloaded with 3.3 RC1 say that developers should use VS 2005. So that's what I'm tryng to use. The VS 2008 that I have is the express edition and won't handle the C# code.
I am having MANY problems trying to compile the downloaded code as is.
Are there any detailed step by step instuctions?
I have been over the technical requirements and everything seems fine. Is it just me or is this code really not debugged?
Is there a web ready version of 3.3?
OK after I fixed several syntax errors in the code, I got it to compile. I've published it and tried to run the install.aspx file
I get a parse error : unknown server tag : dashcommerce: Hyperlink.
Ataully any tag that starts with dashcommerce is a problem.
I was publishing direct to the server from VS2005, so I published it locally and then FTP to the server - same parse error.
I tried publishing "all files in the project folder" - same parse error.
The controls assembly is in the bin folder on the server.
Any idea what is missing?