-
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
-
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:…