1. Why this is not compitable with VS 2011 Developer Preview?
2. Just look at WebApi project and it is really nice but it would nice if AreaRegistrationContext also has method call MapHttpRoute. I have to do following thing context.Routes.Map also required include "using System.Web.Http;".
Always getting "This prod is incompatibile with .NET 4.5 dev preview". But I don't have it installed. I uninstalled everything related with 4.5 and VS 11. Even tried installing 4.5 and uninstalling it, and installing 4.0 again, but same error. Had same issue
on my other PC, but uninstalling 4.5/VS 11 and installing 4.0 solved it.
Can someone interpet this log from mvc 4 beta installation:
Installed it with no trouble, but whenever I try to edit .cshtml files and add in some javascript, it turns into a disaster. I started a jquery function, and in the body of the function simply pressed 'enter' to go to a new line...Visual Studio froze and
crashed. Happened two times in a row.
Had an idea that it was a conflict with ReSharper, and disabled it. While the crashing stopped, it still hangs for about 30-40 seconds or more before the new line actually appears. I typed a semi-colon at the end of the function, same problem. Hang for 30+
seconds. I finally got fedup and copied and pasted the code in I was trying to type from the Web API tutorial on asp.net, and same thing. It took about 30 seconds before the pasted code actually appeared in the editor.
I'm on Windows 7 x64 with Visual Studio 2010 Ultimate. I realize the conflicts may be with plugins, and not simply the MVC4 framework itself, but I'm working in my normal environment. If it is unusable in my normal environment, then it is, unfortunately,
unusable overall. It looks great, I just wish I could use it.
UPDATE: Installed on my laptop. Both environments have similar, but different plugins. And, on my laptop, the crashing doesn't happen, but any time I edit JavaScript, it's the same issue. Go to a new line, wait 30-40 seconds. Put a semi-colon at the end
of a function, wait another 30-40 seconds. I guess I have to ignore JavaScript if I want to play around with the beta. No one else is having this issue?
After installing MVC4 Beta the following error message occurs when try to edit a WebMatrix 2 program file:
Could not load type 'System.Web.Razor.Parser.SyntaxTree.SingleLineMarkupSpan' from assembly 'System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364fe35'.
Could not load type 'System.Web.Razor.Parser.SyntaxTree.SingleLineMarkupSpan' from assembly 'System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364fe35'.
"And whoever is removed away from the Fire and admitted to Paradise, he indeed is successful." (The Holy Quran)
Excellent Windows VPS Hosting Imran Baloch MVP, MVB, MCP, MCTS, MCPD
dotnetstep
Participant
929 Points
152 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 18, 2012 11:59 AM|LINK
Hi,
Finally beta arrived after Developer Preview.
Found many new templates for create project.
I have following question in my mind .
1. Why this is not compitable with VS 2011 Developer Preview?
2. Just look at WebApi project and it is really nice but it would nice if AreaRegistrationContext also has method call MapHttpRoute. I have to do following thing context.Routes.Map also required include "using System.Web.Http;".
Jagdish Praj...
Member
2 Points
1 Post
Re: ASP.NET MVC 4 Beta released!
Feb 19, 2012 05:11 AM|LINK
Hi,
Finally we got beta version...
I have question in my mind.
what should i take care while converting MVC 3.0 apps to MVC 4.0?
i am using LINQ to SQL.
hudo
Member
22 Points
48 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 19, 2012 04:22 PM|LINK
Always getting "This prod is incompatibile with .NET 4.5 dev preview". But I don't have it installed. I uninstalled everything related with 4.5 and VS 11. Even tried installing 4.5 and uninstalling it, and installing 4.0 again, but same error. Had same issue on my other PC, but uninstalling 4.5/VS 11 and installing 4.0 solved it.
Can someone interpet this log from mvc 4 beta installation:
http://pastie.org/3415128
Hear me tweetting
billsm
Member
462 Points
220 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 19, 2012 09:15 PM|LINK
Hudo,
here is your error code 0x8007066a you should have read my advice from before....You need to run a repair on vs 2010 your system to pin this down
http://kbalertz.com/958049/Error-Windows-Update-Microsoft-Update-install.aspx
If the repair does not work you need to unistall everything.......
kwyjibo
Member
6 Points
18 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 20, 2012 01:25 AM|LINK
Installed it with no trouble, but whenever I try to edit .cshtml files and add in some javascript, it turns into a disaster. I started a jquery function, and in the body of the function simply pressed 'enter' to go to a new line...Visual Studio froze and crashed. Happened two times in a row.
Had an idea that it was a conflict with ReSharper, and disabled it. While the crashing stopped, it still hangs for about 30-40 seconds or more before the new line actually appears. I typed a semi-colon at the end of the function, same problem. Hang for 30+ seconds. I finally got fedup and copied and pasted the code in I was trying to type from the Web API tutorial on asp.net, and same thing. It took about 30 seconds before the pasted code actually appeared in the editor.
I'm on Windows 7 x64 with Visual Studio 2010 Ultimate. I realize the conflicts may be with plugins, and not simply the MVC4 framework itself, but I'm working in my normal environment. If it is unusable in my normal environment, then it is, unfortunately, unusable overall. It looks great, I just wish I could use it.
UPDATE: Installed on my laptop. Both environments have similar, but different plugins. And, on my laptop, the crashing doesn't happen, but any time I edit JavaScript, it's the same issue. Go to a new line, wait 30-40 seconds. Put a semi-colon at the end of a function, wait another 30-40 seconds. I guess I have to ignore JavaScript if I want to play around with the beta. No one else is having this issue?
bengeerdes
Member
4 Points
10 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 21, 2012 06:31 PM|LINK
Installed the MVC4 , followed by SP1. I also got the latest version of Nuget.
After this I apparently lost MVC3....
I was not the only one apparently http://forums.asp.net/t/1729674.aspx/1
Reinstalled MVC3, it says successful. But once ready the Platform Installer shows SP1 as an option still to install (it already is).
And MVC3 is still not a project option (And I can no longer open MVC3 projects)
The Beta has some issues I guess!
Removed Nuget (Via Control Panel - Programs), reinstalled MVC3 again. And MVC3 is back in VS2010.
billsm
Member
462 Points
220 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 21, 2012 08:05 PM|LINK
Actually, I posted A WORK AROUND FOR THIS YOU NEED TO UNISTALL NUGET 3 http://geekswithblogs.net/ranganh/archive/2011/10/26/installing-mvc-3-for-visual-studio-2010-on-windows-developer.aspx
wew
Member
20 Points
6 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 22, 2012 06:16 PM|LINK
Installing MVC4 Beta breaks WebMatrix 2 Beta.
After installing MVC4 Beta the following error message occurs when try to edit a WebMatrix 2 program file:
Could not load type 'System.Web.Razor.Parser.SyntaxTree.SingleLineMarkupSpan' from assembly 'System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364fe35'.
imran_ku07
All-Star
45815 Points
7698 Posts
MVP
Re: ASP.NET MVC 4 Beta released!
Feb 23, 2012 02:40 AM|LINK
Edit: See this.
Excellent Windows VPS Hosting
Imran Baloch MVP, MVB, MCP, MCTS, MCPD
kkbruce
Member
55 Points
20 Posts
Re: ASP.NET MVC 4 Beta released!
Feb 23, 2012 04:40 AM|LINK
If have any possible,
I want to lear MVC 4 for Visual Basic,
but ...