Closed DSCmattb closed 2 years ago
this class lives in the Xpand.ExpressApp assembly which declares the XpandSystemModule and the hosting page is the eXpandSystem
Yeah so I have the references in place from when we were using the DLL.
The module it is going into is netstandard2.0 which used to work with the dll itself.
This is what I see for the references with that included:
first I want to mention that since you interested for the eXpandSystemWin
you do not need to install the eXpandLib and the eXpandSystem as it is implied that they are transitive dependencies and they will be install as well.
can u reproduce the problem in an empty XAF solution where the eXpandSystemWin is installed? provide the sample if yes please
The module it is going into is netstandard2.0 which used to work with the dll itself.
not exactly sure what u mean by this but at lease the main framework packages targetframework is the net461 at least for now
Hmm, so previously we were running the assemblies in our .netstandard agnostic module base without any issues. However since it comes through nuget it no longer seems to pull the reference through correctly. Ill change back to net462 for now.
without a sample cannot say much, however note that we have all WIndows,WebForms,WindowsDesktop(.netcore) consuming the packages from the Easytests and everything is green
I just made a sample app and switching it from net462 to netstandard2.0 causes issues
I can send it if you'd like.
yes i can have a look please post it
unfortunately i fail to start your project cause of the broken dependecies, however from a quick look saw that you tried to install eXpandSystem
which is a net461 package in a netstandard2.0 module? Judging from what we know that netstandard is a platform specification what you try to do does not make sense
However when we using Xpand 20.1.401.0 with the dll's referenced manually it worked correctly. Even though the module was netstandard2.0
as I said the main framework assemblies targetframework was net461 and did not change. Your sample tries to consume .NETFramework assemblies from netstandard this is totally wrong. What is ported to netstartard are the Xpand.XAF.Modules. ,Xpand.Extensions. and they can be consumed from .NET461.
Closing issue for age. Feel free to reopen it at any time.
.Thank you for your contribution.
𝗤𝘂𝗲𝘀𝘁𝗶𝗼𝗻 We use AllowEditAttribute and are converting to use the nuget packages.
Which package is it included in?