hi i am a newbie to .net. how should i rectify this error. please help me.
Error : The type 'MSCommLib.HandshakeConstants' is defined in an assembly that is not referenced. You must add a reference to assembly 'Interop.MSCommLib, Version=1.1.0.0, Culture=neutral, PublicKeyToken=null'. C:\Program Files\Microsoft.NET\code\PTZControlPort\PTZControlPort\ViscaPTZCommand.cs 281 5 PTZControlPort
Loading
Amit ChoudharyPosted Mar 18, 2010, 1:51 AM
Try doing following in your windows app
Add the MSComm COM/OCX Control to your "Windows Forms"
1. Right Click on the Toolbox
2. Choose "Customize Toolbox..."
3. Select and add the "Microsoft Communications Control"
Hope it solves your problem
Please mark as answer if it helps you.