55,809 questions

Sort by: Updated
0 answers

Seeds in Dalle3

Hello, I want to know how can I implement Seeds in Dalle3 to get the consistency of generating images? Thanks Hossna.

Azure OpenAI Service
Azure OpenAI Service
An Azure service that provides access to OpenAI’s GPT-3 models with enterprise capabilities.
2,427 questions
asked 2024-06-14T02:46:47.27+00:00
Hossna Gharaee 0 Reputation points
0 answers

Exception " Frame not in module" in VS2022.

Hi Team, I was using VC++ application from Version VS2010 onwards. I was ported VS2012 , VS2015 then finally VS 2022 recently. When I ported to VS2022, it creates issue if I cancel a dialog. It ended up a message "Frame not in module". Do I…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,756 questions
asked 2024-06-13T07:28:56.04+00:00
Ramesh Babu 26 Reputation points
commented 2024-06-14T02:39:01.59+00:00
Anna Xiu-MSFT 27,251 Reputation points Microsoft Vendor
0 answers

ASP.NET azure hosted app / sql server Works on localhost only

When I run my simple CRUD app on localhost it works really good. Hint: It is using SQL server to insert data and server is hosted on my Azure Subscription inside same Resource Group Deployed app : myAzureWebsitesLink.net Not working route : School -…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,281 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,361 questions
Azure Static Web Apps
Azure Static Web Apps
An Azure service that provides streamlined full-stack web app development.
807 questions
asked 2024-06-11T20:15:24.4333333+00:00
Anel Hodžić 0 Reputation points
commented 2024-06-14T02:38:47.8466667+00:00
JasonPan - MSFT 4,701 Reputation points Microsoft Vendor
0 answers

I was logged out of the authenticator application and couldn't log in again

I consciously admit my stupid actions I consciously admit my stupid actions. I logged out of my campus account from MS Authenticator and couldn't log in again. When logging in I had to give a 2 digit code, but my account was logged out of MS…

Microsoft Authenticator
Microsoft Authenticator
A Microsoft app for iOS and Android devices that enables authentication with two-factor verification, phone sign-in, and code generation.
5,814 questions
asked 2024-06-14T02:37:29.2333333+00:00
endah rizki budiarti 0 Reputation points
0 answers

Unable to connect to external IP from App Service through 2 VNETs which are peered

Connecting to 172.19.33.32:80 from your App instance - failed, internal error. Please retry. Please submit a feedback if error persists. TCP ping to 172.19.33.32 failed, error code:undefined I continue to get this error despite multiple troubleshooting…

Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,230 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,142 questions
asked 2024-06-11T21:23:05.82+00:00
Peter Mello 0 Reputation points
commented 2024-06-14T02:35:57.9233333+00:00
Silvia Wibowo 3,246 Reputation points Microsoft Employee
0 answers

How to connect two ovals with an arrow using OpenXml SDK?

I am trying to use this code for creating two ovals and line. My code is based on the xml in which I connected two ovals. So at the end I woukd like to have two ovals that are connected with an arrow, and remain connected after moving one of the oval. …

Word
Word
A family of Microsoft word processing software products for creating web, email, and print documents.
714 questions
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.
3,640 questions
asked 2024-06-13T14:45:34.66+00:00
Buri 0 Reputation points
edited the question 2024-06-14T02:34:04.38+00:00
Emi Zhang-MSFT 22,951 Reputation points Microsoft Vendor
0 answers

I have to create Embbeding url for one drive items

I got this error: {     "error": {         "code": "notSupported",         "message": "Requested sharingLink type is not yet available.",         "innerError": {             "date":…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,038 questions
asked 2024-06-13T12:49:03.7666667+00:00
Vikram Singh 0 Reputation points
edited the question 2024-06-14T02:33:42.0666667+00:00
Emi Zhang-MSFT 22,951 Reputation points Microsoft Vendor
0 answers

How to disconnect a BLE device after successful connection

I have successfully connected to BLE device by using BluetoothLEDevice.FromIdAsync(deviceInfo.Id) and bluetoothLeDevice.GetGattServicesAsync(BluetoothCacheMode.Cached) API's in unpaired mode over Windows 10 with .NET Framework 4.7.2 but I was…

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,470 questions
asked 2024-06-13T10:31:14.1533333+00:00
Prajnith Kumar 0 Reputation points
edited a comment 2024-06-14T02:33:17.6866667+00:00
Junjie Zhu - MSFT 16,146 Reputation points Microsoft Vendor
0 answers

How to fix "An error has occurred. The target schema is in an unknown state" on Windows PC (VS Professional 2022)?

Hello there, i tried to compare and update schema few months ago. But i performed the wrong action. I set the source and target in the opposite way and updated. after that i also incorrectly performed a Post Deployment script which is not required.…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,756 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
740 questions
asked 2024-06-14T02:22:02.83+00:00
0 answers

Error Running the Selected Code Generator - ASP.Net MVC

I am getting the following "generating code" error when creating a Controller using "MVC 5 Controller with Views, using Entity Framework" in Visual Studio 2019. I've tried several solutions to similar problem reported online: Removed…

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,361 questions
asked 2024-06-13T16:24:17.7366667+00:00
Malam Malam 166 Reputation points
commented 2024-06-14T02:21:41.94+00:00
Lan Huang-MSFT 27,716 Reputation points Microsoft Vendor
0 answers

How to modify the value of a preprocessor based on the value returned by a command or script?

On visual Studio 2022 how to have a preprocessor value defined based on the result returned by a script? What i tried: Solution Explorer > Properties > Build Events > Pre-Build Event > Command Line > "python script.py >…

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,756 questions
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,590 questions
asked 2024-06-14T00:07:35.4566667+00:00
Leo Purktz 0 Reputation points
edited the question 2024-06-14T02:14:45.7366667+00:00
Leo Purktz 0 Reputation points
0 answers

Creating a resource guard and enabling multiuser authentication

Hey all, I need to improve the security on our vaults and was planning on working my through creating the guard and then enabling multiuser authentication, my problem is our permissions are not that granular. So im wondering what the impact would be if…

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,153 questions
Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,045 questions
asked 2024-06-14T02:08:27.0833333+00:00
Stewart-7072 0 Reputation points
edited the question 2024-06-14T02:13:54.3833333+00:00
Stewart-7072 0 Reputation points
0 answers

Can't select TFVC in DevOps

When creating a new project in Azure DevOps, I can only choose Git as the version control. Previously I was able to choose either Git or TFVC.

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,045 questions
asked 2024-06-14T02:09:05.3966667+00:00
nishino-ti 16 Reputation points
0 answers

How to debug and fix 'Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR)' error on MAUI Android app

I have an Android app published in 'open testing' in Play store. And I am seeing 2% crash rate with this error. I have got the logcat file for 2 crashes, but not able to figure out any source/reason for crash. I am really looking for some help to make…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,522 questions
.NET MAUI
.NET MAUI
A Microsoft open-source framework for building native device applications spanning mobile, tablet, and desktop.
3,048 questions
asked 2024-04-16T17:45:30.3666667+00:00
ac-lap 71 Reputation points
commented 2024-06-14T02:05:18.3166667+00:00
James Clayton 0 Reputation points
0 answers

is it possible to detach tags from APIM api using becip

we used becip scripts to deploy APIM API, and found the API tags can't be modified after we changed the old tag name to a new one , the new one was appended, for example, I deployed the API with tag 'tag1' first, next I changed from 'tag1' to 'tag2' and…

Azure API Management
Azure API Management
An Azure service that provides a hybrid, multi-cloud management platform for APIs.
1,854 questions
asked 2024-06-13T07:28:33.65+00:00
Gallatin 21V 186 Reputation points
edited a comment 2024-06-14T02:04:00.0866667+00:00
Gallatin 21V 186 Reputation points
0 answers

How to replace tags (div<div>div&amp;lt;div&amp;gt; and &amp;lt;/div&amp;gt;/div</div>/div) of a column in SharePoint List?

Hi everybody! At the beginning, Invoice Description column in SharePoint List was created as Multiple lines of text and Rich text. When trying to edit the column in grid view the message "This cell is read-only" is observed. In order to edit it…

SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,002 questions
asked 2024-06-13T12:35:19.52+00:00
Lina Escobar 0 Reputation points
edited the question 2024-06-14T02:00:28.4533333+00:00
Emily Du-MSFT 43,171 Reputation points Microsoft Vendor
0 answers

Next Step on Azure Maps after creation of data registry and getting mapconfigurationID.

I got the mapConfigurationId value, does this mean my dwg file is registered in azure map account ? if yes, then what next? how will I view this in CReator under Azure Maps Account? Also, I don't see the options for Dataset, Tileset in Azure Maps…

Azure
Azure
A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.
1,045 questions
Azure Maps
Azure Maps
An Azure service that provides geospatial APIs to add maps, spatial analytics, and mobility solutions to apps.
628 questions
asked 2024-06-14T02:00:02.06+00:00
Kaustuv Dutta 0 Reputation points
0 answers

Problem signing a hash using the Wincrypt lib

Hello devs. I need to read the user certificates installed in Windows and use them to make a signature in a hash of a file previously calculated in sha256 with the private key of the chosen certificate. To do this, I developed the following code inspired…

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,590 questions
asked 2024-06-13T18:30:13.1666667+00:00
William Coelho 0 Reputation points
commented 2024-06-14T01:52:27.8266667+00:00
Minxin Yu 10,456 Reputation points Microsoft Vendor
0 answers

How to fix "module was not instrumented." Reason:"path_is_excluded" error in Microsoft.CodeCoverage.Console tool?

I'm receiving the following problem while trying to instrument my dll with Microsoft.CodeCoverage.Console tool. module was not instrumented. Reason: path_is_excluded." I'm using Microsoft.CodeCoverage.A console tool for calculating code coverage.…

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,522 questions
Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,756 questions
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,590 questions
Visual Studio Testing
Visual Studio Testing
Visual Studio: A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.Testing: The act or process of applying tests as a means of analysis or diagnosis.
334 questions
asked 2024-06-13T06:50:10.2966667+00:00
R M 0 Reputation points
edited the question 2024-06-14T01:45:27.8433333+00:00
Hui Liu-MSFT 46,961 Reputation points Microsoft Vendor
0 answers

async Task method with await Task.Run make application crash shutdown without any errors/exceptions. how to solve?

when running the application, it starts doing the code in the method but then after few seconds the application crash shutdown without showing any errors or exceptions and it's never reaching any of the catch places. maybe there is a deadlock? not…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,863 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,470 questions
asked 2024-06-14T00:32:37.6766667+00:00
Chocolade 516 Reputation points
commented 2024-06-14T01:42:04.2133333+00:00
KOZ6.0 5,630 Reputation points