Problem when using any control for WPF in VSTO Application

Editors for WPF Forum

Posted 12 years ago by Silviu Lupu
Version: 11.2.0552
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar

Hello,

 

I am developing a project for Microsoft Office 2007, using Visual Studio Tools for Office. I am making some WPF UserControls that I am displaying in the application.

When I do ShowDialog(), the entire application freezes. I tried seeking help on the Microsoft forums, but recently I discovered that this happens only when I use control from the ActiPro dlls.

 

Here are more details regarding the problem on the MSDN forum: http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/815a36ef-68f1-4095-ad17-0630d138c17f .

Can you tell me what is the cause of the problem?

 

Best regards,

Silviu.

Comments (2)

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Silviu,

Unfortunately it would be impossible to tell without a sample project to debug, but our Editors for WPF controls do not do anything out of the ordinary for a WPF control. We don't do any threading and there only call one Win32 API method (GetCaretBlinkTime).

If you can please put together a small sample project that reproduces your issue and email it over then we can take a closer look. Be sure to remove any executables or change the extension of the zip file to ensure it gets past our email filters.


Actipro Software Support

Answer - Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi Silviu,

Thank you for the sample, but I was unable to reproduce the issue you describe. Are you sure you are using our latest mainteance release? There was an issue in WPF 2011.2 build 0550 that may cause what you describe, but that was fixed in build 0551.


Actipro Software Support

The latest build of this product (v24.1.2) was released 3 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.