J
Jack
I get the following errors from the code ( CRM 3.0 ) below, whats wrong ?
Any
suggestions are welcome because i'm kinda stuck here.
The first error is pointing on the last bracket ] <---
c:\inetpub\wwwroot\bredanaweb\jdshentlead.aspx.cs(18,35): error CS1001:
Identifier expected
c:\inetpub\wwwroot\bredanaweb\jdshentlead.aspx.cs(18,37): error CS1518:
Expected class, delegate, enum, interface, or struct
c:\inetpub\wwwroot\bredanaweb\jdshentlead.aspx.cs(18,88): error CS1022: Type
or namespace definition, or end-of-file expected
// Set the columns to return.
ColumnSet cols = new ColumnSet();
cols.Attributes = new string [] {"subject", "firstname", "lastname",
"industrycode"};
Jack
Any
suggestions are welcome because i'm kinda stuck here.
The first error is pointing on the last bracket ] <---
c:\inetpub\wwwroot\bredanaweb\jdshentlead.aspx.cs(18,35): error CS1001:
Identifier expected
c:\inetpub\wwwroot\bredanaweb\jdshentlead.aspx.cs(18,37): error CS1518:
Expected class, delegate, enum, interface, or struct
c:\inetpub\wwwroot\bredanaweb\jdshentlead.aspx.cs(18,88): error CS1022: Type
or namespace definition, or end-of-file expected
// Set the columns to return.
ColumnSet cols = new ColumnSet();
cols.Attributes = new string [] {"subject", "firstname", "lastname",
"industrycode"};
Jack