Good morning,
I got a problem with some of my crosstabs datawindows, when i do a retrieve my crosstab starts blinking and after that the application automatically close.
If somebody can help me with this issue.
Do you know what is happening ?
Regards,
Edi
If it now works OK on your development PC, it should work the same on the deployed PC's assuming that a) you redeploy the App recompiled with build 2703 and B) you update the PB runtime from build 2670 to 2703.
Regards ... Chris
i've deploy my app in a computer which has the PB IDE Build 2703 and the PB Runtime Build 2703 then I installed the app from my computer to another PC, this computes has the IDE Runtime 2703 installed and the PB IDE Build 2703 too, but it continues not working.
I forget to tell you, there's other error in the Event Viewer this.
Event 1026, .NET Runtime
Application: pb190.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: exception code c0000005, exception address 503FF990
Stack:
Not sure if this is your issue but just remember that R3 no longer uses numbering in its DLLs and the location of the R3 runtime is now located via the App EXE which looks for a new XML file that the PB Compile produces. Both the EXE and XML file should now be deployed in the same folder and then make sure that the XML file points to the correct location of the PB R3 runtime where you installed it on the deployment PC.
Also note that the .Net runtime for W10 machines would be the .Net redistributable. FWIW: I am using .Net 4.8.
Regards ... Chris