Questions tagged as 'visual-studio'

1
answer

Problem connecting to Access in VisualStudio

I created a small database in Access and I am trying to connect to VisualStudio, however it gives the following error message:    Unrecognized database format 'c: \ Users \ wss \ desktop \ dbteste.accdb' How do I fix this?     
asked by 26.09.2017 / 21:28
2
answers

String handling in VB.Net

Hello, in the code I'm developing I need to get a file name. I used an OpenFileDialog for the user to select a file, and after selecting, the system returns the directory of this file within a string. Example: "C: \ Users \ Lucas \ Documents \ I...
asked by 03.09.2017 / 20:50
1
answer

Problems running / publishing WEP API on IIS10!

I want to publish my ASP.NET Web API via filesystem , but I'm having an assembly error while running the site in IIS10. By VS I can run, but not by IIS. NOTE: I already have the DLL in the bin folder. Error:    Could not load file o...
asked by 10.08.2017 / 20:44
1
answer

Open Program with dragging file (PDF) and recovering the path

Hello, I'm having a somewhat complicated need, I'm developing an application that sends pdf files to an application via webservices. I just want to let this problem start in some different ways. I'll try to explain by example. When I have a file...
asked by 23.08.2017 / 21:36
1
answer

How to compile / build a DLL?

I made a program in C # in Visual Studio 2017, but by default, when I compile the code, it creates a .exe file, but I would like the code to compile a .dll file. How can I do this? Example: I created a program called ccl...
asked by 29.07.2017 / 18:36
1
answer

Xamarin.Android error "PresentationFramework"

I have this error in my project Xamarin.android Severity Code Description Project File Line Suppression State Error Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'PresentationFramework, Version...
asked by 26.07.2017 / 20:38
1
answer

How to generate Code Churn in Visual Studio Team Services (VSTS)?

In this article , I noticed that it is possible to generate reports from Code Churn for TFS: I would like to generate the similar report using Visual Studio Team Services (VSTS). Is this possible and, if so, how?     
asked by 23.08.2017 / 14:50
2
answers

Error selected language

I copied a source code made in the Code Blocks program and pasted it into a project in Visual Studio C 2010 Express, compiled and is giving some errors, one of the errors is in this line: int main(){ // Altera a linguagem do console para perm...
asked by 31.05.2017 / 17:30
1
answer

Visual Studio 2017 + TFS - Performance Issues

I have a VS 2017 installation using TFS as a version control, and when I'm doing merge from one branch with another it takes a long time to load the < in> changeset . Has anyone ever had this kind of problem? Do you know how to solve?   ...
asked by 20.04.2017 / 19:12
1
answer

My executable is still in an old version

I compile the VB project and when I open the folder to get the generated exe, it is still with an old date, which in this case is 3/18/2017 instead of 04/20/2017. Is there anything I should do? I compile like this: Ctrl + F5 and then open the fo...
asked by 20.04.2017 / 15:40