Array pointer to numbers in C#
This may sound strange, but can users assign an array pointer to a number; mainly an integer; If it can be, then would users provide me some examples? For example: arr[0]=45; arr[1]=18; arr[2]=7; arr[3]=60; arr[4]=61; arr[5]=10; …
Failed to resolve Android.Gms.Common.Zzc in Release
I have a problem when I build this app in RELEASE mode only. In debug it works no problem, but in release I get this build error and I can't figure out what it could be.. Any idea? Severity Code Description Project File Line Suppression State …
How can I access a specific collectionview child? In this case, the label “DataCadastroLabel”
I want to change the value of VerticalOptions. I can't directly access this label, even if I pass its name DataCadastroLabel. These layout changes are only to adapt some components to the device's landscape mode XAML <CollectionView…
how to check if the tab is closed in asp.net
i want know who connected/disconnected to my web app i created a table in database that update if a user connected but i'am stuck in if is closed tab i want update it to disconnected please help
How to add permission to com.sec.android.provider.badge.BadgeProvider uri content://com.sec.badge/apps in Xamarin Forms
Am getting below error on my Samsung phone running android 10. i have been try to fix this for days now and no luck. I have added <uses-permission android:name="com.sec.android.provider.badge.permission.WRITE" /> …
Update panel is not working by CSP
Update panel is not working if content security policy is self. This is in asp.net classic please suggest. Note:I am not prefer to put unsafe-inline or unsafe-eval
Xamarin Forms UWP. Nuget Package Downgrade whilst building
I am creating A UWP version of a Xamarin App from a previously successfully deployed XF Android version of the App (Simple? It seems not!) and I seem to be stuck in an interminable loop of updates and errors which I cannot resolve. Before the detail…
Xamarin Forms UWP. Nuget Package Downgrade whilst building
I am creating A UWP version of a Xamarin App from a previously successfully deployed XF Android version of the App (Simple? It seems not!) and I seem to be stuck in an interminable loop of updates and errors which I cannot resolve. Before the detail…
Runnin SSRS Report from Razor Page
I have created a Razor Page containing a form which will be filled by user & then user will try to generate report from SSRS. I have two questions: How can I pass the parameters to SSRS report? How can I save generated report (in Excel) in…
I want to know how to avoid filters and blocks. Thank you!
Thanks.hgfntftgfc cgcimhfkuymg
Can .Net Core MVC application be deployed on Windows Server 2008
Hi, There is .Net Core MVC Application and wanted to deploy that to Windows Server 2008. Can I know if that's possible? If its not possible what are all the alternatives. Thanks, Ramya
IIS App Domain restarting unexpectedly
We have handler based web application hosted on IIS. It is "HttpHandler" based routing application. The handlers receive approximtalet two to three thousand requests per second to serve data. The IIS App_domain getting restarted unexpectedly…
SetAccessControl() issues this: Attempted to Perform An Unauthorized Operation
I am a guy who designs and codes programs for Windows 10 desktops. I am puzzled by the error message. How do I work around the complaint from Microsoft's software? How can I make my code authorized? public static void…
Asynchronous programming in calling a function which read DB
From the main form, the SettingForm is loaded by clicking a toolbar button. In the SettingForm_load event, the setting data is read by calling the function(ReadData) which read data from database. After that, display the setting data(DisplayData) on…
How to apply different header and footer styles for different group levels?
Here's the output of a sample app with multilevel grouping: Here's the link of the sample app. In that I've a DataTrigger for styling headers and footers which are not BottomLevel and as a result same style is applied to all those levels. What I…
Improve CollectionView Performance
We have a landing page that has this layout: When you click on one of the section buttons, the ObservableCollection in the ViewModel is set to another list as so: private async void processtableOfContentsListView_ItemTapped(object sender,…
"Invalid file path" error
Hi there, I added a "icons1.ttf" file under \Android\Resources\Fonts directory and VS 2019 keeps on giving the error message : "invalid file path 'S:\Ulvi\Apps\samples\Mobile1\Mobile1.Android\obj\Debug\90\res\fonts\icons1.ttf'. And it…
Accessing / Downloading certificate from Xamarin.University
Hi there I know, Xamarin.University has gone for quite a while but I just wonder if there is a way to download or access my certificate I did there once ago? Mistakenly I forgot to download it back then. Please let me know. Thanks, Rafael
How can I utilize compiled binding inside Application.Resources for say a StyleTrigger of type DataTrigger bound to a feild in the ViewModel?
For example, If I have this Style block inside my Application.Resources. and lets say inside the contentview where I have the ViewModel binded and DataType set (x:DataType"ViewModels:MyViewModel"), let's say I have a …
How does one keep DirectoryInfo's Constructor from always prefixing the app's path in it.
I hope this is the right forum. I am attempting to write a .net Core application, and I cannot seem to get ahold of a particular directory. Every time I try to create a DirectoryInfo object, it appends whatever I pass in as the parameter to the present…