4 Answers, 1 is accepted
0
Hello David A.,
We've just tested this with our report demos and VS2010 on a few machines but could not reproduce such an issue. Find attached a short video showing our observations.
Our suggestion is to turn on the tracing of the VS IDE and perform again the steps that cause VS to crash and send it to us. Below is the XML you need to add to the devenv.exe.config file:
<?xml version ="1.0"?>
<configuration>
...
<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\temp\DEVENV.LOG" />
<remove name="Default" />
</listeners>
</trace>
</system.diagnostics>
</configuration>
This file usually resides under C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE directory (don't forget to make a backup copy before modifying it).
Greetings,
Steve
the Telerik team
We've just tested this with our report demos and VS2010 on a few machines but could not reproduce such an issue. Find attached a short video showing our observations.
Our suggestion is to turn on the tracing of the VS IDE and perform again the steps that cause VS to crash and send it to us. Below is the XML you need to add to the devenv.exe.config file:
<?xml version ="1.0"?>
<configuration>
...
<system.diagnostics>
<trace autoflush="true" indentsize="4">
<listeners>
<add name="myListener" type="System.Diagnostics.TextWriterTraceListener" initializeData="c:\temp\DEVENV.LOG" />
<remove name="Default" />
</listeners>
</trace>
</system.diagnostics>
</configuration>
This file usually resides under C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE directory (don't forget to make a backup copy before modifying it).
Greetings,
Steve
the Telerik team
0
David A.
Top achievements
Rank 1
answered on 30 Mar 2011, 07:47 PM
The video of this crashing can be found here:
http://screencast.com/t/7HuameIOZ3iB
I have a sample project that I can send you if you give me an email address. here is the output from the devenv log:
http://screencast.com/t/7HuameIOZ3iB
I have a sample project that I can send you if you give me an email address. here is the output from the devenv log:
Entering constructor for: Telerik.Reporting.VsPackage.VsPackage
Entering Initialize() of: Telerik.Reporting.VsPackage.VsPackage
ToolboxInstaller::GetVsVersion VS RegistryRoot HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\10.0
ToolboxInstaller registry:
Software\Telerik\Reporting\ToolboxInstaller
Software\Telerik\Reporting\ToolboxInstallerCache\10.0
Entering constructor for: Telerik.VSX.UserSettingsPackage.UserSettingsPackage
Entering Initialize() of: Telerik.VSX.UserSettingsPackage.UserSettingsPackage
Entering constructor for: Telerik.Web.UI.VSPackage.VSPackage
Entering Initialize() of: Telerik.Web.UI.VSPackage.VSPackage
Entering constructor for: Telerik.WinControls.VSPackage.VSPackage
Entering Initialize() of: Telerik.WinControls.VSPackage.VSPackage
Entering constructor for: Telerik.CommonPackage.Telerik_CommonPackagePackage
Entering Initialize() of: Telerik.CommonPackage.Telerik_CommonPackagePackage
log4net:WARN XmlHierarchyConfigurator: Unable to set property [securityContext] on object [log4net.Appender.FileAppender] using value [log4net.Util.NullSecurityContext.Instance] (with acceptable conversion types)
Assembly resolution failed: Telerik.ReportViewer.WinForms.resources, Version=5.0.11.316, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.ReportViewer.WinForms.resources, Version=5.0.11.316, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.ReportViewer.WinForms.resources, Version=5.0.11.316, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.ReportViewer.WinForms.resources, Version=5.0.11.316, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.ReportViewer.WinForms.resources, Version=5.0.11.316, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.ReportViewer.WinForms.resources, Version=5.0.11.316, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en-US, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.Reporting.VsPackage.resources, Version=3.13.0.0, Culture=en, PublicKeyToken=a9d7983dfcc261be
Assembly resolution failed: Telerik.UserSettings.XmlSerializers, Version=2010.3.1214.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings.XmlSerializers, Version=2010.3.1214.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings, Version=2010.3.1214.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX.XmlSerializers, Version=2010.3.1214.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX.XmlSerializers, Version=2010.3.1214.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX, Version=2010.3.1214.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings.XmlSerializers, Version=2011.1.314.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings.XmlSerializers, Version=2011.1.314.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings, Version=2011.1.314.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX.XmlSerializers, Version=2011.1.314.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX.XmlSerializers, Version=2011.1.314.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX, Version=2011.1.314.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings.XmlSerializers, Version=2011.1.315.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings.XmlSerializers, Version=2011.1.315.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.UserSettings, Version=2011.1.315.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX.XmlSerializers, Version=2011.1.315.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX.XmlSerializers, Version=2011.1.315.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
Assembly resolution failed: Telerik.VSX, Version=2011.1.315.0, Culture=neutral, PublicKeyToken=0dfdc51bd06071b4
0
Hello David A.,
Unfortunately the Visual Studio log does not help. The problem you experience is reported for the first time and we have no idea what's going wrong. Can you try to install the Telerik Reporting on another machine and share the result with us? From your movie I see that toolbox items are doubled. Can you run "Reset Toolbox" from Toolbox context menu and after that try to edit the HtmlTextBox?
Best wishes,
Hrisi
the Telerik team
Unfortunately the Visual Studio log does not help. The problem you experience is reported for the first time and we have no idea what's going wrong. Can you try to install the Telerik Reporting on another machine and share the result with us? From your movie I see that toolbox items are doubled. Can you run "Reset Toolbox" from Toolbox context menu and after that try to edit the HtmlTextBox?
Best wishes,
Hrisi
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
David A.
Top achievements
Rank 1
answered on 09 Apr 2011, 11:06 PM
I uninstalled then reinstalled VS2010 and am still experiencing the same problem. I found a workaround is to right-click and choose "Expression" to edit the content in the HTML textbox. I will try this on another pc in the near future to see if I can duplicate it.