dharutyu / crystal-quartz

Automatically exported from code.google.com/p/crystal-quartz
0 stars 0 forks source link

Unable to connect to remote scheduler #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
--------------------------------------
1. Install an instance of the Quartz Windows Service 
(Quartz.Server.Service.exe) and start it up from control panel
2. Configure the Remote Scheduler Example to point to the correct service host 
(tcp://localhost:555/QuartzScheduler)
3. Fire up Crystal Quartz and attempt to connect to the scheduler

What is the expected output? What do you see instead?
-----------------------------------------------------
Could not load file or assembly 'Quartz, Version=1.0.3.2, Culture=neutral, 
PublicKeyToken=null' or one of its dependencies. The located assembly's 
manifest definition does not match the assembly reference. (Exception from 
HRESULT: 0x80131040)

What version of the product are you using? On what operating system?
--------------------------------------------------------------------
Quartz.NET 1.0.3 on Windows 7 Professional Developer machine with VS2005, 
VS2008. The Quartz service is running with a SQL Server 2008 backend adn has 
been configured to use remoting. 

Please provide any additional information below.
------------------------------------------------
From what I see, the problem seems to be related to the 'PublicKeyToken=null'. 
I cannot make out where that is coming from. See the attached stacktrace. 

Original issue reported on code.google.com by tam...@gmail.com on 4 Jan 2011 at 2:24

Attachments:

GoogleCodeExporter commented 8 years ago
Is this forum monitored? Is this issue perhaps due to something I am doing 
wrong? 

I think this is really a useful utility, but am concerned about the lack of 
feedback.

Original comment by tam...@gmail.com on 11 Jan 2011 at 4:00

GoogleCodeExporter commented 8 years ago
Sorry for the late response. It looks like this error was caused by Quartz.dll 
versions mismatch. Some time ago i have updated the project to use latest 
Quartz lib, so now it uses 1.0.3.3 version.

Original comment by Guryano...@gmail.com on 30 Aug 2011 at 9:03