Loading ...

Strong Name Validation By Pass

Hello, here I want to leave a short notice how to manage strong name validation in Windows. For this purpose you can manage via following keys in regedit: To enable the strong-name bypass feature for all applications: switch the value for AllowStrongNameBypass to 1 inHKEY_LOCAL_MACHINE\SOFTWARE\M...

Dashboardpagetitlemodule Does Not Implement Interface Member Px Web Ui Ititlemodule Getdefaultvisibility In Acumatica

Hello everybody, today I want to describe how to live with following error message: Compilation Error Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropria...

Fbql Brackets

Hello everybody, today I want to speak about one very interesting feature of FBQL, which I don't know if exists in BQL. Function Brackets! Take a look on following code sample: var bracketsDemo = SelectFrom<SOOrder>.InnerJoin<SOLine>.On<SOLine.orderNbr.IsEqual<SOO...