HI,
We are getting this error in Output window.
'System.BadImageFormatException' in Abp.dll
not able to generate with fresh download.
We dont have any case to reproduce the issue.
HI,
Added dynamsoft package in angular,
No any change in Application Layer.
It was workig properly but suddenly it gives this error.
System.BadImageFormatException HResult=0x8007000B Message=Bad IL format. Source=System.Private.CoreLib StackTrace: at System.Runtime.Loader.AssemblyLoadContext.LoadFromPath(IntPtr ptrNativeAssemblyLoadContext, String ilPath, String niPath, ObjectHandleOnStack retAssembly) at System.Runtime.Loader.AssemblyLoadContext.LoadFromAssemblyPath(String assemblyPath) at System.Reflection.Assembly.LoadFile(String path) at System.Linq.Enumerable.WhereSelectEnumerableIterator
2.ToList()
at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at System.Lazy
1.ViaFactory(LazyThreadSafetyMode mode)
at System.Lazy1.ExecutionAndPublication(LazyHelper executionAndPublication, Boolean useDefaultConstructor) at System.Lazy
1.CreateValue()
at Abp.PlugIns.FolderPlugInSource.GetModules()
at Abp.PlugIns.PlugInSourceExtensions.GetModulesWithAllDependencies(IPlugInSource plugInSource)
at System.Linq.Enumerable.SelectManySingleSelectorIterator2.MoveNext() at System.Linq.Set
1.UnionWith(IEnumerable1 other) at System.Linq.Enumerable.DistinctIterator
1.FillSet()
at System.Linq.Enumerable.DistinctIterator1.ToList() at System.Linq.Enumerable.ToList[TSource](IEnumerable
1 source)
at Abp.Modules.AbpModuleManager.FindAllModuleTypes(List1& plugInModuleTypes) at Abp.Modules.AbpModuleManager.LoadAllModules() at Abp.AbpBootstrapper.Initialize() at Abp.AspNetCore.AbpApplicationBuilderExtensions.InitializeAbp(IApplicationBuilder app) at Abp.AspNetCore.AbpApplicationBuilderExtensions.UseAbp(IApplicationBuilder app, Action
1 optionsAction)
at DpSecure.Web.Startup.Startup.Configure(IApplicationBuilder app, IHostingEnvironment env, ILoggerFactory loggerFactory) in D:\02 Working\DpSecureCORE\DpSecure\src\DpSecure.Web.Host\Startup\Startup.cs:line 179
`
Thanks
Hi,
Is there any way to set this globally to convert all properties to uppercase or lowercase.
Thanks
No,
We need an example to do this.
Can you please help us to solve this.
Thanks
Hi,
How can we catch any server error in Anguar.
in current application we need to refresh the borwser [F5] to redirect to the login page
Thanks
Hi,
we have successfully integrated devexpress report in aspnetzero,
https://support.aspnetzero.com/QA/Questions/6219
https://support.aspnetzero.com/QA/Questions/6219
Please check below mentioned code.
new AppMenuItem('Transactions', '', 'flaticon-list-3', '', [
new AppMenuItem('Market', '', 'flaticon-app', '', [
new AppMenuItem('Sell', null, 'fa fa-circle-o', '/app/main/Market', [], false, { MODE: 'S' }),
new AppMenuItem('Buy', null, 'fa fa-circle-o', '/app/main/Market', [], false, { MODE: 'B' })
]),
]),
We are using same route for both menus. When we click first (Sell) menu Parameter value getting properly, But after clicking on Second (Buy) Menu we are not getting changed parameter value in queryParams.
May be Market.component.ts page is not refreshed after clicking Second menu.
this.modeText = this._activatedRoute.snapshot.queryParams['MODE'] || '';
Thanks for help.
But how to read on landing page?
Please guide us in detail.