reza_rahman
06-22-2007, 07:57 PM
Hi all:
I downloaded Spring NMS from http://www.springframework.net/downloads/Spring.Messaging.Nms/Spring.Messaging.Nms-20070320-1632.zip, extracted the zip file and included the Spring.Messaging.Nms.dll assembly into my project. Attempting to use NMSTemplate, I'm getting the following error:
The type 'Spring.Objects.Factory.IInitializingObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'Spring.Core, Version=1.1.0.2, Culture=neutral, PublicKeyToken=null'
I am thinking something is wrong with this assembly by the PublicKeyToken=null part. The Spring.Core.dll that I have has a non-null public key token and it does not seem to play well with the Spring NMS dll. Any idea how to get around this?
Please keep in mind, I cannot build from source since I am using the Express Edition of Visual Studio and the solution file was created using a commercial version.
Thanks in advance for your help.
Reza
I downloaded Spring NMS from http://www.springframework.net/downloads/Spring.Messaging.Nms/Spring.Messaging.Nms-20070320-1632.zip, extracted the zip file and included the Spring.Messaging.Nms.dll assembly into my project. Attempting to use NMSTemplate, I'm getting the following error:
The type 'Spring.Objects.Factory.IInitializingObject' is defined in an assembly that is not referenced. You must add a reference to assembly 'Spring.Core, Version=1.1.0.2, Culture=neutral, PublicKeyToken=null'
I am thinking something is wrong with this assembly by the PublicKeyToken=null part. The Spring.Core.dll that I have has a non-null public key token and it does not seem to play well with the Spring NMS dll. Any idea how to get around this?
Please keep in mind, I cannot build from source since I am using the Express Edition of Visual Studio and the solution file was created using a commercial version.
Thanks in advance for your help.
Reza