"StringHelper does not exist in current context"
Posted: Wed Feb 18, 2009 4:48 pm
Hi.
I am trying to get the AbleCommerce demo store I downloaded up and running to play with and learn . I'm using VS2008, and I created a website in C:\inetpub\wwwroot\AbleCommerce using the ASP.NET 2.0 w/AJAX 1.0 template. I then copied the downloaded files into the root of my test site, so the default.aspx page is my startup page. When I hit the run button, I get a compile error in global.asax on the following line
//SAVE THE REFERRER FOR USE BY THE ORDER MODULE
if (Request.UrlReferrer != null) Session["SessionReferrerUrl"] = StringHelper.Truncate(Request.UrlReferrer.ToString(), 255);
Also, if I just double-click on the default.aspx file in Vista, I get a "file not found" error. Clearly I'm missing the boat here somewhere, but I haven't been able to figure it out in a couple hours of trying.
I am new to both ASP.NET development and AbleCommerce, so any suggestions would be greatly appreciated.
Dave
Dave
I am trying to get the AbleCommerce demo store I downloaded up and running to play with and learn . I'm using VS2008, and I created a website in C:\inetpub\wwwroot\AbleCommerce using the ASP.NET 2.0 w/AJAX 1.0 template. I then copied the downloaded files into the root of my test site, so the default.aspx page is my startup page. When I hit the run button, I get a compile error in global.asax on the following line
//SAVE THE REFERRER FOR USE BY THE ORDER MODULE
if (Request.UrlReferrer != null) Session["SessionReferrerUrl"] = StringHelper.Truncate(Request.UrlReferrer.ToString(), 255);
Also, if I just double-click on the default.aspx file in Vista, I get a "file not found" error. Clearly I'm missing the boat here somewhere, but I haven't been able to figure it out in a couple hours of trying.
I am new to both ASP.NET development and AbleCommerce, so any suggestions would be greatly appreciated.
Dave
Dave