Click here to Skip to main content
15,891,905 members
Home / Discussions / C#
   

C#

 
GeneralRe: Reflection Parameter Problem object[] Pin
dataminers10-Dec-09 22:27
dataminers10-Dec-09 22:27 
GeneralRe: Reflection Parameter Problem object[] [modified] Pin
Abhinav S10-Dec-09 22:32
Abhinav S10-Dec-09 22:32 
GeneralRe: Reflection Parameter Problem object[] Pin
dataminers10-Dec-09 23:00
dataminers10-Dec-09 23:00 
GeneralRe: Reflection Parameter Problem object[] Pin
Abhinav S10-Dec-09 23:58
Abhinav S10-Dec-09 23:58 
GeneralRe: Reflection Parameter Problem object[] Pin
Gideon Engelberth11-Dec-09 4:23
Gideon Engelberth11-Dec-09 4:23 
QuestionSendTcpSynExample.cs Pin
3bood.ghzawi10-Dec-09 21:27
3bood.ghzawi10-Dec-09 21:27 
AnswerRe: SendTcpSynExample.cs Pin
Covean10-Dec-09 23:03
Covean10-Dec-09 23:03 
QuestionSendTcpSynExample.cs Pin
3bood.ghzawi10-Dec-09 21:24
3bood.ghzawi10-Dec-09 21:24 
Hi all...

when i try to run the SendTcpSynExample.cs i face many errors (nearly 23),
like this
Error 1 The best overloaded method match for 'Tamir.IPLib.Packets.TCPPacket.TCPPacket(int, byte[], Tamir.IPLib.Packets.Util.Timeval)' has some invalid arguments C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 70 29 ConsoleApplication1
Error 2 Argument '3': cannot convert from 'bool' to 'Tamir.IPLib.Packets.Util.Timeval' C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 70 56 ConsoleApplication1
Error 3 Property or indexer 'Tamir.IPLib.Packets.EthernetPacket.SourceHwAddress' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 73 13 ConsoleApplication1
Error 4 Property or indexer 'Tamir.IPLib.Packets.EthernetPacket.DestinationHwAddress' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 74 13 ConsoleApplication1
Error 5 Property or indexer 'Tamir.IPLib.Packets.EthernetPacket.EthernetProtocol' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 75 13 ConsoleApplication1
Error 6 Property or indexer 'Tamir.IPLib.Packets.IPPacket.DestinationAddress' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 78 13 ConsoleApplication1
Error 7 Property or indexer 'Tamir.IPLib.Packets.IPPacket.SourceAddress' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 79 13 ConsoleApplication1
Error 8 Property or indexer 'Tamir.IPLib.Packets.IPPacket.IPProtocol' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 80 13 ConsoleApplication1
Error 9 Property or indexer 'Tamir.IPLib.Packets.IPPacket.TimeToLive' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 81 13 ConsoleApplication1
Error 10 Property or indexer 'Tamir.IPLib.Packets.IPPacket.Id' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 82 13 ConsoleApplication1
Error 11 Property or indexer 'Tamir.IPLib.Packets.IPPacket.Version' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 83 13 ConsoleApplication1
Error 12 'Tamir.IPLib.Packets.TCPPacket' does not contain a definition for 'IPTotalLength' C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 84 17 ConsoleApplication1
Error 13 Property or indexer 'Tamir.IPLib.Packets.IPPacket.IPHeaderLength' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 85 13 ConsoleApplication1
Error 14 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.SourcePort' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 88 13 ConsoleApplication1
Error 15 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.DestinationPort' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 89 13 ConsoleApplication1
Error 16 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.Syn' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 90 13 ConsoleApplication1
Error 17 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.WindowSize' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 91 13 ConsoleApplication1
Error 18 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.AcknowledgementNumber' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 92 13 ConsoleApplication1
Error 19 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.SequenceNumber' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 93 13 ConsoleApplication1
Error 20 Property or indexer 'Tamir.IPLib.Packets.TCPPacket.TCPHeaderLength' cannot be assigned to -- it is read only C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 94 13 ConsoleApplication1
Error 21 'Tamir.IPLib.Packets.TCPPacket' does not contain a definition for 'ComputeIPChecksum' C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 97 17 ConsoleApplication1
Error 22 'Tamir.IPLib.Packets.TCPPacket' does not contain a definition for 'ComputeTCPChecksum' C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 98 17 ConsoleApplication1
Error 23 The type or namespace name 'GetAllDevices' does not exist in the namespace 'SharpPcap' (are you missing an assembly reference?) C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 129 48 ConsoleApplication1
Error 24 The name 'EthernetFields_Fields' does not exist in the current context C:\Documents and Settings\Free User\Desktop\ConsoleApplication1\ConsoleApplication1\Program.cs 43 27 ConsoleApplication1


.. Can any one help me to solve them?? Sniff | :^)
Thanks to all... Wink | ;) Big Grin | :-D Laugh | :laugh:
AnswerRe: SendTcpSynExample.cs Pin
dan!sh 10-Dec-09 22:24
professional dan!sh 10-Dec-09 22:24 
QuestionHow can I embedd MsWord in Iframe on my aspx page using C#.Net Pin
jalajbakshi10-Dec-09 18:15
jalajbakshi10-Dec-09 18:15 
AnswerRe: How can I embedd MsWord in Iframe on my aspx page using C#.Net Pin
ravinder4u10-Dec-09 18:19
ravinder4u10-Dec-09 18:19 
QuestionControl.Invoke must be used to interact with controls created on a seperate thread Pin
benjamin yap10-Dec-09 18:02
benjamin yap10-Dec-09 18:02 
AnswerRe: Control.Invoke must be used to interact with controls created on a seperate thread Pin
vivasaayi10-Dec-09 20:58
vivasaayi10-Dec-09 20:58 
GeneralRe: Control.Invoke must be used to interact with controls created on a seperate thread Pin
benjamin yap10-Dec-09 21:34
benjamin yap10-Dec-09 21:34 
GeneralRe: Control.Invoke must be used to interact with controls created on a seperate thread Pin
vivasaayi11-Dec-09 1:32
vivasaayi11-Dec-09 1:32 
GeneralRe: Control.Invoke must be used to interact with controls created on a seperate thread [modified] Pin
benjamin yap11-Dec-09 4:32
benjamin yap11-Dec-09 4:32 
QuestionGeneric Property Error Pin
Lino Chacko10-Dec-09 16:41
Lino Chacko10-Dec-09 16:41 
AnswerRe: Generic Property Error Pin
Migounette10-Dec-09 22:48
Migounette10-Dec-09 22:48 
QuestionHow to traverse a tree (class containing parent and child properties of the same class) using threads? Pin
Rafferty Uy10-Dec-09 15:42
Rafferty Uy10-Dec-09 15:42 
AnswerRe: How to traverse a tree (class containing parent and child properties of the same class) using threads? Pin
Migounette11-Dec-09 4:41
Migounette11-Dec-09 4:41 
Questionhi Pin
bassam eshteba10-Dec-09 12:43
bassam eshteba10-Dec-09 12:43 
AnswerRe: hi Pin
Sir Dot Net10-Dec-09 13:23
Sir Dot Net10-Dec-09 13:23 
GeneralRe: hi Pin
bassam eshteba10-Dec-09 14:00
bassam eshteba10-Dec-09 14:00 
Questionhi Pin
bassam eshteba10-Dec-09 12:01
bassam eshteba10-Dec-09 12:01 
AnswerRe: hi Pin
Luc Pattyn10-Dec-09 12:04
sitebuilderLuc Pattyn10-Dec-09 12:04 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.