I have a dll that has a function which requires a couple variables of Type Microsoft.VisualBasic.Collection. But I tried passing them as An Arraylist and A List in C# to no avail.
Severity Code Description Project File Line Suppression State
Error CS1502 The best overloaded method match for
'Object.RptOptimizer.BuildReport(string, string, System.Guid,
Microsoft.VisualBasic.Collection, Microsoft.VisualBasic.Collection, string,
string, System.DateTime, System.DateTime, string, string, string, string,
string, int, bool, int, int, bool)' has some invalid arguments EPWeb4
C:\inetpub\wwwroot\EPWeb4\Forms\RptParamsOptimizer.aspx.cs 271 Active
Severity Code Description Project File Line Suppression State
Error CS0012 The type 'Collection' is defined in an assembly that is not
referenced. You must add a reference to assembly 'Microsoft.VisualBasic,
Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.