Hello,
I have a working program that uses QuickOPC-UA. Now a large customer wants to run this program on their old Windows XP computers:(
So I'm trying to downgrade to .NET Framework 4.0, which is the last one that XP supports (or the other way around)
I have tried to use NuGet and re-install the QuickOpc package
package id="OpcLabs.QuickOpc" version="5.53.405" targetFramework="net40"
but in the OpcLabs.QuickOpc.5.53.405 directory in Packages it says
E:\Users\ame\source\repos\Seco Tools\DCMatrixPlus - XP\packages\OpcLabs.QuickOpc.5.53.405\lib\net452
and I get errors when compiling
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3274: The primary reference "OpcLabs.BaseLib, Version=5.54.1311.1, Culture=neutral, PublicKeyToken=6faddca41dacb409, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
Is it possible to use QuickOPC-UA with .NET Framework 4.0 ?
// Anders
NB! I know that Windows XP is dead, but the customer has many+ machines that uses XP, so they wont upgrade...
I have a working program that uses QuickOPC-UA. Now a large customer wants to run this program on their old Windows XP computers:(
So I'm trying to downgrade to .NET Framework 4.0, which is the last one that XP supports (or the other way around)
I have tried to use NuGet and re-install the QuickOpc package
package id="OpcLabs.QuickOpc" version="5.53.405" targetFramework="net40"
but in the OpcLabs.QuickOpc.5.53.405 directory in Packages it says
E:\Users\ame\source\repos\Seco Tools\DCMatrixPlus - XP\packages\OpcLabs.QuickOpc.5.53.405\lib\net452
and I get errors when compiling
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(2110,5): warning MSB3274: The primary reference "OpcLabs.BaseLib, Version=5.54.1311.1, Culture=neutral, PublicKeyToken=6faddca41dacb409, processorArchitecture=MSIL" could not be resolved because it was built against the ".NETFramework,Version=v4.5.2" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.0".
Is it possible to use QuickOPC-UA with .NET Framework 4.0 ?
// Anders
NB! I know that Windows XP is dead, but the customer has many+ machines that uses XP, so they wont upgrade...