It will be a compile issue.
I have also faced a similar issue.
In my machine i have .net 3.5 sp1 and it got a method
AutoResetEvent.WaitOne(int32);
The code compiled and built properly on my machine.
Once my friend tried to compile the same code on this machine, he got a compile error because he has only .net 3.5 without sp1.
Thanks,
A.m.a.L
.Net Goodies
|
|
Remember to click "mark as answered" when you get a correct reply to your question
|