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
Sam HobbsPosted Mar 18, 2010, 11:50 PM
Rekha SinghPosted Mar 18, 2010, 2:32 AM
Right click on ur prject name in solution explorer.. then click on add Reference and the go and browse for Interop.MSCommLib.dll. this ll solve ur problem.
Thanks
Rekha