Skip to main content

Questions tagged [visual-studio-2010]

Visual Studio 2010 is an integrated development environment (IDE) from Microsoft. Use this tag only for questions arising from the use of this particular version of Visual Studio, and not about any code just written in it.

visual-studio-2010
2 votes
1 answer
53 views

Jenkins devenv build not finishing because next command starts

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
0 answers
15 views

Source database does not show in drop down ever after selecting it vanishes

I am trying to compare the schema of DEV server to GIT project. When i connect to source DB it does not show in the dropdown after selection it simply vanishes. This is not allowing me to do schema ...
Nitin More's user avatar
-2 votes
0 answers
23 views

how to upload directory of file in Laravel 10 [duplicate]

I would like to know if it is possible to upload a directory containing files in the application laravel. This simply means that I choose the upload file option then I have the possibility of ...
Simon Thiombiano's user avatar
0 votes
1 answer
38 views

Migrating data into CRM some date values stored with either 4 or 5 hours head

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
0 answers
30 views

How do I Resolve a RegSvr32 Failed to Load 9009 error on my OCX?

I have a solution, which successfully builds/runs on Windows 7. I am porting the solution to Windows 10. DigiCert no longer supports Win7, etc. My OCX (ActiveX) project successfully builds, however ...
Sarah Weinberger's user avatar
0 votes
1 answer
93 views

How to Run, Develop and Deploy Legacy ASP.NET Project On New Windows 11?

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
2 answers
60 views

My chrome browser doesn't show up as a device in flutter

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
15 views

SSRS Report - error in parameter config - An attemp was made to set a data set parameter that is not defined in this dataset

I know this question has been asked to death for the past what 16 years and I feel completely dumb to ask. Cannot figure it out and bet you a dollar I will work out before someone replys with the ...
Glen's user avatar
  • 812
0 votes
0 answers
35 views

Localization resources with Win10 and Two output file names resolved to the same output path

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
89 views

How to pass a data in the modeless dialog window in Windows Desktop App (MFC, C++)?

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
59 views

how do i stop system stack overflow in visual basic?

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
42 views

How to remove shortcut/alias to a .cpp and .h file from another project in Visual Studio 2019?

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
  • 498
0 votes
0 answers
21 views

VS2010 Macro/Environment issue causing a HResult: 0x80070057 (E_INVALIDARG) exception

I have looked at other posts and nothing worked or nothing I could do from my control. VS 2010 Macro Line of code that fails: DTE.ExecuteCommand("ProjectandSolutionContextMenus.Item.Deploy") ...
Glen's user avatar
  • 812
0 votes
1 answer
91 views

DevOps 2022 Server not connecting on VS 2012 and VS 2010

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
38 views

How can i make a prefab instantiate another prefab?

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

15 30 50 per page
1
2 3 4 5
3106