Ik ben bezig met een klanten portal wat gekoppeld is aan CRM nu wil ik een lookup veld laten verschijnen op het portal en heb een script gevonden die dat moet gaan doen.
Als ik de stappen heb uit gevoerd krijg ik de foutmelding als hieronder is vermeld.
De stappen heb ik van deze website de blog waar de stappen op staan
Wat doe ik fout of waar gaat het fout?
Compiler Error Message: CS0305: Using the generic type 'System.Collections.Generic.List<T>' requires '1' type arguments
Source Error:
Line 105
ublic sealed class LookupAttributeData : AttributeData
Line 106: {
Line 107: private List lookupOptions;
Line 108: public List LookupOptions
Line 109: {
Misschien kan iemand zeggen waar dit aan zit ik heb al de volgende onderdelen er aan toegevoegt
using System;
using System.Collections.Generic;
using System.Collections;
using System.Configuration;
using System.Data;
using Microsoft.Crm.Sdk;
using Microsoft.Crm.Sdk.Metadata;
using Microsoft.Crm.Sdk.Query;
using Microsoft.Crm.SdkTypeProxy;
using Microsoft.Crm.Sdk.Metadata;
using Microsoft.Crm.SdkTypeProxy.Metadata;
Als ik de stappen heb uit gevoerd krijg ik de foutmelding als hieronder is vermeld.
De stappen heb ik van deze website de blog waar de stappen op staan
Wat doe ik fout of waar gaat het fout?
Compiler Error Message: CS0305: Using the generic type 'System.Collections.Generic.List<T>' requires '1' type arguments
Source Error:
Line 105

Line 106: {
Line 107: private List lookupOptions;
Line 108: public List LookupOptions
Line 109: {
Misschien kan iemand zeggen waar dit aan zit ik heb al de volgende onderdelen er aan toegevoegt
using System;
using System.Collections.Generic;
using System.Collections;
using System.Configuration;
using System.Data;
using Microsoft.Crm.Sdk;
using Microsoft.Crm.Sdk.Metadata;
using Microsoft.Crm.Sdk.Query;
using Microsoft.Crm.SdkTypeProxy;
using Microsoft.Crm.Sdk.Metadata;
using Microsoft.Crm.SdkTypeProxy.Metadata;