tomerfiliba / agnos

Agnos - The Agnostic RPC Framework
http://agnos.sourceforge.net
Other
14 stars 7 forks source link

build error - heteromap datatype #42

Closed miksovic closed 13 years ago

miksovic commented 13 years ago

cannot build generated code when using a heteromap data type as a service function argument

Error   3   Cannot access a non-static member of outer type 'TestServiceBindings.ClientBindings.TestService.Client' via nested type 'TestServiceBindings.ClientBindings.TestService.Client._Functions'
D:\Projects\Tests\AgnosSpeedTest\CSharp.Client\TestServiceBindings.cs   840 49  CSharp.Client
tomerfiliba commented 13 years ago

the heteroMapPacker had to be referred to as client.heteroMapPacker, because c# doesn't have class-level binding