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

Visual Studio 2010 getting closed with Telerik Q1 2013

4 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Sobiya
Top achievements
Rank 1
Sobiya asked on 08 Mar 2013, 10:10 AM
Hi,

I am using telerik version Q1 2013 for reports with visual studio 2010 and Silverlight 5,
each time i made any change in any report and debug my project the Visual Studio is getting crashed
and if i close the file which is changed then its not behaving in the same fashion.
So, every time i make any change in report i need to save and close my file. Is there any alternative for that?




Thanks,
Sobiya

4 Answers, 1 is accepted

Sort by
0
Sobiya
Top achievements
Rank 1
answered on 08 Mar 2013, 11:08 AM
To be more specific, If i am adding common Entity DataSource using Component class to the report then it crashes if report is opened.

public partial class EntityDataSource1 : Telerik.Reporting.EntityDataSource
    {
        public CompensationOfIndividualByFxRates()
        {
            InitializeComponent();
        }

        public EntityDataSource1 (IContainer container)
        {
            container.Add(this);

            InitializeComponent();
        }
    }
But if I am adding entity datasource directly inside report in designer.cs file it does not crash.
Is there a way in which I can use common entity datasource and my VS2010 will not crash if I open the report and build the application.

0
Peter
Telerik team
answered on 12 Mar 2013, 09:00 AM
Hi Sobiya,

This seems like a known issue we have already fixed in the latest internal build. Thus our suggestion is to upgrade to the latest internal build.

Kind regards,
Peter
the Telerik team

Telerik Reporting Q1 2013 available for download with impressive new visualizations. Download today from your account.

0
ian
Top achievements
Rank 1
answered on 18 Apr 2013, 11:47 AM
Hi Could you tell me from what version its cured in i am getting the same issue with 7.0.13.220

and using the Telerik control panel it would appear i am on the latest.
0
Chavdar
Telerik team
answered on 23 Apr 2013, 07:28 AM
Hello,

The version of the latest available build is 7.0.13.412. You can download it from your account and give it try.

Greetings,
Chavdar
the Telerik team

Have you tried the new visualization options in Telerik Reporting Q1 2013? You can get them from your account.

Tags
General Discussions
Asked by
Sobiya
Top achievements
Rank 1
Answers by
Sobiya
Top achievements
Rank 1
Peter
Telerik team
ian
Top achievements
Rank 1
Chavdar
Telerik team
Share this question
or