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
-2
votes
1 answer

Circular Array Rotation Hackerrank

Here is the Link of the problem which I was solving on Hackerrank:-https://www.hackerrank.com/challenges/circular-array-rotation/problem Here is my code this code passes all the testcases except the fourth test will someone please help me what's…
Saurabh Dubey
  • 17
  • 1
  • 4
-2
votes
2 answers

Project Euler: Even Fibonacci numbers

Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 terms will be: 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... By considering the terms in the Fibonacci sequence whose values do…
user8831891
-2
votes
2 answers

Solution Architect reporting line , is it EA manager or Development manager?

we are a big Telecom company , recently EA office established in our company and we have an internal debate whether the technical solution architecture should be part from Development team or EA team responsibility ? based on that , the solution…
-2
votes
2 answers

rename up to 10 generations of the history file just below Demo Folder

I have a huge problem here related to VB.Net coding. I have a folder named Demo located in my C drive. And I have a project which will create DAT files in this folder. Now my problem is. I have to change the file name if file is exists like this way…
ZearaeZ
  • 899
  • 8
  • 20
-2
votes
1 answer

Project Euler Solution 8, Explanation needed

I have resolved the Problem 8 of Project Euler; The four adjacent digits in the 1000-digit number that have the greatest product are 9 × 9 × 8 × 9 =…
Just_another_developer
  • 5,737
  • 12
  • 50
  • 83
-3
votes
1 answer

Now i found the problem and i dont know to correct 'Incorrect syntax near '('.'

Else conn2.Open() Dim cmd3 As New SqlCommand("update Pr_masterItem (item_id, item_name, inventory, subtitutes_exist, assembly_bom, satuan, cost_is_adjusted, harga_beli, harga_jual) values (@item_id,…
Ari's
  • 1
  • 3
-3
votes
1 answer

As I am using the local hosting of MAMP but " There has been a critical error on this website" this is error is coming. What should I do?

As I am using the local hosting of MAMPbut " There has been a critical error on this website" this is error is coming. What should I do?
-3
votes
2 answers

How to move Azure vm data to on-premises

is it possible to move azure VM data (disk)to on prem ? if so please do let me know steps to move the data from azure to on-premises
Joseph
  • 1
  • 2
-3
votes
1 answer

LNK1124 error debugger cannot find .exe file

image of error I'm having an error with visual studio every time I'm trying to use cin to get the guess of the user without that it works fine. code console message with error
-3
votes
1 answer

Send a solution as a single archive file

It's my first time sending a solution, so I have no experience with it. The requirement is to send a solution as a single archive file containing only source code files. I will quote for precision: "Send a fully buildable single solution and source…
MicroDev92
  • 169
  • 1
  • 15
-3
votes
1 answer

Unable to convert project as VSProject

We have created solution like the one below and added the default project after creating solution. Please refer code below Type visualStudioType = Type.GetTypeFromProgID("VisualStudio.DTE.12.0", true); DTE env =…
Dheepa
  • 1
  • 2
-3
votes
1 answer

Visual Studio 2010 How to achieve the solution location with add-in?

Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location It is wrong code, because the result is the add-in directory/location. I would like to open a file on the directory.
-4
votes
0 answers

How to fix this python code to the task from eolymp

I have written an algorithm, for the task at hand. Here's its condition: Valera the Horse has an integer n. Also Valera has hooves. It is difficult to write with hooves, so Valera can only write the numbers one ("1") and two ("2"). Now Valera wants…
-4
votes
1 answer

function error C2059: syntax error: '>' don't work

I am trying to get this function to work, but I keep getting, What is the solution ? if (size_t i >0 && DailyPOCs.size()>0 && DailyPOCs.size()>dayNumber); error C2059: syntax error: '>'
-4
votes
1 answer

Messaging with 80000 producers and few consumers

We are looking to implement a monitoring system where we have to monitor some specifics from 80,000 nodes. We are also looking to generate reports from the 80,000 nodes. We are thinking of using a client on each node to send out messages to a queue…
1 2 3
59
60