-
as seen on Stack Overflow
- Search for 'Stack Overflow'
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…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi All,
Here is my scenario and would love any feedback.
We have a WPF XBAP application which gets hosted on our customer's IIS server on which we as a vendor do not have any control over. So as a part of configuration, clients first need to configure the WCF service to point to the proper endpoints…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I have xbap which needs to run on a full trust mode because my application needs to upload a file from the client machine to process. I have to provide a installation steps to install.
If i do it as a click one instillation, do i still get a security error? If so what is the best way to resolve it…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I have an wpf application which contains a listview. When the application runs as a standalone I can navigate through the list with the arrow up and the arrow down keys on the keyboard. When the application is deployed as an XBAP and runs in a browser window I can do this too but when I for…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
First Version:
Is there a way to use Twain Dot Net in a XBAP (WPF in browser)?
Second Version:
I have a setup exe (installation) that puts TwainDotNet.dll and TwainDotNet.Wpf.dll on client machine and registers them in GAC (using gacutil.exe).
I have also a XBAP page on my server (IIS). (The XBAP…
>>> More