Sign in
Windows Forms Documentation Updates
We're the Windows Forms User Education team at Microsoft. We use this space to update folks on developments with Windows Forms docs, publishing doc updates before they're published. Feel free to ask us questions about WinForms, and we'll do our best to an
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Application Settings
ClickOnce
Container Controls and Layout
Crossbow
Data Binding
DataGridView
ElementHost
Form and Application Classes
Pages
ToolStrip Control
WebBrowser, HTML, Networking
Windows Forms Globalization and Localization
WindowsFormsHost
WPF
XML, XSL & RSS
Archive
Archives
May 2008
(1)
January 2008
(1)
December 2007
(5)
September 2007
(1)
June 2007
(1)
May 2007
(4)
April 2007
(3)
February 2007
(1)
November 2006
(1)
October 2006
(2)
August 2006
(3)
July 2006
(5)
June 2006
(7)
May 2006
(4)
April 2006
(10)
March 2006
(10)
February 2006
(6)
January 2006
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Forms Documentation Updates
InPlaceHostingManager: Why Does AssertApplicationRequirements() Throw a TrustNotGrantedException?
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
As you may remember , InPlaceHostingManager is a part of the ClickOnce API that enables a .NET application to download and install other ClickOnce applications. It's pretty straightforward to use - but there may be one area that trips you up. I was chatting...
Windows Forms Documentation Updates
SQL Server Express, Windows Forms, and ClickOnce
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
I'm working on a project that will be included in a white paper, and needed to use SQL Server Express 2005 as a database engine. Being the "ClickOnce guy" on the Windows Forms doc team, I immediately wondered: How will I deploy this once it's ready? Fortunately...
Windows Forms Documentation Updates
Conflict Between ClickOnce and Kensington Mouseworks Causes ClickOnce Applications to Crash
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
The ClickOnce development team has just alerted us that the current versions of Kensington Mouseworks software have a bad problem in one of their driver DLLs that crashes all ClickOnce applications. The bug occurs in a DLL that is loaded with every Windows...
Windows Forms Documentation Updates
ClickOnce: How to Dynamically Detect Data Directory Between Debug, Release, and Publish
Posted
over 7 years ago
by
Jay A. Allen
1
Comments
Dynamically Detecting the Data Directory My Slideshow control ( which I discussed in a previous post ) looks in a data directory called images for the images it wishes to display. This adds a curious twist to application development and deployment...
Windows Forms Documentation Updates
ClickOnce: Installing FrontPage Server Extensions 2002 on IIS 6.0 for Publishing
Posted
over 7 years ago
by
Jay A. Allen
5
Comments
In order to test some ClickOnce deployments today, I had to configure a new Web server to allow ClickOnce publishing through Visual Studio. ClickOnce deployments can be x-copied to a Web server, so not having that auto-publish capability is not the end...
Windows Forms Documentation Updates
ClickOnce Identities: What They Are, Why You Should Care
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
I haven't written much in the ClickOnce docs about the concept of a ClickOnce identity. Recent support inquiries have shown me that an understanding of this concept can help solve some very confusing problems. What is a ClickOnce Identity ? The...
Windows Forms Documentation Updates
Debugging Partially Trusted ClickOnce Apps
Posted
over 7 years ago
by
Jay A. Allen
0
Comments
Shawn over at the .NET Security Blog has a great tip about using gflags to debug a ClickOnce app that fails to execute correctly in partial trust. Check it!
Windows Forms Documentation Updates
ClickOnce: Using On Demand Assembly Download in Partial Trust
Posted
over 7 years ago
by
WinFormsUE
1
Comments
A while back, I posted some information on how to get on demand assembly download to work for ClickOnce applications . As MVP Corrado Cavalli noted to me privately, however, this technique will not work in partial trust - and yet, the download APIs themselves...
Windows Forms Documentation Updates
Deploying Satellite Assemblies On Demand in a ClickOnce Application
Posted
over 7 years ago
by
WinFormsUE
3
Comments
Need to deploy satellite assemblies for your ClickOnce app? One way to do it would be to generate a new deployment for each localized version of your app, and include only the satellite assembly required for each localized version. Needless to say, if...
Windows Forms Documentation Updates
Boneheaded .NET Error of the Day
Posted
over 7 years ago
by
WinFormsUE
0
Comments
[Can I say "boneheaded" on MSDN? If this post disappears in an hour, you'll know I've received an email from HR...] As a Programmer/Writer for Windows Forms, I develop code examples in both C# and Visual Basic.NET. Today, I was finishing up a code...
Windows Forms Documentation Updates
ClickOnce and Firefox
Posted
over 7 years ago
by
WinFormsUE
0
Comments
Saurabh Pant is posting tons of great information about ClickOnce these days. Today, he has a great article explaining why ClickOnce apps can't be launched from Firefox - and what the ClickOnce team plans to do about it.
Windows Forms Documentation Updates
Specifying Individual Support URLs for ClickOnce Prerequisites
Posted
over 7 years ago
by
WinFormsUE
1
Comments
I just finished a bunch of work on the ClickOnce documents regarding Platform Detection, which ClickOnce uses to check that the operating system and installed CLR are of the appropriate version, and also that any controls required to be installed in the...
Windows Forms Documentation Updates
ClickOnce File Patching
Posted
over 7 years ago
by
WinFormsUE
0
Comments
Saurabh Pant, a PM on the Windows Forms team (and former ClickOnce tester) has some great info up on how ClickOnce uses file patching to streamline application update downloads . We'll be adding this to the official docs this week.
Windows Forms Documentation Updates
InPlaceHostingManager: Install ClickOnce Applications Programmatically
Posted
over 7 years ago
by
WinFormsUE
1
Comments
System.Deployment.Application.InPlaceHostingManager lets you download ClickOnce applications using a programmatic API, making it perfect for managed SMS installs, or for creating a custom Windows Forms "dashboard" application that lets your customers...
Windows Forms Documentation Updates
Setting ClickOnce Content Types under IIS
Posted
over 7 years ago
by
WinFormsUE
0
Comments
We had some information in our original ClickOnce Troubleshooting doc about how to set content (MIME) types up in Internet Information Server if you didn't have .NET Framework installed. In a nutshell, when you fetch the .application file for a ClickOnce...
Windows Forms Documentation Updates
New Doc Updates - ClickOnce: How to Download Assemblies on Demand
Posted
over 7 years ago
by
WinFormsUE
1
Comments
I've just wrapped up a set of changes to the docs for ClickOnce and Application Settings that should be coming out within the next several months. A big change was revising the docs for doing on demand downloads with ClickOnce. The doc set that shipped...
Page 1 of 1 (16 items)