C# XBAP QueryString (BrowserInteropHelper.Source.Query) Above 2080 Characters Problem
Posted
by williamtroup
on Stack Overflow
See other posts from Stack Overflow
or by williamtroup
Published on 2010-03-09T15:12:36Z
Indexed on
2010/03/11
19:09 UTC
Read the original article
Hit count: 935
I'm passing a very long argument string to a C# XBAP application, and I'm using the BrowserInteropHelper.Source.Query method to read the argument string. But, for some reason, everytime the string for the arguments goes about 2080 characters, the application fails.
Have I exceeded the maximum length? Any help would be fantastic!
© Stack Overflow or respective owner