I'm using VS 2010 Utimate and Windows 7 ,I'm working in Silverlight project using MVVM pattern With WCF services..My VS crashes randomly and I didn't know the reason yet ..
My XAML :
<
UserControl
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
x:Class
=
"StatisticsDashboard.StaticticsDashboardView"
xmlns:data
=
"clr-namespace:StatisticsDashboard.ViewModels"
mc:Ignorable
=
"d"
d:DesignHeight
=
"300"
d:DesignWidth
=
"400"
>
<
UserControl.Resources
>
<
data:DashboardViewModel
x:Key
=
"vm"
/>
</
UserControl.Resources
>
<
Grid
x:Name
=
"LayoutRoot"
Background
=
"White"
DataContext
=
"{StaticResource vm}"
>
<
telerik:RadGridView
x:Name
=
"DepartmentsVehiclesGrid"
ItemsSource
=
"{Binding Departments}"
/>
</
Grid
>
</
UserControl
>
any help will be appreciated...
12 Answers, 1 is accepted
I'm afraid we haven't come across such a crash. Can you help me get the problem better with the following details, please?
Does the problem happen with this project only, or does it happen with other projects as well?
Do you experience the crash with RadControls-related projects only, or does it happen with pure Silverlight projects too?
Do you use the design or split view in the XAML designer of Visual Studio?
Is there an exact sequence of steps you might've identified to get to the crash?
Kind regards,
Erjan Gavalji
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Thank you for reply , This problem happened with this solution only ..I tried to repair My VS but no use ..but when I've installed a new Windows and make a new project from scratch with RadControls, It worked correctly with no crashes..
Then when I've Installed "TortoiseSVN-1.7.1.22161-x64-svn-1.7.1" the crash returned again and when I uninstall it the crash still happening ..but when I've removed the Telerik Project and create a pure silverlight one, the crash disappeared .So do you think the SVN is the reason for VS crashing?
I am using the split view in the XAML designer of Visual Studio.
An incompatibility with the TortoiseSVN Visual Studio addin might be the cause for the issues. Another customer recently reported a similar issue.
As TortoiseSVN is not on any of our test environments, identifying the issue might take some time.
We will research the issue and will get back to you with our findings.
Kind regards,
Andrey
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Just wanted to reply here in addition to my support ticket reply. It would be of a great help to us if you can send us your project for a repro attempt.
Looking forward to it!
Kind regards,
Erjan Gavalji
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
I was wondering if this ever got resolved. We're having the same problem mentioned as the poster and we are using TortoiseSVN too.
Also, I've found that removing the references to Telerik and re-adding them causes things to work.
Any help? I love telerik but this crashing stuff is really getting annoying.
To my regret we weren't able to reproduce the crash. Could it be related to some specific TortoiseSVN configuration we might be missing? Does your configuration have any kind of lock for files (e.g. some specific files under the \obj\bin folder of the project, etc)?
Erjan Gavalji
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Thanks for the response.
No we don't. Our config is pretty standard. Would it be possible for me to give you RDP access to the server with VS on it so that ya'll can take a peek at it?
Thanks!
Indeed, this will be extremely helpful for the community.
Just use a new support ticket instead for privacy reasons.
Erjan Gavalji
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Just a hint if your Trial support package has expired: you can start a General Feedback, mentioning this forum post in it. I'll convert it to a support ticket. No charges for that.
Kind regards,Erjan Gavalji
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Odd.
Strange indeed!
Well, I hope the problem won't happen anymore, but if it does, please, keep us updated through this post so that we can try helping further.
Erjan Gavalji
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>