Search found 10 matches

by joble
Tue Dec 10, 2019 4:27 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Bob,

We do not have SoftPro source code, we do have only the Select.Client dlls to include in our project. Hence the above mentioned Nuget reference update will not work here. Hence I am requesting to provided the Select.Client dlls which got updated with the Nuget reference.

Regards,
Joble
by joble
Mon Dec 02, 2019 11:43 pm
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Bob, I did the same way as you mentioned, added the Nuget package to the project, but that still didn't solve the issue. My point is here is that none of my component made any reference to IronPython.dll and hence even if I add this reference, this will not have any impact or change. However, I b...
by joble
Wed Nov 27, 2019 1:02 pm
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

But how does it resolve then just adding the reference of IronPython.
This might internally referreing the new refernce, so the softpro dll will get updated with new timestamp.
So we should get use this for the custom application build.


Regards,
Joble
by joble
Wed Nov 27, 2019 3:15 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Deepak, Since we are consuming the select.client dll and we are not adding any IronPythen reference in our project. Since the updated reference with IronPython would have created a new version of select.client dlls and we need that for our application to use. So how can we get this updated select...
by joble
Wed Nov 27, 2019 3:14 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Deepak, Since we are consuming the select.client dll and we are not adding any IronPythen reference in our project. Since the updated reference with IronPython would have created a new version of select.client dlls and we need that for our application to use. So how can we get this updated select...
by joble
Wed Nov 27, 2019 3:13 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Deepak, Since we are consuming the select.client dll and we are not adding any IronPythen reference in our project. Since the updated reference with IronPython would have created a new version of select.client dlls and we need that for our application to use. So how can we get this updated select...
by joble
Wed Nov 27, 2019 3:13 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Deepak, Since we are consuming the select.client dll and we are not adding any IronPythen reference in our project. Since the updated reference with IronPython would have created a new version of select.client dlls and we need that for our application to use. So how can we get this updated select...
by joble
Fri Nov 22, 2019 2:23 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hi Bob,

I checked the SoftPro 4.6.3 version installed and found that for the below mentioned IronPython.dll also using the 2.7.3 version itself.
Is there any further investigation result on this ?
Or is there any steps that we can apply to resolve this.
by joble
Tue Nov 12, 2019 12:08 am
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

Hello, Below is the method for GetDocumentsForOrder public static List<Object> GetDocumentsForOrder(NewVentureEscrow.Order o, String role) { //String orderNum = "150263JP"; if (UserAttachments == null) { UserAttachments = new Dictionary<string, object>(); } String orderNum = o.ordernumber;...
by joble
Fri Nov 08, 2019 9:17 pm
Forum: General
Topic: Error after updating DLL to 4.6
Replies: 19
Views: 6661

Re: Error after updating DLL to 4.6

I have tried with even taking all the dll of SoftPro Select of 4.6.3 version. SoftPro.Select.Client.Formula.FormulaCompilationConfiguration -> Can we get the information on this class, is it included in SoftPro.Select.Client.dll or any new dll which is missing in the package for the web application ...