Posted on July 16, 2008 by thekhuc
Problem:
Could not load file or assembly ‘System.EnterpriseServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a’ or one of its dependencies. System could not find the file.
Cause:
System.EnterpriseServices.dll is missing in the GAC or there exist different versions of this dll.
Fix:
Drag and drop “<windows_directory>\Microsoft.NET\Framework\v2.0.50727\System.EnterpriseServices.dll”into the “<windows_directory>\assembly\” folder.
Source: http://forums.asp.net/t/956018.aspx
Filed under: .NET, ASP.NET 2.0 | No Comments »
Posted on January 25, 2008 by thekhuc
Date/Time:
Wednesday, January 30, 2008 6:00 PM - Wednesday, January 30, 2008 8:00 PM
Language(s):
English.
Product(s):
Other
Audience(s):
Architect,Developer,Other
Event Overview
Abstract
Microsoft® Silverlight™ is a cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web. Silverlight offers a flexible programming model that supports AJAX, VB, C#, Python, and Ruby, and [...]
Filed under: .NET, AJAX, ASP.NET, ASP.NET 3.5, Events, Microsoft, Silverlight | No Comments »
Posted on January 23, 2008 by thekhuc
I always forget how to format Date and Time in .NET whenever I need to use it, but fortunately there are Google and ASPAlliance.
Date and Time Format Patterns
All the patterns:
0 MM/dd/yyyy 01/23/2008
1 dddd, dd MMMM yyyy Wednesday, 23 January 2008
2 dddd, dd MMMM yyyy HH:mm Wednesday, 23 January 2008 16:38
3 dddd, dd MMMM yyyy hh:mm [...]
Filed under: .NET, ASP.NET, ASP.NET 2.0 | No Comments »
Posted on October 18, 2007 by thekhuc
Ever wondered what the source code for System.Web.Mail.SmtpMail.Send() function looks like? Lutz Roeder’s .NET Reflector is great for looking at the source code of compiled DLLs. It’s located at http://www.aisto.com/roeder/dotnet/. Every .NET developer should definitely take a look.
Filed under: .NET, Microsoft | No Comments »