Base solution for your next web application

Activities of "sampath"

Hi ismcagdas,

Ok, Thanks.

Actually, it was a very strange issue. I have created 2 Dtos on 2 different layers with the same name (i.e. DocumentDto). Two layers are Application layer and Web.Core layer. After that Swagger UI showed above error.I have renamed One Dto and then problem vanished. Very strange no? Any thoughts?

Hi ismcagdas,

Thanks a lot for the feedback.

But I didn't get this, This class syncs the user data from users table to your new table.So can you please explain a little bit more about that? Thanks.

Hi,

I have found out the issue.But can you tell me is there any log details related to this issue? If so where? In the table or text file.I tried to see that on AbpAuditLogs table.But there are no such errors for this event.Please tell me how to see the log details.Thanks.

Hi ismcagdas,

Actually, I have to work on 2 solutions due to the request of my client. Hope then the steps are the same no ? I mean I have to follow the same steps which you have mentioned above no ? Thanks.

Hi ismcagdas,

OK sure.Thanks a lot for the info :)

Hi ismcagdas,

Can we separate it again after merging ? B'cos my client asked this from me. He likes separated projects (server and client) when project will have more developers.But now I'm the only developer and I would like to have a single solution. Is that possible. Thanks.

Hi All,

Excellent answer ismcagdas. It'll help a lot :)

Actually me too don't have any experience with Azure continues integration.I just publish my app to production (Azure) using VS 2015.Please see the below article.Hope that will help to you @alaamh.

<a class="postlink" href="https://docs.microsoft.com/en-us/azure/cloud-services/cloud-services-continuous-delivery-use-vso">https://docs.microsoft.com/en-us/azure/ ... ry-use-vso</a>

Hi alaamh,

Haha..... You too in my boat :)
I didn't do this yet due to too many other works.But I'll definitely do that within this weekend.So please go ahead and share you experience with us.Good Luck ! :)

Here is the link :

[https://www.aspnetzero.com/Documents/Merge-Angular-Client-Server])

Hi,

Thanks a lot for the support.That was the exact reason. I was missed this line on initFileUploader().

self.uploader.setOptions(self.uploaderOptions);

When I put that now no issues :)

Hi,

I have called that initFileUploader method on component's ngOnInit() method as shown below.

ngOnInit(): void {
        this.initFileUploader();
    }

It shows authToken on page load moment. But that too related to the signalR like below. But cannot see anything when I press the Upload image button. Can you tell me where I have a problem.Thanks.

Note : I can go to the web Api method though.

Showing 11 to 20 of 125 entries