Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Assembly missing in Razor #121

Open
jchannon opened this issue Jun 19, 2014 · 0 comments
Open

Assembly missing in Razor #121

jchannon opened this issue Jun 19, 2014 · 0 comments

Comments

@jchannon
Copy link
Member

In index.cshtml if you have

@if(postPaged.Series.Parts.Any()) {
    <text>HIIIII</text>
   }

This throws an exception. The response body in ThrowIfUnsuccessful shows that it wants a reference to System for SortedList. I added this via a Razor section in the config file but it still errors. I tried adding using statements to the view, casting the model in the view but still threw the error.

Over to you blessed touretted on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant