Install new app center build on top of the old build with saved data.
Hi, Can someone please help me with the app center build configuration or at code level, wherein app (build version 2) can be tested with data that is filled with app (build version 1)? Basically we need to check that old data (filled in older…
Why mssql-server in Linux lookup d:\ by default setup??????? Now it cannot even startup.
Hello, I am currently installing mssqlserver with WEB edition, I just follow the guild here https://learn.microsoft.com/en-us/sql/linux/quickstart-install-connect-red-hat?view=sql-server-ver15 I have not problem of following all of them, the…
WindowSoftInputModeAdjust.Resize doesn't work with Xamarin.Forms Shell Page
Greetings. I am facing an issue in android platform with focusing an entry at the bottom of the page in shell Page. When the keyboard gets layout on the screen it pushes all the items in the view above which is actually fine until it scrolls the…
Data input format (call the service) for Azure ML time series forecast model deployed as a web service (Python)
Sorry in advance for the lengthy question as I wanted to explain it as detailed as possible. I used the Azure AutoML to train a model and deployed it as a web service. Now I can access (call) it over the REST endpoint. I have the following data types…
SSRS report viewer showing response "The request failed with an empty response"
My goal is to display a report from remote ssrs report server. I'm attempting to display a sample report on ASP.NET MVC framework. N.B I'm able to view the report on the browser with user authentication. On the runReport.aspx I have the…
Microsoft Teams Memeber List Organization
Is there a way to sort the Microsoft Teams Member List? It seems haphazard and I need to confirm it is accurate.
Can I catch the lost focus (deactivation) of a PowerPoint slideshow window due to a hyperlink click?
how to catch the lost focus (deactivation) of the current slideshow. In my slideshow a slide has a hyperlink. When the link is clicked, the default browser is opened to the respective page and, of course, my slideshow losses the focus. When the browser…
Getting CA1813 error after upgrading VS 2019
We have upgraded our application from VS 2017 to VS 2019. After that when we compile the code getting the below error which we do not see any issues in VS 2017. Why are we getting this? Compilation Error Details: MSBUILD : error CA1813:…
SCCM HIgh Availbility Setup
Hi I am on MCEP 2002 version, I have Two SCCM servers SAN – Content Library Server1 – SQL DB and Site Server Role (Active) (With SMS Provider) Server 2 – MP, DP and SUP Role Now I have to configure high Availability using two additional servers…
Outllook Badge Notification Not Working
Hi, I managed Android 9 fully managed enterprise devices in Intune. The model is Unitech PA760. I am using the Microsoft Launcher. Outlook badge notifications are not working. Outlook is V4.2048.4 I have reset the app, deleted the cache etc. I…
Error to Create a X509 Certificate to Xamarin.Forms project
I have this code: var file2 = await FileSystem.OpenAppPackageFileAsync("certificado.p12"); using (StreamReader sr = new StreamReader(file2)) { var bytes =…
How can I determine the determine the Android resource IDs of Xamarin Forms controls?
Hi, I am publishing my Xamarin Forms project on the Google Play Store and Google wants to know the Android resource ID / Android resource names for my login ID and password controls so that they can automate the testing of my application. I am using…
Trinity graphengine: Client call isn't reaching the service
Hello Graph Engine Team. I added two Syn protocols; AddPatient & Ping (See below TSL file). My client is able to call only the first method listed in the module declaration (in this case only AddPatient method). The second method in the module…
WSUS Connnection error
Hi team, I have a WSUS installed. After synchronization was completed I get below error message: ![54161-1.png][1] [1]: /api/attachments/54161-1.png?platform=QnA The error message contain the following: The WSUS administration console was unable to…
MSP Publishing Issue
Hi, We are having issue in publishing MSP. We have initially published our timeline and it shows up in PWA. However, anytime we make updates or go to republish, we keep getting the following error message. We have make sure MSP is updated and cleared…
UWP Application - Internal Server could not connect via VPN
We are developing the UWP application using the Cordova windows. The application connects with server to get the information. The application works perfectly if we connect the "external server host / Public host" Issue : If I have tried…
Azure Data Factory - Data Flow Startup time.
Hi, Currently, I have 2 Dataflow in sequence put in a pipeline. like: I want to reduce the Startup cluster time. I know that is normal if the Startup takes between 5-8 min, but is possible to have the same cluster for both Dataflows?…
How to modify bundled static file name such as ProjectName.styles.css and blazor.server.js?
I wanna hide that i use The Blazor. so, I should modify name of bundled css and js files. How to do this?
API's to fetch Files/documents related metadata on SharePoint
Hi Team, There is an urgent requirement in my project to fetch below metadata of a file on Sharepoint using API. 1.Number of comments made by the author 2.Time spent by author on the document 3.Number of people who opened the document 4.Total number of…
SharePoint REST API Updated date in web/webs API call
Hi, We have a requirement to check the datetime when the properties of a site are updated. Currently we get a datetime within LastItemModifiedDate property but it does not update when Title or Description is updated. Please let us know if this is…