Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "rvanwoezik"

In my navigation menu (angular) i like to import the FeatureCheckerService, so i can display menu items only for certain tenants/editions.

Like this: new AppMenuItem('Users', 'Pages.Administration.Users', 'flaticon-users', '/app/admin/users', undefined, undefined, undefined, () => { return this._featureCheckerService.isEnabled('App.ChatFeature'); })

But how to import the FeatureCheckerService?

import { FeatureCheckerService } from '.............

I want to debug the android app on my Phone connected via USB to workstation. I followed all steps mentioned here.

But my android app can't connect with server

Tried to turnoff firewall but get same error.

Windows 10, Samsung Galaxy 9+

Any advice?

Thnx! This is wat i have done in UserManager.cs:

public User GetUserBySomId(int somId) { return Users.FirstOrDefault(u => u.SpotOnMedicsId == somId); } And it works

Hi @maliming, thanks for your quick reply. Shoud i use the IRepository<User, long> in my method to find the user??

I have added an external Id to users: SomId. Now i want to add a GetUserBySomId(int somId)

What is the best Zero way to do that?

Thanks in advance, Rene van Woezik

Can anyone point me in a direction, preferable with some samples, how to connect to sharepoint online from asp.net zero and display sharepoint folder with files?

Tried Google without succes. Must be my Google Skills.

Thanks in advance, Rene van Woezik

Thnx!

Angular component question

Is it possible to set the cssClass of user-profile-picture.component in the containing html page?

for instance:

 <friend-profile-picture [profilePictureId]="selectedUser.friendProfilePictureId" [userId]="selectedUser.friendUserId" [tenantId]="selectedUser.friendTenantId" [cssClass]="'kt-widget3__img"></friend-profile-picture>

Thanks in advance, Rene van Woezik

@ryancyq Thnx!

I've downloaded Angular Core version one solution, when i start the mobile solution i get the following errors when building:

Severity Code Description Project File Line Suppression State Error File on disk is not included in project FP.Phoogle.Mobile.Droid C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Droid\Renderer\FontExtensions.cs 0 Warning CS0618 'Frame.OutlineColor' is obsolete: 'OutlineColor is obsolete as of version 3.0.0. Please use BorderColor instead.' FP.Phoogle.Mobile.Shared C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Shared\Controls\CardView.cs 14 N/A Warning CS0618 'BindableProperty.Create<TDeclarer, TPropertyType>(Expression<Func<TDeclarer, TPropertyType>>, TPropertyType, BindingMode, BindableProperty.ValidateValueDelegate<TPropertyType>, BindableProperty.BindingPropertyChangedDelegate<TPropertyType>, BindableProperty.BindingPropertyChangingDelegate<TPropertyType>, BindableProperty.CoerceValueDelegate<TPropertyType>, BindableProperty.CreateDefaultValueDelegate<TDeclarer, TPropertyType>)' is obsolete: 'Create<> (generic) is obsolete as of version 2.1.0 and is no longer supported.' FP.Phoogle.Mobile.Shared C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Shared\Controls\HideableToolbarItem.cs 10 N/A Warning The referenced component 'System.ObjectModel' could not be found. FP.Phoogle.Mobile.Droid Warning The referenced component 'System.Threading.Tasks' could not be found. FP.Phoogle.Mobile.Droid Warning Found conflicts between different versions of "Microsoft.CSharp" that could not be resolved. These reference conflicts are listed in the build log when log verbosity is set to detailed. FP.Phoogle.Mobile.Droid Warning The referenced component 'System.Runtime' could not be found. FP.Phoogle.Mobile.Droid Warning The referenced component 'System.Collections' could not be found. FP.Phoogle.Mobile.Droid Warning The $(TargetFrameworkVersion) for FFImageLoading.Platform.dll (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project. FP.Phoogle.Mobile.Droid C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Droid\FP.Phoogle.Mobile.Droid.csproj Warning The $(TargetFrameworkVersion) for FFImageLoading.Forms.Platform.dll (v9.0) is greater than the $(TargetFrameworkVersion) for your project (v8.1). You need to increase the $(TargetFrameworkVersion) for your project. FP.Phoogle.Mobile.Droid C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Droid\FP.Phoogle.Mobile.Droid.csproj Warning NU1701 Package 'modernhttpclient 2.4.2' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. FP.Phoogle.Application.Client C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Application.Client\FP.Phoogle.Application.Client.csproj 1 Warning NU1701 Package 'Microsoft.Bcl 1.1.6' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. FP.Phoogle.Mobile.Shared C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Shared\FP.Phoogle.Mobile.Shared.csproj 1 Warning NU1701 Package 'Microsoft.Bcl.Async 1.0.165' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. FP.Phoogle.Mobile.Shared C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Shared\FP.Phoogle.Mobile.Shared.csproj 1 Warning NU1701 Package 'modernhttpclient 2.4.2' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. FP.Phoogle.Mobile.Shared C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Shared\FP.Phoogle.Mobile.Shared.csproj 1 Warning NU1701 Package 'PCLStorage 1.0.2' was restored using '.NETPortable,Version=v0.0,Profile=Profile259, .NETFramework,Version=v4.6.1' instead of the project target framework '.NETStandard,Version=v2.0'. This package may not be fully compatible with your project. FP.Phoogle.Mobile.Shared C:\Users\RenevanWoezik\Downloads\Phoogle6.91\Phoogle\src\FP.Phoogle.Mobile.Shared\FP.Phoogle.Mobile.Shared.csproj 1 Warning MSB3245 Could not resolve this reference. Could not locate the assembly "ImageCircle.Forms.Plugin.Abstractions". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. FP.Phoogle.Mobile.Shared C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets 2110

Showing 71 to 80 of 179 entries