Questions tagged as 'visual-studio-2013'

1
answer

Meaning of class member icons in Visual Studio

I would like to know if there is any documentation that deals with the meaning of the Visual Studio images / icons (obviously some are explicit ( salvar = disquete ) or whose function is shown when positioning the mouse.) I quote the f...
asked by 24.06.2015 / 03:12
0
answers

Error importing NFSe Service from Aracaju

I'm trying to add this service in VS 2013: https://www3.webiss.com.br/aracajuse_wsnfse/NfseServices.svc But you can not add this URL as a service. Usually the URLs I add do not have .svc at the end. Error:    There was an er...
asked by 04.03.2015 / 14:01
2
answers

Value based on another field (Crystal Reports)

How do I get the Valor Unit of the last purchase in Crystal Reports on a resulting table like the following? +-------------+---------------+------+------------+---------------+ | CodItem | DataCompra | Qtde | ValorUnit | Valor...
asked by 19.02.2015 / 19:27
2
answers

If I copy directly to the project folder of Visual Studio gives some error? Or do I have to do something else?

I wanted to copy the Project Solution to my teacher, can I go to the file location and just copy the project and send it to him that will work?     
asked by 18.11.2017 / 13:51
3
answers

Pass Controls to a Function

I have an interface in Visual C #. In this interface I have a class named T50 that contains all the variables I need. I've already implemented a button where the object created by the T50 class was saved. I can save and read this object (Usin...
asked by 01.08.2015 / 21:48
3
answers

Using Visual Studio and C ++ how do I prevent the debug screen from closing automatically?

Using the code below I type the two numbers, but if I give enter after entering the second number the answer appears quickly and the debug closes. int main(){ int num1, num2, answer; cout << "Digite um número:"; cin >> num1; cou...
asked by 03.10.2014 / 08:29
3
answers

Error generating PDF with RotativaW7

Well, I'm having a problem here to generate a pdf with the data coming from the bank. My system has a student register and its occurrences. What I wanted is that, when detailing the data, I could print these data on the screen (the data of the s...
asked by 05.06.2014 / 23:45
2
answers

Are projects created in Visual Studio 2015 recognized in Visual Studio 2013?

Because projects that are created in 2013 are not recognized in 2012, because I have to create everything at hand, because the visual does not recognize the same as an MVC project.     
asked by 29.07.2015 / 16:40
1
answer

Create files from a template

I do not know if my question is intelligent and if it is possible to do it. I need to automate the creation of files in Visual Studio, here in the company, whenever we create a VIEW it is necessary that two more files are created [VIEWNAME] .mai...
asked by 23.06.2015 / 22:55
1
answer

How do I use the VS Command Window?

How do I use the Command Window? I have never used this tool to debug.     
asked by 23.12.2014 / 20:20