Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
306 views

I got this script in my database project in Visual Studio IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.COLUMNS WHERE TABLE_NAME = 'SystemTableLogs') BEGIN UPDATE [SystemTableLogs] ...
Art's user avatar
  • 267
0 votes
1 answer
502 views

Good Morning everyone, I am creating a backend for my application and I want to migrate my database using Flayway. I added the required dependancies to my pom.xml <dependency> ...
Speedkillsx's user avatar
0 votes
0 answers
30 views

I am trying to replace VC2010 default runtime calloc with my own implementation of calloc I tried this code but my program still uses the default VC2010 calloc void* calloc(size_t num, size_t size) { /...
photonepoch421's user avatar
-1 votes
1 answer
54 views

I need to create a new dialog with some tabs out of some existing dialogs. I hand edited the resource file as I've done in the past and created some new dialogs with new IDD_ tags. The new dialogs ...
Bill Olson's user avatar
0 votes
1 answer
92 views

I have a WPF .Net Framework application, which calls a Winforms window (DLL). When this new Winforms window is shown, it is then sent to the back of the WPF application. As if the new window loses ...
Vinicius Souza's user avatar
0 votes
1 answer
43 views

I'm trying to show accumulated time in a serie of a column chart. This "time" is given in seconds (int), but for a better understanding, I need to show it in "hh:mm:ss" format. Is ...
Joel  Luevano's user avatar
1 vote
1 answer
107 views

I am trying to install MPI on ms visual studio 2010 (our professor forced us to use 2010 version specifically probably for the privileges it offers that newer version don't idk) and it's driving me ...
Anthrax's user avatar
  • 11
0 votes
0 answers
148 views

I cannot seem to get Eigen 3.4.0 running in VS2010. This is supposed to be so easy, but I cannot manage to do it. I downloaded the latest Eigen library, version 3.4.0, and unpacked the zip file. I ...
sblyat's user avatar
  • 21
0 votes
0 answers
135 views

I have two C++ projects: one is an executable (EXE), and the other is a dynamic link library (DLL). In the EXE project, I am using a flag corresponding to a checkbox, and I need to access the value of ...
Mukesh Rajput's user avatar
1 vote
0 answers
23 views

I am trying to save image in database. Codes run successfully. But when I retrieve the image it gives error. Parameter is not valid on this Line: pbDatbase.Image = Image.FromStream(msImage) enter code ...
M Luqman's user avatar
0 votes
1 answer
134 views

Yesterday at work, my colleague claimed that preprocessor macros were slower than writing variables and functions manually. The context is that we have a class in which member variables are sometimes ...
Ccre's user avatar
  • 3
0 votes
0 answers
230 views

We have a requirement to install MDS Add in for excel (2019). URL : https://www.microsoft.com/en-us/download/details.aspx?id=58203 As a pre-requisite it shows that we have to install : "Visual ...
RBB's user avatar
  • 23
0 votes
0 answers
51 views

There's default macro with $(WindowsSdkDir) used by Visual Studio. This is Microsoft SDKs with version 7.0A. I want to use new Window 11 SDK with new API, how can I override $(WindowsSdkDir) in ...
Sean Tan's user avatar
0 votes
1 answer
185 views

I am curious. Why my .vb files have lots of greyed out import and it doesn't seem like I am the one writing it? What are those? Do I import that somewhere from some settings? For example, I wonder ...
user4951's user avatar
  • 33.3k
2 votes
1 answer
104 views

I've been trying to setup a Jenkins build machine that uses Visual Studio 2010 building tool to build a C++ app. The build stops a minute after it started and Jenkins goes ahead with the next command. ...
simeone.lettiero_w's user avatar
0 votes
1 answer
77 views

I been migrating data into CRM from SQL server through SSIS(kingswaysoft). Some record's date values stored either 4 or 5 hours ahead .Is it possible to save date as same as source. how to resolve ...
Ganapathe's user avatar
0 votes
1 answer
474 views

I have the original source code for the project and am trying to get it up and running locally on Windows 11, but I'm not sure what tools(and versions) I need. Additional Information: The project was ...
karel mornar's user avatar
0 votes
1 answer
716 views

I am currently developing a website using Flutter, and Google Chrome was showing me as an option and it was working well about two months ago. I stopped working on the website and now I have returned ...
mohammed 's user avatar
0 votes
0 answers
101 views

I have a C# project, which builds fine on Win7. I am now attempting to build the project on Win10, as DigiCert no longer supports Win7 for code signing certificates. The project is complicated enough ...
Sarah Weinberger's user avatar
1 vote
2 answers
165 views

The situation is quite simple, yet I don't understand in quite well. I have a WinMFC app, which is also a name of the solution project. I want to pass the data from Main dialog of the app (...
DOJ's user avatar
  • 11
0 votes
1 answer
78 views

I'm working on an application designed to convert between different number systems. Its operation involves users inputting a value in one base number system, after which the remaining three text boxes ...
Pacjoseph Novabos's user avatar
0 votes
1 answer
138 views

I've inherited a Visual Studio solution that is structured like so (code is proprietary so I can't post original): Solution1 |_Project1 (WindowsApp) |_"Header Files" |_Utility.h |_&...
Minh Tran's user avatar
  • 552
0 votes
1 answer
296 views

We are migrating our TFS server 2017 to DevOps Server 2022 but when we migrate our databases to the devops server our connection from visual studio 2012 and 2010 is not working while on Visual studio ...
muhammad tahir's user avatar
0 votes
1 answer
46 views

So basically, lets say i have a cannon, i wanted to make it shoot a cannonball(prefabs) and leave an explosion(prefab) at the place it collided. example code for projectile: using UnityEngine; ...
Aiden Chan's user avatar
0 votes
1 answer
66 views

I have issues with my commit, two files in my repo are being duplicated. My Logics.cs and Constants.cs were duplicated. I really do not know why that happened, I made the commit from my Microsoft ...
Olayode's user avatar
0 votes
1 answer
171 views

I'm not a newbie, but my programming for Windows is weak. I have multiple programs running on a PC. One is an operator interface, so it usually always has focus. If an error/warning condition ...
stgislander's user avatar
0 votes
0 answers
73 views

#include <iostream> #include <vector> #include <algorithm> // Function declarations std::vector<double> wiki_mon_spline(const std::vector<double>& x, const std::...
Naanu Reddy's user avatar
1 vote
1 answer
157 views

Here is my program: #include <stdio.h> int main() { printf("%g\n", 100000.5); printf("%g\n", 100001.5); printf("%g\n", 100002.5); printf("%g\n&...
HelpMePlease's user avatar
1 vote
0 answers
62 views

i run a code in c++ in debug version step by step (F11) using visual studio2010 linked with cplex 12.4, so i obtained this error and message at the line where i declare IloEnv env ; it don't work , ...
Siw Mni's user avatar
  • 21
1 vote
0 answers
161 views

I try to run android emulator in visual studio code, and got an error. Here is my full error: [ERR] The Android emulator exited with code 1 during startup [ERR] Android emulator stderr: [ERR] ERROR |...
ThammaD's user avatar
  • 11
0 votes
1 answer
991 views

When I write PHP artisan serve in Laravel 10, This error always write in console. How to resolve this issue? PS C:\xampp\htdocs\Laravel\test_proj> php artisan serve *PHP Warning: Module "...
Web Wizard's user avatar
0 votes
0 answers
272 views

C:..\x.cs with Unicode (UTF-8) encoding. Saving the file will not preserve the original file contents. -When I open the project, it takes over the .cs files and gives the above error. -In the parts of ...
coder's user avatar
  • 5
-1 votes
3 answers
196 views

I'm trying to complete a tutorial video about some piece of code that should prevent players to jump continuosly after they die at some point(when they collide with an obstacle).We assigned gameOver ...
Melih Ekici's user avatar
-1 votes
1 answer
284 views

I have 2 wpf projects and one is a console which acts as a server. If anyone has any solutions or alternatives, I would be grateful. I need to find a way of running the server or the console app ...
Michal Ligezka's user avatar
0 votes
1 answer
768 views

I am learning C#. I had a class under a namespace and it works fine. After adding another class, it says that there are multiple entry points. So I want to delete the other class. Even after deleting ...
brlawrence's user avatar
1 vote
0 answers
128 views

I downloaded the 8.4.0 cURL source files (released Oct. 11) and am attempting the compile libcurl.lib using Visual Studio 2010. The source package comes with a solution file for VC10 (thank you!) but ...
couldabin's user avatar
-1 votes
1 answer
71 views

enter image description here I want to create a Java Project in Visual Studio but I am not able to find Java language in the list of languages given under Create a project also I tried creating a java ...
Gamer Devoloper's user avatar
0 votes
0 answers
60 views

My computer has Windows 7, 32-bit installed I have a problem: When you start Visual Studio Ultimate 2010 or 2012 and then click on the toolbox, the tools appear colored and grayed out as if they are ...
Hamza Xl's user avatar
0 votes
0 answers
45 views

While using the KingwaySoft tool for data migration from Dynamics CRM to another CRM table, I encountered an error message stating: 'The 'Dynamics CRM Destination.Connections[DynamicsCRM]' in the ...
amit234's user avatar
2 votes
3 answers
3k views

My problem is that my tab key isn't accepted as auto complete for code or inserting tabstops, instead it changes the selection of the window i am in like in any other Windows program. I know there are ...
Alec's user avatar
  • 71
-1 votes
1 answer
46 views

How to play an RA audio file in C# RA audio file Make WindowsMediaPlayer support the ra file or play a single file in another files ra not play in WindowsMediaPlayer code c# play in WindowsMediaPlayer ...
nady's user avatar
  • 27
0 votes
1 answer
39 views

I need to make different TextBoxes interact between each other, even though they are in different panels, identified by different names in a foreach code. I am making a Wordle game in Windows Forms. I ...
MarcosT's user avatar
0 votes
0 answers
140 views

When I tried to install VS 2010 on Windows 10, the installation ends with errors as shown in this screenshot: I tried to download another copy of VS 2010 but the same errors appeared. I stopped the ...
Ruba Alahmad's user avatar
0 votes
0 answers
34 views

i have datagridview contains more than 100 rows: student name, class and code, i want to get on 3 sequences student codes when select any row to show them in 3 textboxes, whatever the position of the ...
Hazem's user avatar
  • 1
1 vote
0 answers
36 views

i have a folder full of over 12,000 images. i'd like to make a program to redirect drawings to the drawing folder and photos to the photo folder. I'm in my 1st year of engineering school and I don't ...
Selim Rebai's user avatar
0 votes
1 answer
212 views

No matter what program I try to execute, VS code won't allow me to. It was working great before. I tried $ ./name of my programs (I tried with various, of course) and I receive a bash: permission ...
Lynn Segev's user avatar
0 votes
1 answer
409 views

I am very new to coding so I will explain what I did step by step. I created a virtual environment in command prompt and then I installed django in that. Then, I opened the project in vs code and ...
maya's user avatar
  • 3
0 votes
1 answer
729 views

I created a cpp file for a character class in unreal engine and I'm trying to edit the code in it. It opens up in visual studio but I cannot find it in the solution explorer page and vs does not ...
WinterSolstice's user avatar
0 votes
0 answers
205 views

I'm on an old VS2010 project using CString which I'm really not well acquainted with. I need to retrieve the %TEMP% path so I thought about using GetTempPath() function. The issue is that I can't make ...
Limon's user avatar
  • 19
0 votes
1 answer
120 views

private void ProcessedImage() { try { if (FileUpload1.HasFile) { int length = 192; int width = 192; using (...
KARTHIK LAGVANKAR's user avatar

1
2 3 4 5
929