c# - Hangfire Installation/Startup -
Today I'm experimenting with hangfire. It looks like a cool product. Unfortunately, my environment is not the most up to date. I have a V. S. 2010, Net 4.0 and SQL Server 2005. I made a new project and Hugfar, Hangfire.Core, Hangfire.NET40.SQLServer, Owen and Who knows what else. There is no error in the project now all the references have been resolved.
I got a lot of insights and I tried to configure the startup class as per the instructions. Config.UseSqlServerStorage ("SQLServer") config.update required to perform actions on the public setup of the sub-configuration (app as IAppBuilder) app.UseHangfire (sub (config) 'basic setup background jobs. UseServer (End End) and sub
I have also created a new SQL user and the blank database for hang fire to use. I added this connection string to the Web.Config file:
& lt; Add name = "SQLServer" connectionString = "server = SQLServer; database = hangfire; user id = hangfair; password = ** ******," / & gt; I think I have included all the bases, but call to UseSqlServerStorage at runtime gives an error:
'c: \ _ oss \ Common logging \ src \ Common.Logging.Core \ \ Simple \ NoOpLogger.cs' are logged in. Checksum: MD5 {7DF3 26F7 66 5A 52 54 72 FE 23B 92C 2 CD 50} File 'C: \ _OSS' common logging \ src \ common. Leggings.Core \ logging \ Simple \ Noopolger CCS does not exist. Looking into script documents for 'C: \ _ oss \ common-logging \ src \ general. Logging .Cor \ logging \ Simple \ NoOpLogger.cs' ... are looking into projects for 'c: \ _ oss \ common-logging \ src \ Common.Logging.Core \ logging \ Simple \ NoOpLogger.cs'. The file was not found in a project I have searched for the file 'NoOpLogger.cs' without success since my project is VB, I'm not sure how this is happening or how.
I appreciate the help on this one.
Not compatible with VS10010 and SQL 2005. Check it out which identifies the main issue. DateTime2 is not a valid type in SQL 2005!
Comments
Post a Comment