7.0.2 Install Not working Licensed Version
Posted: Sun Mar 01, 2009 11:41 am
Hi, I was hoping to actually program this weekend. But I have not been able to get the install to work for the 7.0.2 version
after spending many hours on this, I am posting.
I have VS 2008, I have tried both versions ASP.NET 2.0 Version INstall and ASP.NET 3.5 version install. Using SQL Express 2005.
Everytime I get to the second screen where you put in your shopping cart information and it gets stuck.
I enter the information and click continue and it directs me back to the same page to fill in (configure2.aspx)
Debugging the code I am finding the "CreateStore" line failing. It literally comes back from that call and does not go any further, just displays the page.
My Logic:
1) is if database was bad it would not have done step 1 --> Creating the tables, procs, and so on
2) if license key was bad it would not have done step 1 --> Creating the tables, procs, and so on
3) if connection string was bad it would not have done step 1 --> Creating the tables, procs, and so on
So I said fine, I will go back to the previous install version and create a new install, since i go it to work and do it there.
Same results.
The only thing that has changed on my computer is I upgraded from Vista Home to Ultimate. And VS 2008 SP1 was put on my machine.
I can't see these two issues making it not work on my machine.
Since I have one development license it is not like I can go around install this on another machine to try and trouble shoot the problem, right?
I honestly don't know where to go from here...And I am really disappointed... As I have day job (web developer) So weekends are when I can program for my own business.
I thought about doing what the code does manually BUT there are too many calls to non sourced ddls saving or creating stuff that I don't know what it is doing
Does anybody have any suggestions?
thanks,
Angela
after spending many hours on this, I am posting.
I have VS 2008, I have tried both versions ASP.NET 2.0 Version INstall and ASP.NET 3.5 version install. Using SQL Express 2005.
Everytime I get to the second screen where you put in your shopping cart information and it gets stuck.
I enter the information and click continue and it directs me back to the same page to fill in (configure2.aspx)
Debugging the code I am finding the "CreateStore" line failing. It literally comes back from that call and does not go any further, just displays the page.
My Logic:
1) is if database was bad it would not have done step 1 --> Creating the tables, procs, and so on
2) if license key was bad it would not have done step 1 --> Creating the tables, procs, and so on
3) if connection string was bad it would not have done step 1 --> Creating the tables, procs, and so on
So I said fine, I will go back to the previous install version and create a new install, since i go it to work and do it there.
Same results.
The only thing that has changed on my computer is I upgraded from Vista Home to Ultimate. And VS 2008 SP1 was put on my machine.
I can't see these two issues making it not work on my machine.
Since I have one development license it is not like I can go around install this on another machine to try and trouble shoot the problem, right?
I honestly don't know where to go from here...And I am really disappointed... As I have day job (web developer) So weekends are when I can program for my own business.
I thought about doing what the code does manually BUT there are too many calls to non sourced ddls saving or creating stuff that I don't know what it is doing
Does anybody have any suggestions?
thanks,
Angela