Recent Posts

0
Comments

Expression Blend Linked Resources Error "Unable to find the specified file" by Javier.Villarreal

If you ever receive an "Unable to find the specified file" error in Expression Blend while trying to call a Linked Resource File ( like in a shared assembly where you want to save your shared resources ), called in your app.xaml like this one: <Application...
Filed under: , ,
0
Comments

Hard Rock Widget Test by Javier.Villarreal

Hard Rock Memorabilia example: DeepZoomPix example:
0
Comments

Immediate Interfaces for a type by Javier.Villarreal

If anybody is interested to get the immediate interfaces for a type, this a way to get it: /// <summary> /// Gets the immediate interfaces. /// </summary> /// <param name="type"> The type. </param> /// <returns></returns>...
Filed under:
30
Comments

Silverlight Error #2104 Could not download the silverlight application in IIS6 by Javier.Villarreal

If you receive this error while trying to deploy your Silverlight application, make sure you did the following things: 1. Adjust the Content Expiration Setting You should adjust the content expiration setting to 1 minute. The following procedure outlines...
Filed under: ,
25
Comments

SSAS Calculations Tab - Unexpected error ocurred: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.' by Javier.Villarreal

This error is caused because an installation of the Office 2007 overwrites two particular files that are used by SSAS 2005: - msmdlocal.dll - msmgdsrv.dll Unexpected error ocurred: 'Attempted to read or write protected memory. This is often an indication...
Filed under: ,
0
Comments

ReportServicesConfigUI.WMIProvider.WMIProviderException: The report server installation is not initialized. by Javier.Villarreal

If you are getting this error "ReportServicesConfigUI.WMIProvider.WMIProviderException: The report server installation is not initialized." Means that for some reason ( usually because of an upgrade, or a change of the physical location of the reporting...
Filed under:
0
Comments

Failed to load expression host assembly. Details: Could not load file or assembly ... by Javier.Villarreal

In Reporting Services, if you are getting this error is because you need to copy your referenced assemblies of the report into the folder Program Files\Microsoft SQL Server\MSSQL.3\Reporting Services\ReportServer\bin If you are in the designer you need...
Filed under:
12
Comments

The type 'System.Web.UI.ScriptManager' is ambiguous: it could come from assembly... by Javier.Villarreal

If you are trying to migrate an old application to work with the framework 3.5, you are using ajax, and get the following error... The type 'System.Web.UI.ScriptManager' is ambiguous: it could come from assembly 'C:\WINDOWS\assembly\GAC_MSIL\System.Web...
Filed under:
1
Comments

Does .NET With LINQ Beat Java? by Javier.Villarreal

This is a nice article: http://www.sdtimes.com/printArticle/LatestNews-20080115-20.html
Filed under:
1
Comments

Visual Studio has encountered an unexpected error, installing VS2008 by Javier.Villarreal

After installing VS 2008, i got this error Visual Studio has encountered an unexpected error The solution is at http://forums.microsoft.com/msdn/showpost.aspx?postid=2447748&siteid=1&sb=0&d=1&at=7&ft=11&tf=0&pageid=1 It is...
More Posts Next page »