I do have 4 MVC3 projects. 3 of them I can compile without problem, but one of them gets the following compile error.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(352,50): error MSB4184: The expression "[System.String]::new()" cannot be evaluated. Attempted to access a missing method.
I do have 4 MVC3 projects. 3 of them I can compile without problem, but one of them gets the following compile error.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(352,50): error MSB4184: The expression "[System.String]::new()" cannot be evaluated. Attempted to access a missing method.
Installing ASP.NET MVC 4 Developer Preview breaks ASP.NET MVC 3 RTM applications.ASP.NET MVC 3 applications that were created with the RTM release (not with the ASP.NET MVC 3 Tools Update release) require the following changes in order
to work side-by-side with ASP.NET MVC 4 Developer Preview. Building the project without making these updates results in compilation errors.
Required updates
In the root Web.config file, add a new <appSettings> entry with the key
webPages:Version and the value 1.0.0.0.
Save the changes, close the project (.csproj) file you were editing, and then right-click the project and select Reload.
"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
Marked as answer by HarryPfleger on Sep 27, 2011 06:00 AM
HarryPfleger
Member
36 Points
12 Posts
MVC 3 - Compile Error MSB4184
Sep 21, 2011 08:14 PM|LINK
I do have 4 MVC3 projects. 3 of them I can compile without problem, but one of them gets the following compile error.
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\WebApplications\Microsoft.WebApplication.targets(352,50): error MSB4184: The expression "[System.String]::new()" cannot be evaluated. Attempted to access a missing method.
Any ideas about what to do against this?
Thankx, Harry
imran_ku07
All-Star
45815 Points
7698 Posts
MVP
Re: MVC 3 - Compile Error MSB4184
Sep 27, 2011 03:59 AM|LINK
From release notes,
Excellent Windows VPS Hosting
Imran Baloch MVP, MVB, MCP, MCTS, MCPD
HarryPfleger
Member
36 Points
12 Posts
Re: MVC 3 - Compile Error MSB4184
Sep 27, 2011 06:00 AM|LINK
Thankx a lot, this did solve the problem. Cheers Harry