Skip to main content
0 votes
0 answers
71 views

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 ...
Tex's user avatar
  • 3
1 vote
0 answers
69 views

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.......
Rade Miha's user avatar
0 votes
0 answers
61 views

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.
S M's user avatar
  • 1
0 votes
0 answers
54 views

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, ...
Opux's user avatar
  • 806
0 votes
0 answers
34 views

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 ...
Enjoy life Zom's user avatar
0 votes
1 answer
187 views

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 ....
Derek Johnson's user avatar
0 votes
0 answers
91 views

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 ...
Nmaster88's user avatar
  • 1,625
3 votes
2 answers
157 views

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) ...
ABUL_SALASA's user avatar
0 votes
1 answer
185 views

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'" ...
dlaksmi's user avatar
  • 213
0 votes
1 answer
144 views

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 '...
dlaksmi's user avatar
  • 213
0 votes
1 answer
75 views

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 ...
Javier Alvarado's user avatar
0 votes
0 answers
198 views

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 ...
AlainD's user avatar
  • 6,815
0 votes
0 answers
79 views

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 ...
Luca Geremei's user avatar
0 votes
0 answers
30 views

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 ...
giofrida's user avatar
  • 127
1 vote
0 answers
79 views

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 ...
momiavive's user avatar

15 30 50 per page
1
2 3 4 5
1303