Questions tagged as 'visual-studio-2015'

1
answer

Cultural reference C # is not supported

I've been having problems wanting to install the published program, being that compiling and running directly from Visual Studio 2015 works fine here is the error that I generated when installing the published program INFORMACIÓN DE VERSIÓN...
asked by 23.07.2018 / 04:46
2
answers

Crystal Reports Throw "E_NOINTERFACE" when you report.SetDataSource (ds);

Throw the Exception when creating a Report and pass it a Dataset : DataSet ds = new DataSet(); ds.Tables.Add(tabla); tabla.TableName = "tablename"; Rpt.MyRpt reporte = new Rpt.MyRpt(); reporte.SetDataSource(ds); The exception happe...
asked by 16.11.2017 / 20:28
1
answer

Problem debugging a thread when there are several assets Visual Studio 2015

I have a program that reaches a point and launches a task where a series of actions are executed, while those actions I am in a loop checking until that task ends or a certain date is reached. What I want is to purge only what happens in that ta...
asked by 19.07.2017 / 17:12
1
answer

Help with windows forms tool

What happens is that I must do a minesweeper of 300 squares, but I do not know with which tool to create the frame, could someone please tell me which tool will be useful to put the random code and that the game works for me? ? Thanks     
asked by 14.04.2017 / 18:33
2
answers

How to Associate File Extension to My Application?

I develop an App that creates files with a .klm extension, what I need to do is that when I click on this type of files my application opens ... How can I do it ???     
asked by 27.04.2017 / 11:50
2
answers

CrystalReport on iis server does not work - ASP: NET MVC

Good friends, I inform you that I have a problem with Crystal Report on a server IIS . Before publishing if it works for me, but when I mount it in the Servidor IIS it gives me this error    The system can not find the...
asked by 31.03.2017 / 21:50
1
answer

TabControl DevComponents

I am working on a Windows Forms app, at the moment of selecting the tab by means of a If I want it to fulfill a condition, but I have not achieved it I have tried with this code: private void tabControlCategoriaSubCategoria_Selec...
asked by 22.05.2016 / 16:48
1
answer

Using Ninjet to do the injection

I am working on a windows forms app, in which I work with EF, ninject. With ninject injecto Interface and class. Bind(typeof(ISaProveedor)).To(typeof(SaProveedor)); My problem is not that, I am illustrating how my app works The problem c...
asked by 28.05.2016 / 15:42
2
answers

Local dependencies using the tools for NodeJS in VS2015

I'm trying to compile a project from nodejs, with VS2015. The main project has sub projects in sub folders, that is to say that in each sub-folder there is a package.json with its own code and each one declares the dependencies to th...
asked by 20.01.2016 / 15:47
0
answers

OData v4 Client Code Generator issues in Visual Studio 2015

Hi, I have a problem when making the connection to the web service using ODATA, well apparently the web service is in a previous version of ODATA because the XML data does not return as JSON, however I am connecting with visual Studio 2015 using...
asked by 28.09.2018 / 23:19