cimbalino / Cimbalino-Phone-Toolkit

Cimbalino Windows Phone Toolkit
MIT License
78 stars 32 forks source link

Xaml shows error, though works fine #23

Closed ghost closed 10 years ago

ghost commented 11 years ago

App is for WP 7.1, using Cimbalino 3.1.0.

Just noted this stuff: http://clip2net.com/s/5QFyF9

pedrolamas commented 11 years ago

What version of Visual Studio is this? Do you have any code refactoring tool installed in your Visual Studio? Something like Jetbrains Resharper or Telerik JustCode.

ghost commented 11 years ago

It is 2012 Pro, Update 3. Yep, Resharper.

pedrolamas commented 11 years ago

Are you still seeing this issue? I've tried to reproduce it a couple of times, so far haven't been successful!

ghost commented 11 years ago

Yep, i have no idea, what they are depending on. I didnt see it during last several days, but today i got it again. Can it be caused by adding x:Name="MainPivotAppBar"?

pedrolamas commented 11 years ago

I've seen this a couple of times, have to investigate further but I do think it has something to do with the generic collections that are in use and some sort of Resharper/VSDesigner incompatibility!

pedrolamas commented 10 years ago

I now know that this was related to old MVVMLight versions that bundled old System.Windows.Interactivity.dll, and should not appear with the most up to date versions.