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

Namespace missing #932

Closed igortanaskoski closed 2 years ago

igortanaskoski commented 2 years ago

Hi, We suspect there is a bug in the Excelimporter.web module. As you can see in the screenshot it seems there is no Web namespace in the eXpand.ExcelImporter.Web nuget package.

steps to recreate: We created a new empty XAF solution( .Net core + Blazor + XPO + Standard Authentication) without modules. Build this solution and then add the nuget package eXpand.ExcelImporter.Web in the {ProjectName}.Module.Blazor project. Again we did build the solution without problems. After this we have added the required registration line RequiredModuleTypes.Add(typeof(Xpand.ExpressApp.ExcelImporter.Web.ExcelImporterWebModule)); in the BlazorModule.cs and as you can see from the screenshot there is a problem.

Is it something on our end or is the namespace really missing? Thanks Screenshot 2022-05-07 175438

apobekiaris commented 2 years ago

eXpand.ExcelImporter.Web is not ported to Blazor

igortanaskoski commented 2 years ago

thanks, now it makes sense .