348,034 questions

Sort by: Updated
0 answers

PrintTaskOptions throws Catastrophic failure (Exception from HRESULT: 0x8000FFFF (E_UNEXPECTED))

Hi Team, We are trying to invoke a print preview from the stream of PDF documents. While invoking the print preview we are receiving Catastrophic failure from the PrintTaskOptions while creating print preview pages. We have tried the following methods…

Universal Windows Platform (UWP)
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
771 questions
asked 2024-02-15T13:13:31.89+00:00
ManojKumar 0 Reputation points
commented 2024-05-23T08:05:49.5366667+00:00
Roy Li - MSFT 32,486 Reputation points Microsoft Vendor
1 answer

No job functions found. Try making your job classes and methods public.

Hello, I am having a problem and suspecting it is a bug. Was thinking to create a bug on GitHub, but figured that I might get a faster answer here and maybe there is an obvious fix. I am using VS Codes Azure Function extension to create the standard…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,373 questions
asked 2024-05-17T14:45:18.0733333+00:00
David 0 Reputation points
commented 2024-05-23T08:05:42.6533333+00:00
David 0 Reputation points
1 answer

How do I transfer my learning history from my company user to my personal user account?

If my job has been placed "at risk" and I have a number of modules completed or in progress under my company MS login, how do I transfer this history to my personal user account so that I can continue learning and have the history to show…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,489 questions
asked 2024-05-23T07:57:47.19+00:00
Michael Craig 0 Reputation points
commented 2024-05-23T08:05:25.0333333+00:00
AmaranS 2,680 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Which VM for MultiCharts / TradeStation / Interactive Brokers

Greetings, I'm in a situation where I am absolutely losing the overview due to the many different options available in Azure. I plan to move my live trading account (algorithmic trading) from my separate mini computer to a virtual machine. I think…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,260 questions
asked 2024-05-21T21:47:29.2066667+00:00
David9 0 Reputation points
accepted 2024-05-23T08:04:57.0033333+00:00
David9 0 Reputation points
0 answers

Win11上利用PhoneLineTransportDevice::ConnectAsync 与手机连接后来电会有个空界面

Win11上利用PhoneLineTransportDevice::ConnectAsync 与手机连接后拨打电话会起来个空界面 而在win10上会有个拨打电话会有个通话的页面。 为什么win11和win10上会有差别?

Universal Windows Platform (UWP)
asked 2024-05-23T08:04:05.8933333+00:00
栩 王 0 Reputation points
1 answer

how to fix Automatic signature updation

hi, While using an email account in multiple devices in Outlook, different users have different signatures and they are putting as default as their signature in there on device, but it automatically affects all devices, how can we address the issue?

Outlook
Outlook
A family of Microsoft email and calendar products.
3,109 questions
asked 2024-05-22T13:35:25.1166667+00:00
Junaid Puthan Peediyakkal 0 Reputation points
answered 2024-05-23T08:03:56.12+00:00
ChristyZhang-MSFT 21,181 Reputation points Microsoft Vendor
0 answers

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-23T07:34:52.57+00:00
kadir 0 Reputation points
edited the question 2024-05-23T08:03:25.3033333+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
0 answers

Saving Dynamic Form Fields to Database with Fixed Values in MVC

[HttpPost] [ValidateAntiForgeryToken] public ActionResult Create(EgitimSeminerViewModel model) { if (ModelState.IsValid) { for (int i = 0; i < model.EgitimSeminerBilgiList.Count; i++) { …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-23T07:33:53.8266667+00:00
kadir 0 Reputation points
edited the question 2024-05-23T08:03:11.93+00:00
Lan Huang-MSFT 26,361 Reputation points Microsoft Vendor
1 answer

Office GPO settings not working in Office ProPlus 2019

I created a new GPO for MS Office ProPlus 2019 for GCS exam students. In this policy, I have set restrictions on proofing and some other settings, but after applying the GPO, users can still access the File ribbon and options button to change the…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,986 questions
Office Management
Office Management
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Management: The act or process of organizing, handling, directing or controlling something.
2,024 questions
asked 2024-05-22T14:15:32.66+00:00
Manesh Appukkuttan 0 Reputation points
answered 2024-05-23T08:03:02.6+00:00
Jiajing Hua-MFST 5,710 Reputation points Microsoft Vendor
3 answers

SQL Server 2022 express download problem unable to install SQL Server. Exit code(Decimal): -2061893606

I'm trying to download SQL Server 2022 Express, but it's giving the following error. I checked the log and click the SystemConfigurationCheck_Report I received the warning shown in the image above. Is the download error caused by this? I had already…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,884 questions
asked 2024-05-09T12:23:12.46+00:00
Mehmed Aras 0 Reputation points
commented 2024-05-23T08:02:36.1866667+00:00
Mehmed Aras 0 Reputation points
1 answer One of the answers was accepted by the question author.

Recording from different fields to the same table in ASP.NET MVC

Model : public class EgitimSeminerViewModel { public List<TBL_EgitimSeminerBilgi> EgitimSeminerBilgiList { get; set; } public EgitimSeminerViewModel() { EgitimSeminerBilgiList = new List<TBL_EgitimSeminerBilgi>(); …

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,309 questions
asked 2024-05-22T20:37:00.6233333+00:00
kadir 0 Reputation points
commented 2024-05-23T08:01:09.0733333+00:00
kadir 0 Reputation points
0 answers

windows server 2022 SMTP伺服器

我在設定時,套用我的設定,會直接強制關閉,重新開啟後,會出現MMC嵌入式管理單元錯誤,有參考網路上的做法,一樣無法解決

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,503 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,273 questions
asked 2024-05-23T08:00:34.9166667+00:00
勃學學 蘇 0 Reputation points
0 answers

Dynamic Time series using ADF data flow - rule based mapping

Can i get expression for rule based mapping in data flow using select transform, my dataset is "allow schema drift" enabled, but i want to maintain new schema always don't want to keep old time series headers from mapping. Let me know if this…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,726 questions
asked 2024-05-22T20:32:42.8466667+00:00
sankon437 1 Reputation point
commented 2024-05-23T08:00:20.2366667+00:00
phemanth 6,630 Reputation points Microsoft Vendor
1 answer

How to filter by createdDateTime Graph API 'me/drive/microsoft.graph.sharedWithMe'

Trying to filter the response by "createdDateTime", but always get an InvalidRequest.  Request: GET https://graph.microsoft.com/v1.0/me/drive/microsoft.graph.sharedWithMe?$filter=createdDateTime ge 2024-05-15T09:00:00Z Response:  {    …

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,230 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,816 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
861 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,842 questions
asked 2024-05-21T11:48:06.3533333+00:00
Aishwarya Brahmankar 0 Reputation points
commented 2024-05-23T07:59:05.98+00:00
JimmyYang-MSFT 49,366 Reputation points Microsoft Vendor
0 answers

Redhat VM in Azure not booting

Seeing below error in Azure serial console for the VM. Anyone had similar issue and found any resolution? Thank you in advance for your help. Kind regards,

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,260 questions
asked 2024-05-23T07:58:01.4766667+00:00
Shrek15 0 Reputation points
0 answers

I want to renew my certificate

Hi Team, My concern is the due date is expire for the renewal of certificate of azure 204 so I completed all the module which is necessary for the regain of the certificate for the renewal exam for azure 204. but I am still not able to give the renewal…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
36,489 questions
asked 2024-05-23T07:43:26.7533333+00:00
Amit Bhaskar 0 Reputation points
commented 2024-05-23T07:57:46.08+00:00
AmaranS 2,680 Reputation points Microsoft Vendor
2 answers

Should ADF rerun range cover the whole window?

Hi Team, I'm trying to understand the rerun range in tumbling window triggers. When I want to retry a window, do I need to make the rerun range covers the whole window or it only needs to cover a partial window. Let's say we have three consecutive failed…

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
9,726 questions
asked 2024-05-22T07:17:35.52+00:00
Zhengxiao (Edward) Wang 0 Reputation points Microsoft Employee
commented 2024-05-23T07:57:44.3666667+00:00
Zhengxiao (Edward) Wang 0 Reputation points Microsoft Employee
1 answer

VirtualizingStackPanel Scrollviewer height

I am working a uwp app where i used ListView with VirtualizingStackPanel . In my case i am trying create an alternatives for CVS ListView so each item has a ItemsControl (choosen this because it consume less memory and ScrollViewer). Now if i want…

Universal Windows Platform (UWP)
C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,370 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
771 questions
asked 2024-05-22T06:12:58.1066667+00:00
shriram 80 Reputation points
commented 2024-05-23T07:57:22.66+00:00
shriram 80 Reputation points
0 answers

Where can we apply for Azure fee reduction in academic research projects?

Does Microsoft provide an Investigator Support Program where we can apply for a fee reduction in non- commercial research projects using Azure ?

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,373 questions
asked 2024-05-23T07:56:03.28+00:00
Rongve, Arvid 0 Reputation points
edited the question 2024-05-23T07:56:45.93+00:00
Rongve, Arvid 0 Reputation points
1 answer

New Exchange 2019 Server. Outlook 2019 clients cannot connect. OWA clients can

The connection to Microsoft Exchange is unavailable

Outlook
Outlook
A family of Microsoft email and calendar products.
3,109 questions
asked 2024-05-20T00:18:24.52+00:00
Danny Slye 0 Reputation points
edited an answer 2024-05-23T07:56:30.54+00:00
SokiGuo-MSFT 24,031 Reputation points Microsoft Vendor