Questions tagged as 'visual-studio'

0
answers

Problem with Return from Parallel.ForEach

Good evening everyone! I am making a system in C # WindowsForms for validation of FEBRABAN V2 model phone bills. The files usually have between 600Mb to 15Gb, so I opted for the use of Parallel.ForEach, and really turned the performance in...
asked by 12.05.2016 / 18:13
1
answer

Visual Studio 2015 does not appear in ASP.NET Preview Templates

I installed the Pro version of Visual Studio 2015 in Windows 10 for testing. When creating a project should open a screen with the options as in the image below: Butitopenslikethis: DoesnotshowASP.NET5Templatesoptions.ItriedtoaddbyTools-...
asked by 09.02.2016 / 22:12
2
answers

I can not connect the localDB with visual studio

I'm trying to use the entity framework in Visual Studio, but when I try to run the program it generates the error: System.Data.SqlClient.SqlException was unhandled Class=20 ErrorCode=-2146232060 HResult=-2146232060 LineNumber=0 Me...
asked by 16.11.2015 / 18:50
0
answers

VS2015 - Accessing the Mobile Application

Good morning! I'm creating an API for testing in VS2015. When running the project, it uses the "localhost: 32150" address provided by IIS Express. If I provide a method through my browser, it works normally, eg: "localhost: 32150 / api...
asked by 08.01.2016 / 12:05
1
answer

Form does not validate using Partial View

I'm using Partial View to Pessoa record, that is, in my View have two RadioButton : Pessoa Fisica and Pessoa Juridica , to select the Radio Button I do the following ajax : $(function (...
asked by 26.11.2015 / 11:34
1
answer

Release with Report does not run on other PCs

TableCreate a WinForm that contains Reports that looks for data in a DataSet object (which is programmatically populated using a SQL Server source). The release is stored on the server and can be accessed by client machin...
asked by 16.09.2015 / 21:45
0
answers

Handle Decimal Values in EXCEL + VB

I have an application that provides a webservice (ws) (java) but I need to transport data to an excel sheet and print, my problem is this, when I get the values of ws depending on the reginal setting of the operating system, different formats Ex...
asked by 24.04.2015 / 16:49
0
answers

Splitting Duplicates in a Subreport - MSSQL / Crystal Reports

I would like to generate a PIS and COFINS tax forecast report, which is calculated based on a CFOP code of the notes issued in a given period, but would like to separate this information in "blocks" / p> I expect the result this way: +------...
asked by 24.02.2015 / 21:07
1
answer

How to set a default page?

I downloaded a project, which when I run from this: The Web server is configured not to list the contents of this directory. I'm new to this environment, what do I have to configure? Note: Visual Studio 2013 Ultimate     
asked by 18.01.2015 / 19:07
0
answers

Consume WCF in localhost in VS2008 (Windows CE)

I am trying to consume a WCF (localhost) in a Windows CE application in VS2008. If I try to do the same thing in VS2010, everything works since it automatically creates the proxy (app.config). When I run the test line: var t = WebServiceCo...
asked by 20.01.2015 / 19:10