Search found 4 matches

by framidev
2010-06-08 12:56
Forum: SC
Topic: VNC SC compatibility With WPF project
Replies: 5
Views: 14903

Re: VNC SC compatibility With WPF project

FYI,
if the project is targetting .NET 4, it works...

Adzm can easily see the bug via Reflector, but is not sure there's an alternative.

You can see here :

http://connect.microsoft.com/VisualStud ... pplication
by framidev
2010-05-27 08:07
Forum: SC
Topic: VNC SC compatibility With WPF project
Replies: 5
Views: 14903

Re: VNC SC compatibility With WPF project

Hello again,
please find the stacktrace, provided by VS2009 when crashing :

Message="Value cannot be null.\r\nParameter name : el"
Source="UIAutomationProvider"
ParamName="el"
StackTrace:
à System.Windows.Automation.Provider.AutomationInteropProvider.ReturnRawElementProvider(IntPtr hwnd ...
by framidev
2010-05-21 13:52
Forum: SC
Topic: VNC SC compatibility With WPF project
Replies: 5
Views: 14903

Re: VNC SC compatibility With WPF project

Hello JDaus,
First of all, thanks for your answer.

I can give you some details.

1 - I'm using sc with my customers to support my app.


2 - the app crashes every time I do the following thing :
* sc is launched on the customer computer.
* My app (just a WPF Windows, containing 5 Tabs) is launched ...
by framidev
2010-05-20 16:13
Forum: SC
Topic: VNC SC compatibility With WPF project
Replies: 5
Views: 14903

VNC SC compatibility With WPF project

Hello,
I'm a programmer, working on a C# DotNet3 WPF application, and I've encountered a big problem with my application, during a VNC SC assistance.

My application encounters an exception, which leads to a Microsoft Application Error, when I'm running VNC SC on the same computer, BUT ONLY since ...