Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index

Hi.. I got this message "Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index" When I am trying to use a custom function with a params decim...

Id #14981 | Release: None | Updated: Mar 30 at 11:02 PM by CuBop | Created: Mar 30 at 11:00 PM by CuBop

Unit test suit fails

I downloaded last source then ran the unit test suit provided in the Tests project of the solution. Test suit failed with the following result : Passed 43, Failed : 1, Errors: 11 See my TestResul...

Id #14732 | Release: None | Updated: Feb 7 at 11:53 PM by PulsarBlow | Created: Feb 7 at 11:53 PM by PulsarBlow

int64 value parsing seems to fail for simple expressions with overflow error

Following expressions seems to fail even though value is very much within limit. 3000000000L < 0 3000000000L < 0L CAST( 3000000000, long ) < 0 All of the above throws an error that arithmetic ove...

Id #14660 | Release: None | Updated: Jan 23 at 6:15 AM by srajasekar | Created: Jan 20 at 1:14 PM by srajasekar

Bug in LiteralElement.EmitLoad method

Attached: Modified LiteralElement.vb file There is a bug in the int64 specific method: Protected Shared Sub EmitLoad(ByVal value As Int64, ByVal ilg As FleeILGenerator) Reproduction: Try evalua...

Id #14436 | Release: None | Updated: Nov 15 2011 at 2:52 PM by cozyroc | Created: Nov 15 2011 at 2:52 PM by cozyroc

Create NuGet package

Please publish a NuGet package. Thank you!

Id #14272 | Release: None | Updated: Sep 20 2011 at 6:11 PM by mteper | Created: Sep 20 2011 at 6:11 PM by mteper

Changes I made to show more information in exceptions

I changed two methods Public Function TopologicalSort(ByVal sources As Queue(Of T)) As IList(Of T) Dim output As IList(Of T) = New List(Of T) Dim directDependents As IList(Of T) = New List...

Id #14002 | Release: None | Updated: Jul 28 2011 at 9:10 PM by luizfbicalho | Created: Jul 28 2011 at 9:10 PM by luizfbicalho

Compilation "PI * R * R = AREA" expression raise Exception

Compilation "PI * R * R = AREA" expression raise Exception "ArithmeticElement: Operation 'Multiply' is not defined for types 'Double' and 'Decimal" It it wrong because all variables (PI, R, AREA) ...

Id #13433 | Release: None | Updated: May 19 2011 at 10:18 AM by ScaryCow | Created: Apr 28 2011 at 9:54 AM by raal

Overloaded operatorson base class do not work

Scenario: Base class has overloaded operator (like '+'). Derived class does not have overloaded operator. Attempts to use two instances (as variables) of the derived class with the operator fails.

Id #12628 | Release: None | Updated: Dec 3 2010 at 9:37 PM by rmyer | Created: Dec 3 2010 at 9:37 PM by rmyer

Convert source code to C# Silverlight application

Where to find C# source code ? How to use Reflector or other tool to convert solution to C# Silverlight application ?

Id #12065 | Release: None | Updated: Oct 2 2010 at 6:44 PM by kobruleht | Created: Oct 2 2010 at 6:44 PM by kobruleht

Using as C# scripting engine from Silverlight application

Thank you. Flee works now. How to modify flee to use Flee as c# scripting engine in Silverlight, eq. execute var i=3; MessageBox.Show("Hello, world "+ i.TosTring() ); script from C# application?...

Id #12064 | Release: None | Updated: Oct 2 2010 at 6:42 PM by kobruleht | Created: Oct 2 2010 at 6:42 PM by kobruleht