Base solution for your next web application

Activities of "MarkEaston"

Hi there @Velu. I have just recently got Devexpress Reports working with our ASP.NET Zero Angular solution.

I simply did it by ceating a separate Webapp for the DevExpress Report server then in my Angular app working with that. In my main Webapp I keep a record of the reports generated in a Reports table, using the ReportUrl as the key.

So on client side i get a list of reports and then when the user wants to view or design the report - work with the DXReports app (and AzureStorage) to do that.

Id be very interested in seeing your integration. If you can share that with me at [email protected], that would be great.

Cheers Mark

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? - "version": "9.2.0",
  • What is your product type (Angular or MVC)? - Angular
  • What is product framework type (.net framework or .net core)? - .net core

If issue related with ABP Framework

  • What is ABP Framework version? - "version": "9.2.0",

I have downloaded and am using your latest version. But am seeing some weird problems. For now I will just report one that is easy to see:

In the Chat bar Component you have:

 <div *ngIf="message.side === 1" class="d-flex flex-column mb-5 align-items-start">
	<div class="d-flex align-items-center">
		<div class="symbol symbol-circle symbol-40 mr-3">
			<a target = "_blank" rel="noopener noreferrer" title="" href="{{profilePicture}}"><img src="{{profilePicture}}" alt=""></a>
		</div>
		<div>
			<a href="#"
				class="text-dark-75 text-hover-primary font-weight-bold font-size-h6">{{currentUser.userName}}</a>
			<time
				class="text-muted font-size-sm timeago">{{ getFixedMessageTime(message.creationTime) | momentFromNow }}</time>
			{{message.readStateCheck}}
		</div>
	</div>
</div>

But if you look at ChatMessageDto - ReadStateCheck is not a property.

Hi there,

That link does not work. What should it be?

Cheers Mark

I did - see attached screenshot.

But still cant access anything at that link above.

I am logged on to GitHub as markeaston63

Product Version: v9.2.1 Product Type: Angular Framework: .NET Core

Issue: when I go to https://cc-api-svc-p-aue.azurewebsites.net/ it keeps redirecting to Error?statusCode=404.

I have just deployed server side to Azure. I have done this before with oyther ASP.NET Zero webapps, but this time I just cant get it to work. The database connection is fine. Nothing is being written to log.txt

I have a har file but I cant see how to attach it to this issue.

As there is no way to attach files to your issues - I will instead attach a snip of then Dev Tools Network page:

This is becoming quite frustrating. Its working perfectly locally. I cant move forward without getting this into azure.

I have checked it against my other ASP.NET Zero webapp - https://ef-hubapi-svc-t-aue.azurewebsites.net (which works perfectly fine) - and I cant see any differences.

I have checked my Azure Devops build and release pipelines and they match the ones I have for https://ef-hubapi-svc-t-aue.azurewebsites.net.

So why is https://cc-api-svc-p-aue.azurewebsites.net/ not working???

I see this exception, but my db connection string is ok - I have even had that connection string checked in Azure using their diagnostic tools ....

· at Microsoft.Data.SqlClient.SqlConnectionString..ctor

· at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions

· at Microsoft.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup

· at Microsoft.Data.SqlClient.SqlConnection.ConnectionString_Set

· at Microsoft.Data.SqlClient.SqlConnection.set_ConnectionString

· at Microsoft.Data.SqlClient.SqlConnection..ctor

· at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection.CreateDbConnection

· at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.get_DbConnection

· at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open

· at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction

· at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.<>c__DisplayClass26_0.<BeginTransaction>b__0

· at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.<>c__DisplayClass12_02.<Execute>b__0

· at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult]

· at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult]

· at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult]

· at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.BeginTransaction

· at Abp.EntityFrameworkCore.Uow.DbContextEfCoreTransactionStrategy.CreateDbContext[TDbContext]

· at Abp.EntityFrameworkCore.Uow.EfCoreUnitOfWork.GetOrCreateDbContext[TDbContext]

· at Abp.EntityFrameworkCore.Uow.UnitOfWorkExtensions.GetDbContext[TDbContext]

· at CloudCafe.Migrations.Seed.SeedHelper.WithDbContext[TDbContext]

· at CloudCafe.Migrations.Seed.SeedHelper.SeedHostDb

· at CloudCafe.EntityFrameworkCore.CloudCafeEntityFrameworkCoreModule.PostInitialize

· at Abp.Modules.AbpModuleManager.<>c.<StartModules>b__15_2

· at System.Collections.Generic.List1.ForEach

· at Abp.Modules.AbpModuleManager.StartModules

· at Abp.AbpBootstrapper.Initialize

· at Abp.AspNetCore.AbpApplicationBuilderExtensions.InitializeAbp

· at Abp.AspNetCore.AbpApplicationBuilderExtensions.UseAbp

· at CloudCafe.Web.Startup.Startup.Configure

· at System.RuntimeMethodHandle.InvokeMethod

· at System.Reflection.RuntimeMethodInfo.Invoke

· at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke

· at Microsoft.AspNetCore

For some reason the website just keeps going to the Error page. Why? Why does it work perfectly locally,

I also have a support request open with Microsoft. They are saying it is an Application Error.

This is what Microsoft said ....

Hello Mark, I hope you are fine,

Thank you for contacting Microsoft Support, my name is Isidro Hernandez and I will be your Microsoft Azure Software Support Engineer, from the App Service team who will be working with you on this service request.

Please reach me using the contact information listed below on my signature, referencing the service request number [120120726005246 - Its not receiving any requests]

From the case description I understand that you are not receiving any request from the app service cc-api-svc-p-aue. I have monitored the app service, below my findings:

On the app service we were able to find 500 errors, this server errors belong to the application level and are related to the application code.

Please find below the exceptions we captured: Exception

· at Microsoft.Data.SqlClient.SqlConnectionString..ctor

· at Microsoft.Data.SqlClient.SqlConnectionFactory.CreateConnectionOptions

· at Microsoft.Data.ProviderBase.DbConnectionFactory.GetConnectionPoolGroup

· at Microsoft.Data.SqlClient.SqlConnection.ConnectionString_Set

· at Microsoft.Data.SqlClient.SqlConnection.set_ConnectionString

· at Microsoft.Data.SqlClient.SqlConnection..ctor

· at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerConnection.CreateDbConnection

· at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.get_DbConnection

· at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.Open

· at Microsoft.EntityFrameworkCore.Storage.RelationalConnection.BeginTransaction

· at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.<>c__DisplayClass26_0.<BeginTransaction>b__0

· at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.<>c__DisplayClass12_02.<Execute>b__0

· at Microsoft.EntityFrameworkCore.SqlServer.Storage.Internal.SqlServerExecutionStrategy.Execute[TState,TResult]

· at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult]

· at Microsoft.EntityFrameworkCore.ExecutionStrategyExtensions.Execute[TState,TResult]

· at Microsoft.EntityFrameworkCore.RelationalDatabaseFacadeExtensions.BeginTransaction

· at Abp.EntityFrameworkCore.Uow.DbContextEfCoreTransactionStrategy.CreateDbContext[TDbContext]

· at Abp.EntityFrameworkCore.Uow.EfCoreUnitOfWork.GetOrCreateDbContext[TDbContext]

· at Abp.EntityFrameworkCore.Uow.UnitOfWorkExtensions.GetDbContext[TDbContext]

· at CloudCafe.Migrations.Seed.SeedHelper.WithDbContext[TDbContext]

· at CloudCafe.Migrations.Seed.SeedHelper.SeedHostDb

· at CloudCafe.EntityFrameworkCore.CloudCafeEntityFrameworkCoreModule.PostInitialize

· at Abp.Modules.AbpModuleManager.<>c.<StartModules>b__15_2

· at System.Collections.Generic.List1.ForEach

· at Abp.Modules.AbpModuleManager.StartModules

· at Abp.AbpBootstrapper.Initialize

· at Abp.AspNetCore.AbpApplicationBuilderExtensions.InitializeAbp

· at Abp.AspNetCore.AbpApplicationBuilderExtensions.UseAbp

· at CloudCafe.Web.Startup.Startup.Configure

· at System.RuntimeMethodHandle.InvokeMethod

· at System.Reflection.RuntimeMethodInfo.Invoke

· at Microsoft.AspNetCore.Hosting.ConfigureBuilder.Invoke

· at Microsoft.AspNetCore

If you have additional concerns, please let me know. We will be more than happy to help.

Looking forward to your response,

Best Regards, Isidro M Hernandez | Support Engineer | Azure Support

Email: : : [email protected] | Manager: [email protected]

Working hours: 08:00 AM – 05:00 PM CST | Local Time

Showing 1 to 10 of 21 entries