Tag: dev

  • Crystal Report – maximum report processing jobs limit

    If you encounter the following error… CrystalDecisions.Shared.CrystalReportsException: Load report failed. —> System.Runtime.InteropServices.COMException: The maximum report processing jobs limit configured by your system administrator has been reached. Make sure you do the following after you are done with the report object…. report.Close(); report.Dispose(); It will probably save you some time.

  • Subsonic 3 – ActiveRecord – T4 tweak

    Quick reminder : I’m using Subsonic 3 ActiveRecord on a MSSQL database. One of the nice things with Subsonic 3 is to be able to generate your classes from the database fast and easy. But sometimes when you are many working on the same project or when you work on different machines, it happens that…

  • Subsonic 3 – ActiveRecord – Bug DateTime with default value

    Tonight I just had the weirdest bug using Subsonic 3 and I just solved it, and if it can save you some time here is the solution for my case. If you get this error : System.Data.SqlClient.SqlException (0x80131904): A transport-level error has occurred when sending the request to the server. (provider: Shared Memory Provider, error:…