18,226 questions

Sort by: Answers
0 answers

how to read dxf file content text?

Hi every body I have a DXF file format that have drawing and text in it. I want to extract text from this file but I have no idea t odo that. can any one help me? 4-FUG-16802-AAR61-N_Sht_1.txt and dxf file(i change dxf extension to txt to upload it)

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,350 questions
asked 2024-05-18T05:02:23.39+00:00
Farshad Valizade 381 Reputation points
0 answers

MPN Subscription expired. Purchased Microsoft Azure Sponsorship subscription. How do I change AZ resources to new sub?

I switched from MAPS Core to Partner Launch Benefits. My Azure resources still show the now expired MPN Subscription. How do I switch all my Azure resources to use the new Partner Launch Benefits subscription? Thanks!

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
992 questions
asked 2024-05-18T04:50:49.5+00:00
George Volakakis 0 Reputation points
0 answers

GIT Hub EOC APP

Hello, I have a question; I'm deploying the EOC Teams app from git hub https://github.com/OfficeDev/microsoft-teams-emergency-operations-center/wiki/Deployment-Guide on step 4. I'm adding the Redirect URI but im a bit confused as it states to add the…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,199 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
2,904 questions
asked 2024-05-17T19:20:36.15+00:00
Gustavo Salcedo 0 Reputation points
edited the question 2024-05-18T04:36:49.6133333+00:00
Grmacjon-MSFT 16,441 Reputation points
0 answers

How to maintain ajax text box calander control value after save button clicked

I am using asp.net text box control for date picking..for that, i am using ajax calander extender. Here, is facing issue that, date control values will be clearing after save button clicked...here I want to maintain the date values till I manually…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,299 questions
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,350 questions
asked 2024-05-18T04:24:53.3166667+00:00
Gani_tpt 1,666 Reputation points
0 answers

Defender for Red Hat Linux

My customer just migrated most of the environment running in Azure. We have bunch of Red Hat Linux servers will be migrated to Azure VMs. We are going to protect our Windows and Linux Environment using Microsoft Defender. However, there were issues…

Microsoft Defender for Cloud
Microsoft Defender for Cloud
An Azure service that provides threat protection for workloads running in Azure, on-premises, and in other clouds. Previously known as Azure Security Center and Azure Defender.
1,211 questions
asked 2024-05-18T03:45:31.3033333+00:00
Abbas Ali 60 Reputation points
0 answers

How to find externally shared SharePoint item links and their users?

Hi guys,  I want to gather two information from you.  Getting all shared links externally for an item, which may have share link type of Edit, View, Review and can't download.  Getting all specific 'people I choose' from the shared link. …

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
9,792 questions
SharePoint Development
SharePoint Development
SharePoint: A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.Development: The process of researching, productizing, and refining new or existing technologies.
2,701 questions
SharePoint Server Management
SharePoint Server Management
SharePoint Server: A family of Microsoft on-premises document management and storage systems.Management: The act or process of organizing, handling, directing or controlling something.
2,830 questions
asked 2024-05-18T03:12:14.15+00:00
Hsaniba 100 Reputation points
0 answers

Cannot update or install modules in Azure Automation

I am having issues updating or installing modules in Azure Automation. Every time I initiate the import process, it never finishes. Even when I delete the imported job and try again, the results are still the same. This has persisted for a week now, and…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
992 questions
Azure Automation
Azure Automation
An Azure service that is used to automate, configure, and install updates across hybrid environments.
1,138 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,132 questions
asked 2024-05-18T02:35:05.1733333+00:00
Chester Camlin 0 Reputation points
0 answers

How to fix Assertion failed: CurrentThreadIfKnown == ENamedThreads::GetThreadIndex(GetCurrentThread()) [File:F:\build\LostIsland\Engine\Source\Runtime\Core\Private\Async\TaskGraph.cpp] [Line: 1751] VERSION: 358.25 KERNELBASE.dll!UnknownFunction (0x0000

Every time I try to play ark survival evolved I get this message saying this: Assertion failed: CurrentThreadIfKnown == ENamedThreads::GetThreadIndex(GetCurrentThread()) [File:F:\build\LostIsland\Engine\Source\Runtime\Core\Private\Async\TaskGraph.cpp]…

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,279 questions
asked 2024-05-18T01:27:32.6766667+00:00
Rytheguy Shaw 0 Reputation points
0 answers

How to skip OrchestrationStep related to MFA (ClaimsExchange) if current session is already active

We have a CombinedSignInAndSignup step that displays a login prompt if the session is not active. This step is followed by a ClaimsExchange, which handles phone SMS or call authentication. When there is an active session (whether ‘Keep me signed in’ is…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,767 questions
asked 2024-05-18T01:25:04.11+00:00
Bhusari, Milind 0 Reputation points
0 answers

Im getting the following error: " The subscription '<id>' is not allowed to create or update the serverfarm."

these are the only details i get when i try to create my first function app... Ive tried different regions and via the azure functions vscode extension and online... { "status": "error": { "code": "message":…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,352 questions
asked 2024-05-18T00:16:28.8933333+00:00
Alym Karim 0 Reputation points
0 answers

ComboBox before drop down event?

Hello I'm looking for an event in ComboBox in .net framework WinForms which fires before the drop down menu is going to drop, when DropDownStyle is set to DropDown, so when user clicks on the far button, I add some items to the list on the fly and then…

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,350 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,594 questions
asked 2024-05-18T00:15:41.8566667+00:00
StewartBW 405 Reputation points
0 answers

Certification Profile not connecting to Certipoint or even created?

Hello, I have just passed my AZ-900, Azure Fundamentals Certification through Certipoint as per the course instructions. No matter what I do, I am unable to either create a Certification Profile to show off my newfound certification or find anyway to…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,767 questions
asked 2024-05-18T00:15:40.82+00:00
Mason Claussen 0 Reputation points
0 answers

Rename mdb column

Hello I use Access Database Engine and OleDbReader to work with mdb and accdb files, need to rename a column: "ALTER TABLE xc RENAME Column old new LONG" Searched and found ADE might not support it, what if I add a new column and drop the old…

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,350 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,594 questions
asked 2024-05-17T23:55:41.8966667+00:00
StewartBW 405 Reputation points
edited the question 2024-05-18T00:00:28.7566667+00:00
StewartBW 405 Reputation points
0 answers

Can't enable private link with my newly created read replica server

Hi! I have a postgres SQL flexible server that is created in March 2023, I am not able to enable the private link because the server is created too long ago. I just created read replica server, but it has the same issue that I can't find private link…

Azure Private Link
Azure Private Link
An Azure service that provides private connectivity from a virtual network to Azure platform as a service, customer-owned, or Microsoft partner services.
472 questions
asked 2024-05-17T23:17:19.1033333+00:00
Ecccoyao 0 Reputation points
0 answers

Can't remove an app via Intune from user context

I am trying to uninstall a application called MicroSIP via Microsoft Intune on all of our Windows machines but the script is says "not installed" every time I run it. I have tied multiple scripts but no luck. I did find my issue. So here it is.…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,451 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,132 questions
asked 2024-05-17T22:54:58.47+00:00
Johnny T 0 Reputation points
0 answers

Remove app from user context and deploy this script via Intune

I am trying to uninstall a application called MicroSIP via Microsoft Intune on all of our Windows machines but the script is says "not installed" every time I run it. I have tied multiple scripts but no luck. I did find my issue. So here it is.…

Microsoft Intune
Microsoft Intune
A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.
4,451 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,132 questions
asked 2024-05-17T22:50:49.1433333+00:00
Johnny T 0 Reputation points
0 answers

How to automatically jump to another cell after hitting enter

Hello All, is there a way to automatically move from the current cell to a specified cell after pressing enter or tab? For example: After entering data in cell H2 and pressing enter, cell H3 is selected. If I press tab, then cell I2 is selected. …

Excel
Excel
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
1,518 questions
VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,594 questions
asked 2024-05-17T21:01:24.8+00:00
Constance Fischer 0 Reputation points
edited the question 2024-05-17T22:06:40.5766667+00:00
Constance Fischer 0 Reputation points
0 answers

Yaml to execute SQL scripts in a directory via Azure DevOps pipeline

Greetings!!! I'm trying to execute .sql files stored in azure git repo directory SQLScript with sub-directories for Tables, Views, Functions, StoredProcedures. Loop through each sub-directory and execute all the .sql files on the external SQL Server. We…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
992 questions
asked 2024-05-17T21:06:08.8566667+00:00
Raj D 581 Reputation points
0 answers

SSIS Visual Studio Community 2017 Error opening file

Using: SQL Server Management Studio 18 Visual Studio Community 2017 When attempting to open a file in Visual Studio but fails at creating project (action) with the following error message:   ===================================   Value does not fall…

Visual Studio Setup
Visual Studio Setup
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
975 questions
asked 2024-05-17T21:00:44.0233333+00:00
Rosie Lopez 0 Reputation points
edited the question 2024-05-17T21:01:42.8666667+00:00
Rosie Lopez 0 Reputation points
0 answers

CSV graph connector configuration error

Hello team, I am trying unsuccessfully to configure the csv connector in the admin center using sharepoint as the datasource. I have scrupulously followed several times, recreating the connection, all the steps described here…

Microsoft 365
Microsoft 365
Formerly Office 365, is a line of subscription services offered by Microsoft which adds to and includes the Microsoft Office product line.
3,912 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,771 questions
asked 2024-05-17T20:41:09.4666667+00:00
M. Iovino 0 Reputation points