19,530 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
81
views
Report with Visual Studio 2015
I'm trying to make Reportviewer work with VS2015. I attempted everything, installed the distributable package, followed all steps suggested by Microsoft, but I get the same issue: the report works ...
1
vote
0
answers
71
views
When I click on ComboBox I get protected data in the dropdown list. I want that data not to be masked
Here is my program, completed in VS2015 with Visual C # 2015 and .NET Framework 4.7.2.
I want to mask, ie. to protect my program from hacking.
I want to hide the names like Form1,... variable names.......
0
votes
0
answers
63
views
SSRS Reports missing on Visual Studio 2015 Community edition - with SQL Server Data Tools installed
I'm unable to create a new SSRS Report project in Visual Studio 2015.3 Community edition. SQL Server Data Tools package is installed; the Report file type is unavailable in 'New Item' for a project.
0
votes
0
answers
56
views
Finding the user/group info for process
I have this function which is called for certain file events, such as opening a file, deleting a file, etc. Before the attempt is successful, this function of mine will decide if it should be allowed, ...
0
votes
0
answers
35
views
How to get printDocument in Visual Studio 2015 VB.net print by ticket dialog with numeric count
I want to printDocument in Visual Studio 2015. I set ticket Dialog, but I can't print with dialog. It does work.
example: I want to print only page 3, but it prints the whole document.
Control with ...
0
votes
1
answer
199
views
Problem with C# using System.Runtime.InteropServices
Skeketon project in Visual Studio 2015 references InteropServices Runtime Version: v4.0.30319 Version: 4.1.1.0 installed from nuget.org:
System.Runtime.InteropServices by: dotnetframework Microsoft
....
0
votes
0
answers
99
views
Any way to open an SSIS project with a newer version of Visual Studio?
In my machine I have installed Visual Studio 2022.
I have a SSIS project that I want to open and it says "incompatible" when I try to open the solution.
A popup opens and says:
Unsupported ...
3
votes
2
answers
164
views
Issues when parallelizing for loop to perform array assignments
I am learning omp and came across this issue...
consider following code where:
Arrays a, b, and c are initialized
#pragma omp parallel num_threads(4)
{
#pragma omp for schedule(static, 64)
...
0
votes
1
answer
190
views
Cannot implicitly convert type 'long' to 'uint' and Use of unassigned local variable in C#
I have an error "Cannot implicitly convert type 'long' to 'uint'. An explicit conversion exists (are you missing a cast?)" and "Use of unassigned local variable 'lASTINPUTINFO'"
...
0
votes
1
answer
155
views
error A value of type 'int' cannot be used as a default parameter because there are no standard conversions to type
I have an error Error CS1750 A value of type 'int' cannot be used as a default parameter because there are no standard conversions to type 'KtToast.Positions' and error CS1750 A value of type '...
0
votes
1
answer
79
views
Visual Studio 2015, 2017 & 2019 is extremely slow during forms design
I recently started developing software for a company. However, after replacing my entire setup with (Lenovo P16s laptop with RTX A500, 32" Lenovo monitors and Lenovo docking station) I started ...
0
votes
0
answers
202
views
Install Visual Studio 2015 [duplicate]
My employer needs me to work on Windows Embedded Compact 2013 targeting .NET Compact Framework 3.5 or 3.9 using Visual Studio 2015. My computer is using Windows 10 x64.
The employer has an active MSDN ...
0
votes
0
answers
79
views
Client or Request could be null downloading a file asynchronously from dropbox
First of all I would like to apologize but this is the first time I use these tools (HttpClient and SendAsync )
I'd like to download asynchronously a file ( video / image / text ) from dropbox by the ...
0
votes
0
answers
31
views
Getting error 'cannot open program database' when building CUDA solution in Visual Studio 2015 [duplicate]
I'm using Visual Studio Community 2015 for compatibility with CUDA Toolkit v8. I've created a new solution/project based on the CUDA template and checked that it builds. At this point, if I close and ...
1
vote
0
answers
82
views
Error 500 in Production after publishing with VS2015 for Multi-Layer .NET Framework Solution
In a solution composed of several layers:
BusinessEntity (Layer)
DTO
BeMonitorRequest.cs
...other classes...
Web (Layer)
Controllers
MonitorController.cs
...other controllers...
I am having an ...