406,717 questions

Sort by: Updated
0 answers

Using std::unique_ptr for down cast

What is the correct usage of std::unique_ptr for converting to base class a derived class ? std::unique_ptr<Base*> SomeMethod() { return std::unique_ptr<Derived*>(new Derived()); return std::make_unique<Base*>(new…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,856 questions
asked 2020-12-09T16:05:33.163+00:00
Flaviu_ 1,031 Reputation points
commented 2020-12-11T15:23:54.6+00:00
Igor Tandetnik 1,106 Reputation points
2 answers

Has Microsoft updated Windows and Office software with .NET-type dll assemblies?

In Visual Studio, Reference Manager includes COM objects for references. Does Windows and Office still use their original dll files? I've read that .NET .dll assemblies have advantages over older kinds of dll files (COM, Win32?). How are…

.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
asked 2020-12-04T21:22:40.663+00:00
George Seese 1 Reputation point
commented 2020-12-11T15:23:52.857+00:00
George Seese 1 Reputation point
1 answer One of the answers was accepted by the question author.

KMS Server and Client Partial Product Key mismatch

The KMS server has product key channel as Volume:CSVLK for VOLUME_KMS_WS16 channel. The clients and servers are activating through it but I see that the Partial Product Key value does not match between the kms host and the client. Is that normal?

Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,621 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,731 questions
asked 2020-12-10T19:00:47.25+00:00
Myshkin 46 Reputation points
commented 2020-12-11T15:16:27.253+00:00
Myshkin 46 Reputation points
1 answer

How to use AzureMLDataset

Hi, I have used the data labeling system within Azure Machine Learning studio to label a dataset of images. Then the output of the labeling system is a new dataset that can be found in the "Dataset" section of the designer in ML studio. …

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,137 questions
Azure Data Science Virtual Machines
Azure Data Science Virtual Machines
Azure Virtual Machine images that are pre-installed, configured, and tested with several commonly used tools for data analytics, machine learning, and artificial intelligence training.
70 questions
asked 2020-12-11T08:43:20.88+00:00
Matteo Pocchiari 11 Reputation points
commented 2020-12-11T15:14:11.7+00:00
Matteo Pocchiari 11 Reputation points
4 answers One of the answers was accepted by the question author.

TEMPDB Getting FULL

Hello, We have Sql Server 2012 and suddenly TEMPDB getting Full when User running the report. Before Problem started, report was running fine even it's just retrieving under 100 records. I have started to trace the session and it's coming from one…

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,490 questions
asked 2020-12-03T03:20:11.91+00:00
pdsqsql 411 Reputation points
accepted 2020-12-11T15:08:34.75+00:00
pdsqsql 411 Reputation points
7 answers

Tracing Report name for Failed login - Sql 2008R2

Hi, We have Sql 2008R2 and we are running through scheduler to generate report which reporting application is on another server. So when Reporting application run, it calls Sql 2008 R2 database table but somehow specific report have bad password and…

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,490 questions
asked 2020-11-19T22:51:33.997+00:00
pdsqsql 411 Reputation points
commented 2020-12-11T15:07:57.203+00:00
pdsqsql 411 Reputation points
7 answers

Migrating Sql server DB to another Server

Hello, I am planning to migrate the some Sql server databases to another Server on same domains but some of the databases have cross connection dependency. I mean some of the database either View or Stored procedure I found that it's calling to…

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 2020-11-04T19:32:18.07+00:00
pdsqsql 411 Reputation points
answered 2020-12-11T15:06:53.197+00:00
pdsqsql 411 Reputation points
1 answer One of the answers was accepted by the question author.

ADR Office package not refresh source data and last refresh time

Hi, we have Office update deployment package that is associated with ADR that evaluates once a month, when ever run the evaluation time getting changed , but the source date and last refresh time not getting refreshed. why this is not getting…

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
Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
5,569 questions
asked 2020-12-11T05:07:46.267+00:00
smk 161 Reputation points
accepted 2020-12-11T15:03:36.103+00:00
smk 161 Reputation points
5 answers One of the answers was accepted by the question author.

Issues mapping a shared drive on a Windows XP machine from a Windows 10 machine

I am having an issue mapping a shared drive on a Windows XP machine from a Windows 10 machine. I can ping the Windows XP machine from the Windows 10 machine and vice versa. However when I try to map the shared drive I get the following error "The…

Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,386 questions
asked 2020-12-07T15:30:41.727+00:00
Arun Srinivasa 21 Reputation points
accepted 2020-12-11T14:52:32.953+00:00
Arun Srinivasa 21 Reputation points
1 answer

/me/memberOf returning "null" for role templateID

I assigned a role to a user as Teams Service Admin (via portal.office.com) like so: then called /me/memberOf graph api on user and a null value in the role template id. { "@odata.type":…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,297 questions
asked 2020-12-11T04:49:24.23+00:00
Karen Adams 76 Reputation points
answered 2020-12-11T14:49:57.02+00:00
AmanpreetSingh-MSFT 56,761 Reputation points
1 answer One of the answers was accepted by the question author.

Xamarin Forms: Alignment issue with HorizontalOptions property

I have implemented a chat UI in my project. Send messages are showing on the left side and received messages are showing on the right side. For showing messages on the left and right side I have created a new variable on the model class like…

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,378 questions
asked 2020-12-11T11:29:41.953+00:00
Sreejith Sree 1,251 Reputation points
accepted 2020-12-11T14:26:54.447+00:00
Sreejith Sree 1,251 Reputation points
2 answers One of the answers was accepted by the question author.

RDS Cals per user license merging.

Hi There, I am running Windows Sever 2016 Datacenter and very simply run RDS with 5 Cals Per User license. now I have 5 more user added, (total 10 Users) do I purchase new RDS 10 Cals per User License or just purchase only RDS 5 Cals per user license…

Remote Desktop
Remote Desktop
A Microsoft app that connects remotely to computers and to virtual apps and desktops.
4,724 questions
asked 2020-12-09T07:24:30.023+00:00
Asad Hussain 21 Reputation points
accepted 2020-12-11T14:26:53.607+00:00
Asad Hussain 21 Reputation points
3 answers One of the answers was accepted by the question author.

Win32app with ini files

Hi, Is it possible to create a intunewim file with a ini file. For example I need to install a program which takes an ini file as input Setup.exe /q /f setup.ini Thanks for reply /R Andy

Microsoft Intune Application management
Microsoft Intune Application management
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Application management: The process of creating, configuring, managing, and monitoring applications.
982 questions
asked 2020-12-10T21:35:41.527+00:00
andreas bright 581 Reputation points
accepted 2020-12-11T14:22:46.75+00:00
andreas bright 581 Reputation points
1 answer One of the answers was accepted by the question author.

Has power BI conducted research into which company's mainly use these services and also which age groups find this interesting and why?

I'm doing research for a company and I was wondering if this was ever investigated by anyone. Maybe there is even a dashboard for it.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
42,119 questions
asked 2020-12-11T12:38:25.453+00:00
Klunder NWM, Niels 21 Reputation points
accepted 2020-12-11T14:18:18.667+00:00
Klunder NWM, Niels 21 Reputation points
2 answers

Activity-based timeout policy

Hello, I have a disconnect with respect to activity-based timeout policy  and its usefulness. How come AAD be involved in the idle-time-out implementation of web-app session ? Should not an Idle-Timeout  come from the application itself, and if a…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
23,297 questions
asked 2020-11-20T19:30:30.897+00:00
testuser7 276 Reputation points
answered 2020-12-11T14:14:27.75+00:00
testuser7 276 Reputation points
2 answers One of the answers was accepted by the question author.

Return datetime using business hours

I have a UDF that returns business hours between 2 datetime values and sample of that is below. I would like to use a DATEADD or something to give me a datetime that is X business hours from a specific date. For example, I want a datetime returned that…

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,490 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,690 questions
asked 2020-12-08T15:48:49.577+00:00
David Chase 681 Reputation points
commented 2020-12-11T14:12:34.95+00:00
David Chase 681 Reputation points
1 answer One of the answers was accepted by the question author.

Show the color next to the Color or Hexcode

Where can i find in Options to show the color next to Color or Hexcode. I am using Visual Studio 2019 version 16.6.0 Like this for example the green or other colors.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
5,448 questions
asked 2020-12-11T11:07:55.887+00:00
Borisoprit 371 Reputation points
accepted 2020-12-11T14:12:16.013+00:00
Borisoprit 371 Reputation points
2 answers

How do I configure windows server dashboard when it is already configured and won't let me open it anymore?

About a week ago I had a hardware failure on my server. Ever since this has been fixed, the Windows Server Essentials Dashboard will no longer run, giving me the error "You cannot run until configuration is complete." This server has been…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,731 questions
asked 2020-12-10T15:21:48.977+00:00
Jacob Steele 1 Reputation point
commented 2020-12-11T14:09:30.173+00:00
Jacob Steele 1 Reputation point
4 answers One of the answers was accepted by the question author.

Updating Firewall rules has no effect for Azure Database for PostgreSQL

Dear Community, However i've set up the firewall to allow all traffic, i'm unable to access the database over pgadmin. I've tried multiple user accounts. Is this a current known issue? Please see the firewall rules and the error i receive on…

Azure Database for PostgreSQL
asked 2020-06-04T09:17:28.377+00:00
Leon Graveland 31 Reputation points
answered 2020-12-11T14:09:02.837+00:00
Felipe 6 Reputation points
2 answers

VMware OVF deployment - fails

Azure Migrate
Azure Migrate
A central hub of Azure cloud migration services and tools to discover, assess, and migrate workloads to the cloud.
866 questions
asked 2020-12-07T17:54:44.85+00:00
saveline 1 Reputation point
commented 2020-12-11T14:01:48.78+00:00
SadiqhAhmed-MSFT 48,351 Reputation points Microsoft Employee