jimwang19 / sutekishop

Automatically exported from code.google.com/p/sutekishop
0 stars 0 forks source link

Could not load type 'System.Web.HttpContextWrapper2' from assembly 'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'. #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have the .Net MVC R1 framework installed
2. Attempt to run
3.

Received this error

Could not load type 'System.Web.HttpContextWrapper2' from assembly
'System.Web.Abstractions, Version=3.5.0.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35'.

What is the expected output? What do you see instead?

Unable to run the site

What version of the product are you using? On what operating system?

Windows Server 2008 64 bit

Please provide any additional information below.

Original issue reported on code.google.com by chrismck...@gmail.com on 22 Mar 2009 at 10:13

GoogleCodeExporter commented 8 years ago
Do you have .NET 3.5 SP1 installed? System.Web.Abstractions comes with SP1 and 
should be installed in the 
GAC.

Original comment by Jeremy.S...@gmail.com on 22 Mar 2009 at 3:19

GoogleCodeExporter commented 8 years ago
Yes I have .Net 3.5 SP1 -- Saw a thread on Stackoverflow
--http://stackoverflow.com/questions/145523/systemwebhttpcontextwrapper2-error-i
n-sutekishop-mvc-3
--  that say to uninstall SP1 -- which I dont really want to do

Original comment by chrismck...@gmail.com on 22 Mar 2009 at 5:38

GoogleCodeExporter commented 8 years ago
I've tried this on a PC freshly upgraded to .NET 3.5 SP1 and can't reproduce the
issue. Please could you confirm that you have System.Web.Abstractions installed 
in
the GAC. Thanks. 

Original comment by Jeremy.S...@gmail.com on 25 Mar 2009 at 8:05

GoogleCodeExporter commented 8 years ago
Hi tried this on my work computer and receiving the same -- 
I can confirm I have the latest release of MVC installed and 
System.Web.Abstractions
is installed in the GAC -- version 3.5.0.0

Im guessing its because in the Dependencies folder the solution ships & 
references
the following 3 dlls?

System.Web.Abstractions.dll -- 3.5.30326.0
System.Web.Mvc.dll -- 1.0.30218.0
System.Web.Routing.dll -- 3.5.30326.0

Original comment by chrismck...@gmail.com on 25 Mar 2009 at 9:18

GoogleCodeExporter commented 8 years ago
It looks like you're running an out-of-date version of SutekiShop - those 
assembly
versions are from a prior release of ASP.NET MVC (looks like Preview 5 or 
possibly
earlier). 

Please download and build the latest trunk (r228) which is built against the 
latest
MVC assemblies and then let me know if you're still having problems.

Original comment by Jeremy.S...@gmail.com on 25 Mar 2009 at 9:31

GoogleCodeExporter commented 8 years ago
Ok will try it now

I havent been using SVN -- just getting the source from the Downloads tab on 
this
site -- will retrieve it now via SVN and give it a go

Original comment by chrismck...@gmail.com on 25 Mar 2009 at 9:47

GoogleCodeExporter commented 8 years ago
Ah, that makes sense. The zipfile on the download page is nearly a year old. 
Will try
and get a new build pushed out to the downloads page once I'm finished with the
current set of refactorings. 

Original comment by Jeremy.S...@gmail.com on 25 Mar 2009 at 9:55

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
It all works using SVN and getting the trunk thanks for help :)

Original comment by chrismck...@gmail.com on 25 Mar 2009 at 2:08

GoogleCodeExporter commented 8 years ago
Glad it's working for you.

Original comment by Jeremy.S...@gmail.com on 25 Mar 2009 at 2:09