Me and my co-worker both running the same code ( a C# winforms app) and both using VS 2010 and set to compile for .NET 3.5 but when we wants to make a call to Microsoft.VisualBasicCollection.Add() method he has to pass all four parameters although the last three of them are optional. Otherwise he will get a compile error.
But on my machine I can just call it without any optional parameters and it compiles fine.
The only difference is that I have also installed ReSharper but I don’t think it has to do anything with compiling like that?
Do you have any idea why it is happening?
Thanks
it is my co-worker’s fault! We all had upgraded to 2010 but he was still using VS 2008, so that was the issue