Hi all,
I'm developing a webpart which references a separate assembly. This assembly has a class with methods and properties. One of the properties has an optional parameter specified. The signature is;
Public
Shared ReadOnly Property Item(ByVal key As String, Optional ByVal maxAge As Integer = 0) As Object
When I call this property I get an error on Sharepoint with a question mark (?) and the exception details "System.MissingMethodException: ?". Can't sharepoint work with remote properties / methods with optional parameters or am I missing something?
Cheers,
ThaYoung1!