Sign In
Jimmy Lewis' blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
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
Beta 2
installation
msbuild
offline
Out Of Browser
Silverlight
Silverlight 2
Silverlight 3
Silverlight 4
Silverlight Tools
Team Build
Transparent Platform Extensions
Visual Studio
Visual Studio 2008
Visual Studio 2010
Visual Web Developer Express
WCF
WebPI
Archive
Archives
July 2010
(1)
April 2010
(1)
February 2010
(1)
January 2010
(1)
November 2009
(1)
October 2009
(3)
July 2009
(3)
May 2009
(2)
March 2009
(4)
November 2008
(1)
October 2008
(3)
September 2008
(1)
August 2008
(2)
MSDN Blogs
>
Jimmy Lewis' blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Jimmy Lewis' blog
VS2008 SP1: Issues Changing Your Installed Features
Posted
over 2 years ago
by
Jimmy Lewis
0
Comments
We’ve had many users report issues when trying to change their installed features in VS2008 SP1. The error looks like the following: This is a bug not in SP1 itself, but shared in several other hotfixes released after SP1. Some notable culprits...
Jimmy Lewis' blog
Silverlight 4 Upgrade Breaks Silverlight Debugging Experience
Posted
over 2 years ago
by
Jimmy Lewis
0
Comments
A design change in the Silverlight 4 installer now causes older developer runtime to be upgraded when a newer client runtime installer is executed. This causes the Silverlight debugging components to be uninstalled, and breaks the debugging experience...
Jimmy Lewis' blog
Finding the Visual Studio Activity Log
Posted
over 2 years ago
by
Jimmy Lewis
2
Comments
Sometimes when something goes wrong in Visual Studio, you might see the following dialog: We’ve had a number of users comment that the couldn’t find the file. This is because the file is only written when you run Visual Studio’s executable (devenv...
Jimmy Lewis' blog
64-Bit Team Build Fails on Silverlight Projects (and How to Fix It)
Posted
over 2 years ago
by
Jimmy Lewis
4
Comments
If you have a Silverlight project under source control, and try to build it on a 64-bit Team Build (or similar) server, you may encounter the following error: After checking the immediately obvious (i.e. is the SDK installed), you might wonder why this...
Jimmy Lewis' blog
MSBuilding Web Site Projects doesn’t Copy Silverlight XAP (and How to Fix It)
Posted
over 3 years ago
by
Jimmy Lewis
2
Comments
If you have a Silverlight application that is consumed by a Web Site Project in Visual Studio (not to be confused with a Web Application Project), and you use msbuild on your solution, you may find that the XAP file is not copied to the website. ...
Jimmy Lewis' blog
Refactoring Root namespace Breaks Silverlight Applications (and How to Fix It)
Posted
over 3 years ago
by
Jimmy Lewis
3
Comments
One scenario that happens fairly often for new apps is to create a new project and then part way through decide you want to rename it, or at least the default namespace. With Silverlight apps, when you do this and try to run your project, you’ll...
Jimmy Lewis' blog
Silverlight 3 Support in VS2010 Beta 2
Posted
over 3 years ago
by
Jimmy Lewis
0
Comments
This evening I put up a blog post on my team’s blog to summarize some of the changes that have come in the Beta 2 release of VS2010 with regards to Silverlight development. Check it out and leave any feedback. If you’re trying out the new beta,...
Jimmy Lewis' blog
VS2010 Beta 2 installation issue with Silverlight 3 SDK
Posted
over 3 years ago
by
Jimmy Lewis
0
Comments
Some folks have already started trying out the latest VS2010 release, and have been receiving installation failures for the Silverlight 3 SDK. This is a known issue, and fairly easy to work around. The problem is caused by having the Silverlight...
Jimmy Lewis' blog
Debugging Silverlight Applications in Out Of Browser Mode
Posted
over 3 years ago
by
Jimmy Lewis
7
Comments
On an internal mailing list yesterday, someone asked how to debug their Silverlight 3 application as it runs Out of Browser. They were seeing some behavior that would only reproduce in the first few seconds and only in OOB mode. Fortunately...
Jimmy Lewis' blog
Upgrading to Silverlight 3 Tools for VS2008 (RTW)
Posted
over 3 years ago
by
Jimmy Lewis
2
Comments
With the release to web (RTW) of Silverlight 3, a lot of folks will [hopefully] be upgrading to take advantage of the new features now offered. The first question that will come up probably is, “how do I upgrade?” Upgrading should actually...
Jimmy Lewis' blog
Setting up Silverlight Development in Visual Studio 2010 Beta 1
Posted
over 3 years ago
by
Jimmy Lewis
0
Comments
There’s been some confusion with setting up Silverlight development the VS 2010 Beta 1 release, since the Silverlight SDK and developer runtime are part of the installation. In order for Silverlight to work in VS2010, you need to install both the...
Jimmy Lewis' blog
Using Silverlight 3 beta’s Transparent Platform Extension and Out of Browser Features in Dev10 Beta 1
Posted
over 3 years ago
by
Jimmy Lewis
1
Comments
In Dev10 Beta 1, which was just released, there isn’t any way to enable the Transparent Platform Extensions (aka Assembly Caching) or Out of Browser features for Silverlight 3 Beta. To enable these manually is pretty straight forward. However, you should...
Jimmy Lewis' blog
Making the Silverlight-Enabled WCF Service in Dev10 Beta 1 Work with Silverlight 2
Posted
over 3 years ago
by
Jimmy Lewis
1
Comments
In Dev10 Beta 1, the Silverlight-enabled WCF Service template is the version used for Silverlight 3 beta. This uses a custom binding to enable binary encoding, and is incompatible with Silverlight 2 applications. If you attempt to add a reference...
Jimmy Lewis' blog
Understanding Issues Installing Silverlight 3 via Web Platform Installer
Posted
over 3 years ago
by
Jimmy Lewis
5
Comments
With the release of the Web Platform Installer 2.0 beta at MIX last week, you can now install any of the cool development packages we’ve been releasing with a single combined application. However, there are a couple issues that can come up, especially...
Jimmy Lewis' blog
Switching Your Visual Studio Environment Between Silverlight 2 and Silverlight 3
Posted
over 3 years ago
by
Jimmy Lewis
1
Comments
With the release of Silverlight 3 Beta, you’ll may want to try out the new features. Unfortunately, Silverlight 3 Beta is a developer only release (no end-user runtime, no GoLive license), so you might end up going back and forth. Even more unfortunate...
Jimmy Lewis' blog
Want Help (files) With Silverlight 3?
Posted
over 3 years ago
by
Jimmy Lewis
1
Comments
In Silverlight 3, the help files are shipping as a separate CHM file, instead of integrating with the offline Visual Studio documentation. We received a lot of feedback during Silverlight 2 about the installation time being very long, and one of the main...
Jimmy Lewis' blog
Silverlight 3 Tools Issue: New WCF Template is Broken by Silverlight 2 SDK
Posted
over 3 years ago
by
Jimmy Lewis
13
Comments
In Silverlight 3, we’ve introduced support for binary message encoding for WCF services, which should give a performance boost. Silverlight 2, as you may recall, only supports basicHttpBinding. The new binding is the default for Silverlight-enabled WCF...
Jimmy Lewis' blog
Silverlight Tools 2 Issue: Hosting Pages Broken from Beta 2 to RTW
Posted
over 4 years ago
by
Jimmy Lewis
1
Comments
A fair number of people are having issues with the ASP.NET control used to host Silverlight applications ceasing to work when they upgrade from Silverlight Beta 2 to Silverlight 2 RTW. If the HTML page is also broken, the first thing to check is...
Jimmy Lewis' blog
Silverlight Tools RTW is out! (for English)
Posted
over 4 years ago
by
Jimmy Lewis
1
Comments
The RTW release of Silverlight Tools for VS 2008 is out! There are no functional changes from RC1, and hence no upgrade prompts or breaking changes. The hot-fix was re-built for servicing reasons, so please do upgrade. If you are upgrading...
Jimmy Lewis' blog
Silverlight Tools RC1 released for all languages
Posted
over 4 years ago
by
Jimmy Lewis
1
Comments
Today we’ve released the remaining languages of Silverlight Tools RC1 for Visual Studio 2008. We now have releases in English , Japanese , Chinese (Simplified/PRC) , Chinese (Traditional/Taiwan) , Korean , French , Italian , German , and Spanish...
Jimmy Lewis' blog
Silverlight Tools Installation Speed bumps?
Posted
over 4 years ago
by
Jimmy Lewis
13
Comments
There’s been a few questions that come up between all of the Silverlight 2 releases, especially with regards to installing and upgrading tools. I’d like to address a few of the FAQs for the Silverlight 2 Tools for VS2008: Q: I have a previous version...
Jimmy Lewis' blog
Silverlight Tools Tip: Offline Installation
Posted
over 4 years ago
by
Jimmy Lewis
26
Comments
Starting with RC0 and continuing through our RTW release of Silverlight 2 Tools for Visual Studio, we’ve moved the developer runtime installer into a downloadable dependency. This makes the Silverlight Tools chain installer smaller to download,...
Jimmy Lewis' blog
Silverlight Tools Tip: How to customize the default Hosting Web Project Choices for Silverlight Applications
Posted
over 4 years ago
by
Jimmy Lewis
3
Comments
Currently in Silverlight Tools Beta 2, by default when you create a new Silverlight Application, Web Site is the default project type for hosting the Silverlight app, and Web Applications are the only other option. However, you might either prefer...
Jimmy Lewis' blog
Silverlight Tip: Reflecting Objects Horizontally or Vertically using ScaleTransform
Posted
over 4 years ago
by
Jimmy Lewis
1
Comments
While working on a Silverlight application, I wanted to have two instances of a class which faced each other. After exploring the available transforms, I eventually remembered how to do it simply by scaling the object in a negative direction. First...
Page 1 of 1 (24 items)