After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.3.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38091
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

Search found 4 matches

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

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

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

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

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