Search found 4 matches

Go to advanced search

by dunner
Wed Nov 26, 2014 7:39 am
Forum: Bug Reports
Topic: Binding DataContext [SOLVED]
Replies: 3
Views: 6449

Re: Binding DataContext

Resolved my issue. FYI

I changed my binding statement (which I know works in full WPF, but maybe not yet for CSHTML5...)

This didn't work
{Binding Path=PropertyName}

but this does
{Binding PropertyName

Hope this helps others
by dunner
Tue Nov 25, 2014 7:12 pm
Forum: Bug Reports
Topic: Binding DataContext [SOLVED]
Replies: 3
Views: 6449

Binding DataContext [SOLVED]

Is the full DataContext concept implemented, I am attempting to create a test app that displays the DateTime but using the MVVM design pattern. But the string is never displayed on the screen. I created a class called ViewModel, it has a public property called DateAndTime. I am initializing the prop...
by dunner
Tue Nov 25, 2014 7:04 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 2 released! Data Binding, Styles, and much more!
Replies: 7
Views: 12398

Re: Beta 2 released! Data Binding, Styles, and much more!

I resolved the issue. Run VS as Administrator fixed it.
by dunner
Tue Nov 25, 2014 5:37 pm
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 2 released! Data Binding, Styles, and much more!
Replies: 7
Views: 12398

Re: Beta 2 released! Data Binding, Styles, and much more!

I am testing out beta 2. Big fan of wpf\mvvm for desktop, so transferring my skills to the web is just wayyyyy awesome. Thanks for this project. I am having problems when compiling. I get "operation not supported" in vs2013 pro, when I create new empty project. Any ideas?

Go to advanced search