I am just starting to look into using SnapDevelop to possibly migrate our application and I have been having a difficult time with the demos because it seems that things do not match. I am using SnapDevelop 2019 R3 Build 2622.
As an example, in the demos, when they create a new project they appear to already have in the startup file the line m.UsePowerBuilderIntegrated(); but when I build one I do not get this, and when I try to add it I get red squiggly saying:
Similarly, when I try to add in using DWNet.Data.AspNetCore; I get a similar error.
However, when I download some of the sample code, these lines are in there and they are not giving errors. What am I missing in my project that they have in their sample code?
Thanks!
Brian