Nov16

Make MOSS twit automatically when you post in your blog.

Tags: .NET, Community, MOSS/WSS
When I post in my blog I usually twit it, so just like Miguel Jimenez I wrote a feature to make moss twit my posts :) The feature is activated at the web level, and uses an event receiver of the post list. The feature makes use of the Twitter .NET ... [Mas]

Nov14

Repost: Troubleshoot MSDTC Issues and 0x8004D00E error

Tags: .NET
This week we had great trouble installing and configuring our MOSS Pre-production environment, after lots and lots of problems, we realized that the machines were (apparently) disk-cloned without properly executing sysprep so there were lots of prob... [Mas]

Oct26

.NET Framework 3.5 Client Profile

Tags: .NET, Arquitectura
Viendo el blog de David Salgado, me he enterado que con el SP1 de VS2008 han introducido el .NET Framework Client Profile, que viene a ser una distribución reducida del framework optimizada para aplicaciones cliente, sin los namespaces necesarios ... [Mas]

Jul09

Url Rewriting

Tags: .NET, IIS, MOSS/WSS
Básicamente es una técnica que te cambia las urls para hacerlas mas "bonitas" y que de paso el google las sitúe mejor :). Si veis la url de este post os dais cuenta de lo que quiero decir. Pues mirando mirando he encontrado estos posts bas... [Mas]

Jun27

Instalar las extensiones de visual studio para WSS 3.0 en maquinas de 64bits

Tags: .NET, MOSS/WSS
Los que tengais máquinas de 64bits habreis visto que no se pueden instalar las extensiones de VS en ellas. El motivo según MS es q al ser Visual Studio un programa de 32 bits (corre sobre WoW64) y WSS/MOSS de 64 puede haber problemas en la depurac... [Mas]