Hi,
I have created a custom resource type using Cluster Resource Wizard (I had
copied wizard file clrestype.awx from \Program Files\Microsoft Platform
SDK\Samples\WinBase\Cluster\Win2003\VC6\Template\x 86 to VS 6's required
directory for creating resource DLL)
When i had compiled this resource DLL using VS 2005, everything was working
fine but recently we moved to VS 2008 and resource dll built with VS 2008
gives following error when this resource dll is loaded by cluster.
An error occurred attempting to read properties for the 'TestResource'
resource type:
The specified node does not support a resource of this type. This may be
due to version inconsistencies or due to the absence of the resource DLL on
this node.
Error Id: 5079
What could be the possible reason for this error? How can i run a VS 2008
built resource dll on my cluster?
Also, when i had replaced this resource dll on only one node of my 2
node-cluster, i was getting following error when i tried creating a new
resource of this type:
An error occured attempting to read properties for the 'test' resource.
The application has failed to start because the application configuration is
incorrect. Reinstalling the application may fix this problem.
Error ID: 14001.
This particular error made me feel that issue could be related to VS 2008
binary more than anything else.
Please advise.
|