Questions tagged as 'visual-studio-2012'

2
answers

Execute condition (if / else) that is inside a string in C # 4.5 [duplicate]

I have a class that generates csv files from a query, and this file can have multiple templates , some with conditions to display value x or y . These conditions are within a database and when I retrieve this data t...
asked by 29.09.2017 / 22:18
1
answer

Crystal Report runtime is locking [closed]

Hello, I'm trying to fix an error in my application, I used FUSLOGVW.exe to find out which ones are missing the dlls that were missing. It's giving me back this msg: But the dll msvcm80.dll hand is part of my project, how can I do it to include...
asked by 30.06.2015 / 14:53
1
answer

Porting Visual C ++ code to another language [closed]

Next, I have a simple ShellExecute code that was made in Visual C ++ 2012, but because it is a closed and paid platform and because I need my clients to be downloading more programs I would like this project to be ported to another language . I'...
asked by 23.11.2015 / 04:18
1
answer

Visual Studio 2012/2015

I'm doing a Technical IT Course, and I'm currently seeing and training programming, because of this I've installed Visual Studio (2012 and 2015) When I created a project in Visual Studio I installed a slight difference between it and what...
asked by 13.11.2016 / 04:46
3
answers

Ajax works locally, but does not work on the server

I have an application in asp.net mvc 5 where the code below works locally (visual studio 2012), but does not work after posting to the server. controllerAction = "/Controller/Action/" controller = "/Controller/" $('#approve-btn').click(functi...
asked by 27.01.2016 / 19:09
1
answer

Same different result code (Visual Studio 2012 X dotnetfiddle.net)

Follow the image with the results on both platforms, is there any explanation or is it a bug in the online compiler? Both are console application , the only difference is that VS is being compiled with dotNet4 while dotnetfiddle.net dotn...
asked by 20.04.2015 / 21:44
1
answer

VS 2012 bundles to use or not to use, that's the question!

I'm starting in VS 2012 and between changes appeared bundles . I have some doubts: 1 - Is it worth using this approach? Why? 2 - The bundles should even be within the ScriptManager tag 3 - Can I continue referenci...
asked by 23.12.2014 / 14:06
2
answers

How to remove unused resources?

Is there any way or extension of Visual Studio that makes it possible to search for unused resources in the application?     
asked by 11.03.2015 / 12:01
1
answer

Application icon in Visual Studio 2012 Express

How do I set the application icon in Visual Studio 2012 Express? ps: Da executável. ps²: Aplicação C++     
asked by 21.12.2014 / 07:15
1
answer

Find broken links in the project in Visual Studio

I have a web project in Visual Studio 2012 and would like to know if there was any way to scan the code for paths that are not correct and also to identify files that are not used. For example, let's say in my aspx I have calls to css files:...
asked by 13.07.2016 / 12:57