-
Notifications
You must be signed in to change notification settings - Fork 6
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
OpenRasta.Codecs.WebForms.ResourceView does not accept full type name as the generic argument in the resource view aspx file. #1
Comments
That bug should have been fixed. Can you let me know which package version of the openrasta-core package you're using? -----Original Message----- I am using openwrap to get openrasta. According to openwrap my dependencies are up-to-date:
I am following the guide here - https://github.com/openrasta/openrasta-stable/wiki/Building-Your-First-OpenRasta-Website When my HomeView.aspx file looks like this:
The sample works correctly. However, if I try to use the full type name instead of
Then there is an exception:
The full stack trace is:
Reply to this email directly or view it on GitHub: |
I am using openwrap to get the packages. And it claims they are up-to-date (see the snapshot in the body of the post). How do I check the package version? Here is the dir of the root directory of the project:
|
In general to see the list of current packages, just do "o list-wrap". I'll double-check that the version on the servers contain that fix or not and come back to you. -----Original Message----- I am using openwrap to get the packages. And it claims they are up-to-date (see the snapshot in the body of the post). How do I check the package version? Here is the dir of the root directory of the project:
Reply to this email directly or view it on GitHub: |
Hello? |
I am using openwrap to get openrasta. According to openwrap my dependencies are up-to-date:
I am following the guide here - https://github.com/openrasta/openrasta-stable/wiki/Building-Your-First-OpenRasta-Website
When my HomeView.aspx file looks like this:
The sample works correctly. However, if I try to use the full type name instead of
Home
, like this:Then there is an exception:
The full stack trace is:
The text was updated successfully, but these errors were encountered: