This is a migrated thread and some comments may be shown as answers.

Visual studio crashing

12 Answers 140 Views
Installer and Visual Studio Extensions
This is a migrated thread and some comments may be shown as answers.
Alshymaa
Top achievements
Rank 1
Alshymaa asked on 04 Oct 2011, 05:04 PM
hello,
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

Sort by
0
Accepted
Erjan Gavalji
Telerik team
answered on 06 Oct 2011, 01:29 PM
Hi Alshymaa,

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 >>

0
Alshymaa
Top achievements
Rank 1
answered on 24 Oct 2011, 12:13 PM
hi,
     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.
0
Andrey
Telerik team
answered on 25 Oct 2011, 11:39 AM
Hi Alshymaa,

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 >>

0
Erjan Gavalji
Telerik team
answered on 26 Oct 2011, 08:13 AM
Hi Alshymaa,

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 >>

0
Tony Valenti
Top achievements
Rank 1
answered on 11 Dec 2011, 11:43 PM
Hi All,
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.
0
Tony Valenti
Top achievements
Rank 1
answered on 11 Dec 2011, 11:58 PM
Also, as an FYI, I'm using the WPF controls (specifically the Ribbon and Tab).
0
Erjan Gavalji
Telerik team
answered on 12 Dec 2011, 01:24 PM
Hi Tony,

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)?

Kind regards,
Erjan Gavalji
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Tony Valenti
Top achievements
Rank 1
answered on 12 Dec 2011, 02:14 PM
Hi Erjan,
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!
0
Erjan Gavalji
Telerik team
answered on 12 Dec 2011, 05:11 PM
Hi Tony,

Indeed, this will be extremely helpful for the community.
Just use a new support ticket instead for privacy reasons.

Thanks,
Erjan Gavalji
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Erjan Gavalji
Telerik team
answered on 12 Dec 2011, 05:14 PM
Hi Tony,

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 >>

0
Tony Valenti
Top achievements
Rank 1
answered on 13 Dec 2011, 03:01 PM
Just letting you know, this morning I did an SVNcommit of all of my source code and then I restarted my PC and the crash has gone away.

Odd.
0
Erjan Gavalji
Telerik team
answered on 14 Dec 2011, 04:24 PM
Hi Tony,

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.

Kind regards,
Erjan Gavalji
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Installer and Visual Studio Extensions
Asked by
Alshymaa
Top achievements
Rank 1
Answers by
Erjan Gavalji
Telerik team
Alshymaa
Top achievements
Rank 1
Andrey
Telerik team
Tony Valenti
Top achievements
Rank 1
Share this question
or