Hi
I am getting the following error while trying to bind a .NET dll in a process in RFID.
When I try to validate the process i get this error.
"
The process has a component that is not reachable. None of its event handler methods will ever get called. There is no path for system type starting from a logical device that reaches this event handler. One common reason for this happening is that there are event handlers but no logical devices in the process. The event handler is <EventHandlerDefinition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Microsoft.SensorServices.Rfid.Design">
<componentName>notify</componentName>
<eventHandlerInfo>
<assembly>RFID.SCM.ManufacturerRFIDProcess, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2318a97b4faa0bce</assembly>
<className>Microsoft.Rfid.Samples.AudioAlert</className>
<description>AudioAlert</description>
</eventHandlerInfo>
</EventHandlerDefinition>. Verify if this event handler is properly positioned in the process pipeline.
"
Also can I call a Web Service from the Event Handler..
Is this the right method..
-
When ever a TAG is detected by the RFID scanner
-
.NET Eventhandler (Component) gets executed
-
Which will then call a Web Service.
Is this the right approach, or there are some other approaches too. for this.
One more question. how can we get some additional information other then TAG info in the EvenetHandler.
I am using the BeepEHSample for generating TAGS etc...
I am not using any of the physical devices.
Amit Rohilla