Questions tagged as 'c#'

1
answer

help with error in visual Studio

Hello I have the following problem in a C # project I have 3 projects and when I run the program he sends me the following error:    The following errors occurred while trying to load the application.   - The detected OwinStartup attribute of...
asked by 10.03.2018 / 00:56
1
answer

Obtain values of the same index in different array and assign them different values

I have 2 arrays that are the following: int[] used = {300,525,110} int[] total = {350,600,115} (By the way, the language is C # in case someone asks.) What I try to achieve is to go through each of the arrays and compare the values betwe...
asked by 26.03.2018 / 21:53
0
answers

error when publishing to remote server by iis credentials from visual studio

I can not publish to IIS LAN server from visual studio (c # mvc), but all other developers do. answer: you must navigate from visual studio to the server address \\ xxx.xxx.xxx.xxx and use credentials when required.     
asked by 12.03.2018 / 17:09
0
answers

How to create a scaling of a windows form C #? Without using anchor or dock

I have the need to create a scaling in a windows form application which should be adjusted: the form, the controls and the letter to any screen resolution and without using neither anchor nor dock. And I can not adjust. I would greatly appreciat...
asked by 12.03.2018 / 20:17
2
answers

How can I create several global variables in Winforms C #?

I mean, for example, that you have a variable called "A" in a form 1 and that you can change the value of "A" from form 2 or 3 (all)     
asked by 12.03.2018 / 17:37
0
answers

Save text using savefiledialog and open it with openfiledialog in different textbox?

What I need is for my application to save 2 textbox data and a datetimepicker (with savefiledialog) and that if it is opened (with openfiledialog) it is written in different textbox and datetimepicker respectively.     
asked by 12.03.2018 / 18:35
1
answer

load crystal reports with gridview data? [duplicate]

I have a gridview in asp .net filled with a datatable and I need to click on a print button to generate a report crystal reports with the gridview data. I was investigating and apparently it is with a "typed dataset", I do not understand very...
asked by 14.03.2018 / 18:20
2
answers

Error trying to capture the value of an @ Html.DropDownList

I have a form and I show a @ Html.DropDownList, the data that I am passing was passed through a ViewBag which instantiated at the beginning of the view, when trying to get the value the jquery generates the following error Uncaught Error: Synt...
asked by 15.03.2018 / 17:28
0
answers

Memory card overflow Crystal Report Error message every so often

I have implemented a web with IIS7, VS 2015 community which has a report generation method that receives a parameter ... it responds correctly, for a certain time, then it generates an error "There is not enough memory for the operation "...
asked by 09.03.2018 / 17:50
0
answers

It is possible to connect Fusion tables with a desktop app with visual studio in c #

I have been doing some applications in App inventor 2 but I would like to know if it is possible and how to connect fusion tables with an application in visual studio     
asked by 09.03.2018 / 18:27