Questions tagged [solution]

A solution (.sln file) is a structure for organizing projects in Visual Studio. It groups one or more projects that work together to create an application.

893 questions
-1
votes
1 answer

Visual Studio 2013 project vanished upon clicking no to "save all"

I am using VS 2013 Shell Integrated with TwinCat3. Never seen this one before... Simply wanted to save some code and visualization changes and "save all" was defaulting to an F: drive that did not exist. I clicked cancel and retried a few times, no…
RWanek
  • 1
  • 1
-1
votes
3 answers

Yellow trianlges on every reference in asp .net project

I have a new project for a new job. The project will not build on my computer. It has yellow triangles under every reference that isn't a project in the solution. It even has a yellow triangle for microsoft.csharp. I have been digging and tried many…
-1
votes
1 answer

Visual Studio 2017 lock file in solution explorer

I have a C# application, a VS2017 solution with 7 projects. Is it possible to lock a *.cs file or a project in order to avoid me to do undesired modification?
-1
votes
1 answer

how to solve a second order nonlinear differential equation in MATLAB?

I have a equation in the form : (M*X") +( K1*X)+(K2*X^2)=0 Now I want to solve this equation with Matlab. I would appreciate if someone could share a link which contains the analytical solution for such a equation. Thank you :)
hossein.kh
  • 15
  • 6
-1
votes
1 answer

Yum command is not working in Docker images

[root@8b473cb5f656 sysconfig]# yum update Loaded plugins: fastestmirror, ovl Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=container error was 12: Timeout on…
deepesh
  • 1
  • 2
-1
votes
6 answers

How to grep the number in text file?

i want to ask a question about 'awk' , example: awk '{print $8}' tes.txt output : size=21341, but i only want to grep number "21341", can you give me solution about how to grep the number?
Aris Pratama
  • 3
  • 1
  • 3
-1
votes
2 answers

Why one solution prints true when the other prints false?

I have two solutions to reverse a string in Ruby. One prints true while the other prints false, however, both print out the response I want. Why does one say it's false even though it results in the same answer as the solution that prints true? Here…
jafoole
  • 1
  • 2
-1
votes
1 answer

Merlinx VCMS integration with Wordpress

A few hours ago, I had a task to integrate the VCMS by Merlinx with Wordpress. There are two main issues: 1) Wordpress tries to add slash as the last character in URL and any JS or another resource can't be loaded 2) Module needs a custom rewrite…
Frost
  • 31
  • 5
-1
votes
2 answers

swift code for app turning integers into factors

i'm a novice with swift and wanted to create a method that will take an integer as its parameter and use a fencepost loop to print the factors of that number. This should be separated by the word "and". For example, the call printFactors(24)…
-1
votes
1 answer

Visual studio calls unnecessary Main method

I am moving into C# programming language and am creating a multi proyect solution. My problem is that I am using proyect1 in proyect2 and get the error that proyect1 supposedly requires a Main method when my entry program is in proyect2. Now, i set…
Chris
  • 1
  • 1
-1
votes
1 answer

Visual Studio 2015 different version number causes solution file to be checked out

I am not sure if that is something generic or our project specific issue. we have mvc application and I recognized the other day that every time I open the solution VS 2015 update 2 checking out the solution. when I compare the difference /change,…
Emil
  • 6,411
  • 7
  • 62
  • 112
-1
votes
1 answer

MySQL join 2 tables?

I have a database with users. Now I'm trying to create a wall (Facebook like). I've added a table in my db called status_update and added a row username(user who posted the status). Then I created a query to search for statuses from the user on…
Studio DnB
  • 19
  • 9
-1
votes
1 answer

editing a solution with c#, visual studio and msbuild

I have got a VS solution, which looks like this: Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2013 VisualStudioVersion = 12.0.40629.0 MinimumVisualStudioVersion =…
Coding4Fun
  • 81
  • 1
  • 9
-1
votes
2 answers

Knight Chess solution in C

I have to create a program in C that will be checking for a solution of Knight problem (in chess) for every possible starting point in the chess board. Sadly after writing everything down it won't compile and after searching for a long time, I wasnt…
jakubby
  • 21
  • 4
-1
votes
1 answer

How do I move a solution from git to tfs

I decided to share a solution with a fellow programmer. We both have permissions to add to and work on projects in a shared Team Foundation Server. I mistakenly created it in Git, and it is now only local to myself. I don't know and don't wish to…
pashute
  • 3,965
  • 3
  • 38
  • 65