‘Microsoft’ Archive

How to fix a missing reference to mscorlib in Visual Studio 2010

Runtime compiling is greatI was trying to update my main app code to utilize the .Net Framework 4.0 and this happened:

The Problem: I could find no obvious way to update the mscorlib reference in my solution, so I decide to simply delete it and add it again, and hope that it magically updates to the most recent version.  This is actually what usually happens with Visual Studio.  However, I delete the mscorlib reference, and I am unable to add it back again, I get the error message telling me that mscorlib is already included in the project.

Read more on How to fix a missing reference to mscorlib in Visual Studio 2010…

Popularity: 1% [?]

Upgrading to Silverlight 4 and Visual Studio 2010

Abstract TechnologySorry for the blog silence so far, I’m still working on my post on programming and endurance sports.  I also have started using Visual Studio 2010 and Silverlight 4.  So far I’m impressed by both.
Creative Commons License photo credit: Wonderlane

Read more on Upgrading to Silverlight 4 and Visual Studio 2010…

Popularity: 2% [?]

How to fix strange errors in silverlight web services

fix you_smallThe Problem: You upload your wonderful Silverlight application to a new server and begin to get all sorts of strange errors, most notably something like this

Message: Unhandled Error in Silverlight 2 Application An exception occurred during the operation, making the result invalid.  Check InnerException for exception details.   at System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
at StronicoMain.ServerUtil.AddressTypeListCompletedEventArgs.get_Result()
at StronicoMain.Page.proxy_AddressTypeListCompleted(Object sender, AddressTypeListCompletedEventArgs e)
at StronicoMain.ServerUtil.ServerUtilClient.OnAddressTypeListCompleted(Object state)
Line: 1
Char: 1
Code: 0
URI: http://www.servername.com/Silverlight.js

Read more on How to fix strange errors in silverlight web services…

Popularity: 7% [?]

Thoughts on predictable software scheduling

Schedule 2/6
While pondering installing Visual Studio 2010, as well as thinking how all software is moving to a subscription basis, I had the thought – why not do two predictable releases a year?  The first release, say in January, would be whatever new features were in place by that date.  The second release, say in July, would be a pure performance and usability release, as the development team would spend half the year optimizing and tweaking the code, as well as fixing all bugs.  Any new “Features” would have at least six months to cook in the minds of the developers and would be implemented on a much stronger code base. Read more on Thoughts on predictable software scheduling…

Popularity: 1% [?]

How to fix the No connection could be made because the target machine actively refused it 127.0.0.1:25 error

The Problem: You have a brand new Windows 2008 server and you are testing your web application and trying to send an email.  Every time you try to send an email via the web application you get the following error

“System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:25″

The Cause: SMTP services are not installed on the server, they do not seem to be installed by default. Read more on How to fix the No connection could be made because the target machine actively refused it 127.0.0.1:25 error…

Popularity: 19% [?]

How to migrate a user profile in Vista

In a previous post I detailed the simple procedure of leaving a domain and joining a workgroup in Vista. The catch is…

The Problem: When you leave the domain, the user profile is basically destroyed and a crippled version is put in it’s place. Very little documentation exists on how to prevent this, and the market has not supplied many programs to help either. Copying files and folders did not work for me. I tried both Windows Easy Transfer and the User State Migration Tool from Microsoft, to no avail. Curiously, none of my knowledgeable tech friends knew of an easy way to do this.

Read more on How to migrate a user profile in Vista…

Popularity: 2% [?]

Google Desktop is now available for Vista Ultimate 64 bit

It wasn’t before. Hallelujah! Just after Windows 7 comes out too.

Popularity: 1% [?]

Atlanta

I, along with many others apparently, will be waking up incredibly early on Saturday and trekking up to Alpharetta for the Atlanta Silverlight Firestarter. I haven’t been to that many of these events, mostly due to location, but I’ve heard great things about Firestarters. I’ll keep everyone posted.

Read more on Atlanta…

Popularity: 1% [?]