コミュニティ

FlexiCapture11 script editor shows error when using "Select" in LINQBridge.dll 回答済み

I am using FlexiCapture11 and using custom LinqBridge.dll developed using .Net 2.0. Basically, it is bridge to use Linq features in .Net 2.0 version.

I tried to use the following code in the script editor - C#.

IEnumerable<char> str = "Test".Select(delegate(char c){return c;});

The script says string doesnt have the "Select" Method.

Does the Flexicapture 11 recognize the Lionbridge - Select extension method / method?

As part of LINQbridge - Lambda expression is also supported.  When tried to use the lambda expression.  The script shows error.

IEnumerable<char> str = "Test".Select(c=>c);

We added System.Core.dll introduced in .Net 3.5 SP1 to use the LINQ features in FlexiCapture 11. But, Script Editor still shows the same errors.

Thanks

この記事は役に立ちましたか?

0人中0人がこの記事が役に立ったと言っています

コメント

1件のコメント

  • Avatar
    Permanently deleted user

    Hello,

    Sorry, the LINQ expressions are not supported in the FC11 script editor. 

    In the FC12 they are supported.

    0

サインインしてコメントを残してください。