CruiseControl.NET issues after upgrading to VS2010
Jun29

CruiseControl.NET issues after upgrading to VS2010

On one of our projects we are using Visual Studio 2008 Team Foundation Server, and CruiseControl.NET with MSBuild to aid in the deployments to our test website location. If I get some time I may put a tutorial into a blog post as to how this was set up. This setup worked fine until we upgraded our client machines, and the server which is running CruiseControl.NET, to use Visual Studio 2010. Following this upgrade CruiseContol.NET...

Read More
Overwriting .DLLs is causing a ServiceActivationException
Jun22

Overwriting .DLLs is causing a ServiceActivationException

Following a deploy of newer .DLLs to the Bin folder of a website which hosted some services, the services began to display a ServiceActivationException exception. WebHost failed to process a request.  Sender Information: System.ServiceModel.Activation.HostedHttpRequestAsyncResult/17003858  Exception: System.ServiceModel.ServiceActivationException: The service ‘{ServiceName}’ cannot be activated due to an exception during...

Read More
__doPostBack Code Issues with Akamai
Jun21

__doPostBack Code Issues with Akamai

Today I spent a large part of the day battling with a very strange problem. My infrastructure team had set up and enabled Akamai on a newly deployed Telligent Community site. This had an unintended effect of causing parts of the site to break in a couple of significant ways. Firstly, the site began to throw Object expected JavaScript errors in Internet Explorer 8 and __doPostBack is not defined JavaScript errors in Firefox 3.6.3 when...

Read More