Sign In
Alex D'Angelo's Blog at Microsoft
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.NET Services
Access Control Service
Azure
C#
CSS
JavaScript
Media Center
MUI
SideShow
WCF
Win32
Windows Live
WPF
Archive
Archives
August 2009
(7)
July 2009
(1)
February 2009
(1)
December 2008
(1)
November 2008
(1)
October 2008
(2)
August 2008
(2)
July 2008
(2)
May 2008
(1)
February 2008
(1)
January 2008
(3)
December 2007
(1)
November 2007
(1)
July 2007
(1)
April 2007
(2)
November 2006
(1)
May 2006
(1)
August, 2009
MSDN Blogs
>
Alex D'Angelo's Blog at Microsoft
>
August, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Alex D'Angelo's Blog at Microsoft
Adding client-side helpers to service-defined contracts
Posted
over 3 years ago
by
Alex Dan
0
Comments
Summary: When a client adds a service reference to a service, the generated classes are marked as partial , which lets the client add additional helper methods and local functionality to the classes. When a client generates a contract from a service...
Alex D'Angelo's Blog at Microsoft
Adding a service reference for non-http bindings
Posted
over 3 years ago
by
Alex Dan
0
Comments
In Visual Studio it’s easy to add (or discover) a service that uses an http binding. What about adding a reference for some other binding (e.g. a TCP binding) that uses the .NET Service Bus? It’s easy – just add a reference to the MEX endpoint. For...
Alex D'Angelo's Blog at Microsoft
Debugging FaultException: authN failed: ‘…’ of PasswordCredential
Posted
over 3 years ago
by
Alex Dan
0
Comments
Ever see “FaultException: authN failed: ‘…’ of PasswordCredential” when trying to call a method that uses Windows Azure and the Access Control Service? The issue is simply that the password is not correct. For example, here’s a snippet of a client...
Alex D'Angelo's Blog at Microsoft
Debugging FaultException: matched scope not found (Access Control Service)
Posted
over 3 years ago
by
Alex Dan
0
Comments
FaultException: matched scope not found: applies-to-address is ‘…’ This can occur when trying to use a client that uses a service that uses the Access Control Service. The following snippet shows the code around the exception: ServiceClient proxy...
Alex D'Angelo's Blog at Microsoft
Dumping logs from the Azure Development Fabric
Posted
over 3 years ago
by
Alex Dan
0
Comments
How to view Azure logs ( RoleManager .WriteToLog ) when running under the Development Fabric: Open the Development Fabric and get the deployment id. For example, if the deployment title reads "deployment(26)", the id is "26". To dump the...
Alex D'Angelo's Blog at Microsoft
Enabling network connectivity on a Windows Mobile device emulator
Posted
over 3 years ago
by
Alex Dan
4
Comments
I’ve been experimenting with writing programs for Windows Mobile. I write the code in Visual Studio and use it to run the program in a Windows Mobile device emulator. The app I’m working on needs an internet connection but it is not obvious...
Alex D'Angelo's Blog at Microsoft
Viewing the contents of a MUI file
Posted
over 3 years ago
by
Alex Dan
0
Comments
Need to look at the strings in a MUI file? Here's an easy was to do it with Visual Studio: In the VC file.open dialog boxes there is an "open as" or "open with" drop down. Select "resources" or "resource editor". It's also trivial to write a custom...
Page 1 of 1 (7 items)