The same error for download from the tab "Downloads". However the most recent changeset ( the project is called Kona now ) from the tab "Source code" does work .
Did you try to get the latest version of the commerce.mvc solution using these informations:
<div>Project Name: mvcsamples</div> <div>Subversion URL: https://mvcsamples.svn.codeplex.com/svn</div> <div>TFS Server URL:
https://tfs.codeplex.com/tfs/TFS07 </div> <div></div> <div>The null HttpContext is an error occured on the 2008 uploaded version, note that the project is called Kona now, you can find a list of all changes in this section:
http://mvcsamples.codeplex.com/SourceControl/list/changesets</div> <div></div> <div></div> <div> </div>
alexyeung
Member
2 Points
1 Post
Re: Httpcontext is null Exception ocurr
May 15, 2009 08:04 AM|LINK
I have this problem too [:'(]
Lolofrance
Member
2 Points
1 Post
Re: Httpcontext is null Exception ocurr
May 15, 2009 08:55 AM|LINK
The same for me , in French....[:S]
micmit
Member
3 Points
10 Posts
Re: Httpcontext is null Exception ocurr
May 18, 2009 04:16 AM|LINK
The same error for download from the tab "Downloads". However the most recent changeset ( the project is called Kona now ) from the tab "Source code" does work .
eriera1@gmai...
Member
4 Points
7 Posts
Re: Httpcontext is null Exception ocurr
May 21, 2009 10:05 AM|LINK
I guess localization support is in the todo list.
My default culture language is "es". To make it work with the current database records I had to change these bits in the HomeController.cs:
public ActionResult Index(string slug) {
slug = slug ?? "/";
//this.CurrentPage = _cmsRepository.GetPage(slug, System.Globalization.CultureInfo.CurrentCulture.TwoLetterISOLanguageName);
this.CurrentPage = _cmsRepository.GetPage(slug, "en");
return View();
}
Not sure if there are some other places in the application where the default culture info matters...
HTH,
Eduard
monkeyvu
Member
2 Points
1 Post
Re: Httpcontext is null Exception ocurr
Jan 13, 2010 04:51 AM|LINK
Hi all,
I have the same issue. Anyone knows how to solve it yet?
Thanks,
rubysbox
Member
4 Points
3 Posts
Re: Httpcontext is null Exception ocurr
Sep 15, 2010 07:51 AM|LINK
same with me also
rubysbox
Member
4 Points
3 Posts
Re: Httpcontext is null Exception ocurr
Sep 15, 2010 07:53 AM|LINK
any answer yet?
anis.net
Member
2 Points
1 Post
Re: Httpcontext is null Exception ocurr
Nov 14, 2011 11:34 PM|LINK
Did you try to get the latest version of the commerce.mvc solution using these informations:
<div>Project Name: mvcsamples</div> <div>Subversion URL: https://mvcsamples.svn.codeplex.com/svn</div> <div>TFS Server URL: https://tfs.codeplex.com/tfs/TFS07 </div> <div></div> <div>The null HttpContext is an error occured on the 2008 uploaded version, note that the project is called Kona now, you can find a list of all changes in this section: http://mvcsamples.codeplex.com/SourceControl/list/changesets</div> <div></div> <div></div> <div></div>