406,370 questions

Sort by: Updated
2 answers

Teams Video

I recorded a meeting last week and can't find it anywhere. Is there a common reason why this would be? Or can it be retrieved?

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,890 questions
asked 2021-03-10T16:36:51.653+00:00
Katie Fugate 1 Reputation point
commented 2021-03-19T06:05:10.7+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
3 answers One of the answers was accepted by the question author.

ReportViewer stuck at Loading

I have an ASP.NET application using ReportViewer 15.0 that loads server reports (not local ones). From my development machine, the report runs correctly. The viewer correctly loads the report and allows it to be executed. During development, the report…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,996 questions
asked 2021-03-17T21:05:00.347+00:00
Peter Parsonage 96 Reputation points
accepted 2021-03-19T06:02:14.427+00:00
Peter Parsonage 96 Reputation points
1 answer One of the answers was accepted by the question author.

Xamarin Forms: [UWP] HttpClientHandler Proxy setting not work

I want to access a website via a proxy from Xamarin.Forms UWP app. I set a proxy for HttpClientHandler, but it goes directly to the website without going through the proxy. Code - some button clicked code behind event. private async void…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
Universal Windows Platform (UWP)
asked 2021-03-18T09:13:34.057+00:00
Takeuchi Yuuki 46 Reputation points
accepted 2021-03-19T06:01:37.667+00:00
Takeuchi Yuuki 46 Reputation points
0 answers

Azure Powershell Runbook fails randomly without logging errors

I have Azure runbook job which fails randomly without logging any errors. The job calls a DB stored procedure. The job fails totally randomly like couple of times out of 20-30 runs. It just says in Exceptions tab that - I have some errors. (I have some…

Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,309 questions
Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,627 questions
asked 2021-03-19T04:17:33.827+00:00
Nikhil 1 Reputation point
commented 2021-03-19T05:57:50.78+00:00
tbgangav-MSFT 10,421 Reputation points
0 answers

ClickOnce publish .net5 with .netstandard library fails

I have a WPF .net5 application which has 2 reference class library projects which are .netstandard and .netcore3.1. The application compiles and runs; however, Clickonce fails to publish it with the following unhelpful info: Publish has encountered an…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
4,108 questions
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,195 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.
830 questions
asked 2021-03-18T18:58:00.683+00:00
Avi Stokar 6 Reputation points
commented 2021-03-19T05:56:17.87+00:00
Jerry Cai-MSFT 991 Reputation points
1 answer

SCOM 2019 - Failover Cluster not Discovered

Hi, Running SCOM 2019, recently i have noticed that a particular Failover Cluster is being populated within the Windows Cluster View (Service, Network Name, Nodes Etc) however the cluster name is not being visible under the Agentless. Due to this cluster…

Operations Manager
Operations Manager
A family of System Center products that provide infrastructure monitoring, help ensure the predictable performance and availability of vital applications, and offer comprehensive monitoring for datacenters and cloud, both private and public.
1,530 questions
asked 2021-03-04T16:09:56.217+00:00
StonerK 46 Reputation points
answered 2021-03-19T05:55:04.737+00:00
Amit Sanwal 1 Reputation point
2 answers One of the answers was accepted by the question author.

Configuration Manager 3rd Party Update Issue

I have enabled 3rd party updates in Configuration Manager and selected 1 model from each vendor for testing. When I perform a Sync Now the SMS_ISVUPDATES_SYNCAGENT.log shows the following: SyncUpdateCatalog: 'Dell Latitude XT3 System BIOS,A14,A14'…

Microsoft Configuration Manager Updates
Microsoft Configuration Manager Updates
Microsoft Configuration Manager: An integrated solution for for managing large groups of personal computers and servers.Updates: Broadly released fixes addressing specific issue(s) or related bug(s). Updates may also include new or modified features (i.e. changing default behavior).
1,107 questions
asked 2021-03-16T17:43:16.7+00:00
Scott Fairchild 191 Reputation points
commented 2021-03-19T05:53:07.99+00:00
Amandayou-MSFT 11,141 Reputation points
1 answer

When will we be able to use the break out rooms function with guest telephone callers into the room?

Break out rooms are great for getting everyone to have a chat in smaller groups and then come back to the main room to discuss. However, currently we are unable to add mobile or landline participants to a break out room, only those wo have joined from…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,890 questions
asked 2021-03-10T13:58:39.477+00:00
Simon Adshead 1 Reputation point
commented 2021-03-19T05:51:46.29+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
0 answers

Difference between Excel ApplicationClass Class and GlobalClass Class re: COM

I see there are two Excel COM classes named "Microsoft Excel Application" CLSID={00020812-0000-0000-C000-000000000046}; 15.0.0.0 [Class] = Microsoft.Office.lnterop.Excel.GlobalClass CLSID={00024500-0000-0000-C000-000000000046}; 15.0.0.0 [Class]…

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
4,274 questions
asked 2021-03-18T18:52:23.373+00:00
Sam Abboushi 1 Reputation point
commented 2021-03-19T05:49:14.137+00:00
Emily Hua-MSFT 27,711 Reputation points
1 answer

How to do AutoMigration in Entityframework core without using command (Using Programming only)

I use EF core in My project and I want migrate my context using Programming (not command) So I use these two concpets one by one 1. using (var serviceScope = app.ApplicationServices.GetRequiredService<IServiceScopeFactory>().CreateScope()) { …

Entity Framework Core
Entity Framework Core
A lightweight, extensible, open-source, and cross-platform version of the Entity Framework data access technology.
779 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,784 questions
SQL Server Migration Assistant
SQL Server Migration Assistant
A Microsoft tool designed to automate database migration to SQL Server from Access, DB2, MySQL, Oracle, and SAP ASE.
547 questions
asked 2021-03-18T12:43:17.46+00:00
JaySoni 1910 6 Reputation points
answered 2021-03-19T05:47:53.237+00:00
Michael Wang-MSFT 1,061 Reputation points
1 answer

Chat meeting guests

Hello ! How a guest can have access to the chat during a meeting ? Only members of my company have access during a meeting, not the guests. Thank you in advance ! Sylvain

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,890 questions
asked 2021-03-09T13:55:59.517+00:00
Sylvain Lartige 1 Reputation point
commented 2021-03-19T05:42:46.51+00:00
Sharon Zhao-MSFT 25,126 Reputation points Microsoft Vendor
1 answer

Are there any plans to introduce a feature to delete all blob inside a directory?

Hi, I have block blobs saved inside a container organised into different directories. Currently, if I have to delete all blobs inside a directory I have to first list all the blobs with prefix path and then delete all blobs one by one. Are there any…

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
3,088 questions
asked 2021-03-19T04:56:33.25+00:00
Devika S 1 Reputation point
commented 2021-03-19T05:34:44.757+00:00
Devika S 1 Reputation point
2 answers One of the answers was accepted by the question author.

How to encrypt table name and column name in sql server?

Hi All, I know column data can be encrypted in sql server. But can anyone please help how can i encrypt table name and column name in sql server. Thanks Chirag

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,485 questions
asked 2021-02-10T13:56:45.243+00:00
Chirag Sachdeva 281 Reputation points
accepted 2021-03-19T05:31:26.39+00:00
Chirag Sachdeva 281 Reputation points
1 answer One of the answers was accepted by the question author.

Azure File Storage Permissions

Hi, Looking for some advise or solutions to the below scenario. Requirement - Migrate 100 TB of storage from on-premise to Azure Storage. Proposed Solution - Azure File Storage for DEV, Production, UAT environments ( separate Sv2) Our…

Azure Files
Azure Files
An Azure service that offers file shares in the cloud.
1,364 questions
asked 2021-03-15T08:40:09.03+00:00
rkum 81 Reputation points
accepted 2021-03-19T05:30:56.03+00:00
rkum 81 Reputation points
1 answer One of the answers was accepted by the question author.

When i try to disable an online user,it shows “license validatiob error”

When i try to disable an online user,it shows “license validatiob error”

Skype for Business
Skype for Business
A Microsoft communications service that provides communications capabilities across presence, instant messaging, audio/video calling, and an online meeting experience that includes audio, video, and web conferencing.
648 questions
asked 2021-03-16T07:13:23.11+00:00
Evan Jiang 121 Reputation points
accepted 2021-03-19T05:30:18.437+00:00
Evan Jiang 121 Reputation points
3 answers One of the answers was accepted by the question author.

What is Microsoft DevOps Engineer Expert AZ-400 Training, Career opportunities in it and who can apply this course?

I am looking for AZ-400 Training & Certification. Can anyone brief me about this course?

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,090 questions
asked 2021-03-18T06:14:32.803+00:00
Manasi D 26 Reputation points
commented 2021-03-19T05:27:11.253+00:00
Manasi D 26 Reputation points
1 answer

Code generation for property styles failed" hatası

Merhaba Yukarıdaki hata konusunda yardımcı olabilir misiniz?

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,446 questions
asked 2021-03-18T12:42:11.78+00:00
Sedef Akdağ 1 Reputation point
answered 2021-03-19T05:23:58.607+00:00
Dylan Zhu-MSFT 6,421 Reputation points
2 answers One of the answers was accepted by the question author.

Frequent Error Message: "Another query caused the AppDomain <dbname>.dbo[runtime].n to be unloaded"

I'm currently working on SQL Server 2017 - Here's the @@version: Microsoft SQL Server 2017 (RTM-CU20) (KB4541283) - 14.0.3294.2 (X64) Mar 13 2020 14:53:45 Copyright (C) 2017 Microsoft Corporation Enterprise Edition (64-bit) on Windows Server 2016…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,485 questions
asked 2021-03-16T19:17:01.41+00:00
John Wilber 21 Reputation points
commented 2021-03-19T05:22:09.647+00:00
Niels Berglund 11 Reputation points MVP
1 answer One of the answers was accepted by the question author.

emails stuck in outlook

Hi Experts One of my user is facing issue with emails struck in outbox. Outlook profile has been reconfigured but same issue. Even in OWA also emails are struck. When i use the below syntax i can see 50 items in folder …

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,754 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,795 questions
asked 2021-03-02T13:50:27.797+00:00
Glenn Maxwell 12,336 Reputation points
accepted 2021-03-19T05:20:20.587+00:00
Glenn Maxwell 12,336 Reputation points
2 answers One of the answers was accepted by the question author.

How to change the order of ProjectReference tag in vcproj or vcxproj?

I'm using MS Visual Studio 2019 to build a c++ project I have a solution and three projects in it one is for the executable and others are for the static libraries Now I want to change the order of linking the libraries for the executable …

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,446 questions
asked 2021-03-18T09:59:55.397+00:00
Hyuk Myeong 21 Reputation points
accepted 2021-03-19T05:19:48.753+00:00
Hyuk Myeong 21 Reputation points