• How to add a Clear button to SQL Server Reporting Services (SSRS)

    February 26, 2012

    Add a clear button to SQL Server Reporting Services If you ever had the need to add a clear / reset button to your standard SQL Server Reporting Services report viewer, here’s a way to do it. Normally when reports are displayed, they are piped through the ReportViewer.aspx page that comes with SSRS. This page [...]

  • The type <>, provided as the Service attribute value in the ServiceHost directive could not be found.

    February 24, 2012

    A reminder to self: When deplyoing a WCF service, and the assembly is registered in the GAC, don’t forget that in the .svc file one needs to put the full assembly path   in the Service element: <%@ServiceHostLanguage=”C#”Debug=”true”Service=”TYPENAME, ASSEMBLY NAME, Version=1.0.0.0, Culture=neutral, PublicKeyToken=12345678901234″CodeBehind=”HelloWorld.svc.cs” %>

 
Powered by Wordpress and MySQL. Theme by Shlomi Noach, openark.org