I am unable to add OA Domain Service

Asked By 30 points N/A Posted on -
qa-featured

Hi,

I have created a Class Library project and added OA model and few Firebird tables in it. It works properly then I added RIA Services Class Library project to solve, but I am unable to add OA Domain Service. I cleaned and rebuild the entire solution after each change. I have attached the error message. Any help would be really appreciated. Thanks.

Type converter initialized failed

Error

The metadata for field ‘_NAPOMENA’ of class ‘ClassLibrary1.PARTNER’

cannot be initialized: Type converter initialized failed. The converter

with name ‘Binary2ArrayConverter’ does not convert from CLR type

‘System.Byte[]’ to SQL type ‘BLOB SUB_TYPE1’.

Parameter name: converterName

Actual value was OpenAecessRuntime.Data.Binary2ArrayConverter,

Telerik.OpenAccess.Runtime, Version=2011.1.411.2, Culture=neutral,

PublicKeyToken=7ce17eeaf1d59342.

                                                        OK

SHARE
Answered By 0 points N/A #174375

I am unable to add OA Domain Service

qa-featured

To create a class library File menu, click New, and click Project. The New Project dialog box appears.

In Installed Templates section, click the Visual C++ node. Click the Class Library icon in the list of templates. In the Name box, type a unique name for your application, and click Ok.

Related Questions