Hi,
Thanks a lot.I have used liked that and now it is working :)
Hi,
I have done as shown below.But it says : duplicate identifier uploader Hope this is my technical issue.Can you tell me how to declare it ? Thanks.
uploader: FileUploader = new FileUploader({
url: AppConsts.remoteServiceBaseUrl + '/api/DocumentUpload/AddDocument',
authToken: 'Bearer ' + this._tokenService.getToken()
});
this.uploader.onAfterAddingFile = (file) => {
file.withCredentials = false;
};
Hi ismcagdas,
Awesome ! Thanks a lot.I'll try that and will let you know :)
Hi,
Yes,me too used the link which you have mentioned on the "developing an application step by step" doc.On that link first tab is "fontawsome icons" tab.I have tried to use that classes directly and didn't work.Anyway I have used it as you mentioned and now it is working.Thanks a lot :)
Hi ismcagdas,
Thanks a lot.Now I can access it :)
Hi ismcagdas,
I don't have permission on Git Repo. Can you please allow me ?
Hi ismcagdas,
Wow ...It is Great news.Thanks a lot.We're awaiting for that :)
Hi mysterio21troy,
Thanks a lot.That was the issue.My cli version was ^1.0.0-beta.24 .Still it's having issues :( I have changed as you mentioned and now it is working fine :)
I would like to ask few questions from you :
Can you tell me about your development environment with latest abp ? Are you using 2 instances of VS 2015 or what ? Using 2 instances of VS has been killed the performance of my machine :(
How you're publishing the app ? We can publish core project to azure.But what about client thing ? Unable to find out the information about these things on the latest abp doc yet.Please provide us your real experience with this.Thanks.
I have done that.Please see it.
<a class="postlink" href="https://github.com/aspnetboilerplate/module-zero-core-template/issues/8">https://github.com/aspnetboilerplate/mo ... e/issues/8</a>
I have done that and now it gives this error.Can you tell why ?
Errors in D:\Freelance Work\Waqar\EmployeeManagementApp\src\Tplex.EmployeeManagementApp.Web\Tplex.EmployeeManagementApp.Web.xproj
Package Microsoft.NETCore.App 1.1.0 is not compatible with net461 (.NETFramework,Version=v4.6.1). Package Microsoft.NETCore.App 1.1.0 supports: netcoreapp1.0 (.NETCoreApp,Version=v1.0)
One or more packages are incompatible with .NETFramework,Version=v4.6.1.