eXpandFramework / eXpand

DevExpress XAF (eXpressApp) extension framework. ๐—น๐—ถ๐—ป๐—ธ๐—ฒ๐—ฑ๐—ถ๐—ป.๐—ฒ๐˜…๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ณ๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ.๐—ฐ๐—ผ๐—บ, ๐˜†๐—ผ๐˜‚๐˜๐˜‚๐—ฏ๐—ฒ.๐—ฒ๐˜…๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ณ๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ.๐—ฐ๐—ผ๐—บ and ๐˜๐˜„๐—ถ๐˜๐˜๐—ฒ๐—ฟ @๐—ฒ๐˜…๐—ฝ๐—ฎ๐—ป๐—ฑ๐—ณ๐—ฟ๐—ฎ๐—บ๐—ฒ๐˜„๐—ผ๐—ฟ๐—ธ and or simply ๐—ฆ๐˜๐—ฎ๐—ฟ/๐˜„๐—ฎ๐˜๐—ฐ๐—ต this repository and get notified from ๐—š๐—ถ๐˜๐—›๐˜‚๐—ฏ
http://expand.expandframework.com
Microsoft Public License
222 stars 115 forks source link

Xpand.XAF.Win.All package was successfully installed, but it is not resolved in project ref. #920

Closed aityahiaidir closed 2 years ago

aityahiaidir commented 2 years ago

Hello.

I have Installed the latest stable version of Xpand.XAF.Win.All, the installation was successfu, but a modules are not resolved. it's impossible to register a modules, I used PackageReferences for nugets format as recommended. I also tried with other standalone (Xpand.XAF.Modules.GridListEditor) module but I get the same result. VS

When i click un the added nugets package, a i get an error "The file cannot be opened in the objects explorer because it is not available or it is not yet generated" knowing that I have build the solution

I tried with both 2017 and 2022 Visual studio. Xpand package version 4.212.8 .Net Framework 4.72 DevExpress 21.2.6

i hope i was clear enough and sorry for my bad english.

apobekiaris commented 2 years ago

post your sample solution please

aityahiaidir commented 2 years ago

find attached my example solution DXApplication1.zip

aityahiaidir commented 2 years ago

When I reopened and checked the project I attached, I found that the references to the Xpand packages disappeared, so the installation did not go as well as the installer had indicated.

Strangely, now the installation went well and everything works, without doing anything, maybe it comes from the configuration of nuget packages manager under Visual studio. Car lorsque j'ai vรฉrifiรฉ le projet que j'ai uplodรฉ les rรฉfrences au package ont disparues

I just want to point out that on the page of GridListEditor it will be necessary to correct the namespace for the module registration.

RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.GridListEditor.GridListEditorModule)); instead RequiredModuleTypes.Add(typeof(Xpand.XAF.Modules.GridListEditorModule));

Now I am facing another problem, after installation the ModelEditor does not open, as I am under Visual studio 2022 I could not install Xpand model designer since it is not supported yet,

I'm going to close this ticket and I'm sorry to have bothered you for nothing