Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation.
martinsalo
Hallo Forum,
I have developed an Addon on a Computer with:
-- Windows 7 (64 Bit)
-- Visual Studio Express 2013.
-- SAP B1 9.0 PL11 32 Bit.
Now I got a new dev machine:
-- Windows Server 2012 as a virtual machine
-- Visual Studio Professional 2013
-- SAP B1 9.0 PL11 64 Bit.
On my old computer the Addon works fine, but on the new computer I get this error:
Function evaluation disabled because a previous function evaluation timed out. You must continue execution to reenable function evaluation.
The source code:
SwissAddonFramework.B1Connector B1Connection = null;
try {
// The error happen on this line:
B1Connection = SwissAddonFramework.B1Connector.GetB1Connector();
} catch (Exception ex) {
}
In the internet are solution like:
-- Disable: Tools->Options->Debugging->General->"Enable property evaluation and other implicit function calls"
-- I have exchanged the VS Reference Coresuite DLLs with the one in the SAP B1 Folder and with the PL11 sip file from the Website
-- I have set as Compiler target "Any CPU".
Currently I'm re-installing SAP B1 with 32 Bit.
EDIT: I have installed SAP B1 9.0 PL11 (32 Bit) and all worked fine. I dont know how to get the 64 Bit Version working.
Had someone a similar problem?
Martin
Please sign in to leave a comment.
Comments
0 comments