Questions tagged as 'visual-studio'

1
answer

Build Output: Consider app.config remapping of assembly

I'm getting the message below for several Assemblies , the project compiles and runs normally, but wanted to know how to resolve and could cause future problems.    Consider app.config remapping of assembly "System.Net.Primitives,   Culture...
asked by 26.08.2015 / 18:11
1
answer

Publish Visual basic error

Good evening, friends. I'm having a hard time compiling my project. He has this error. What can it be?     
asked by 01.07.2015 / 02:08
1
answer

Which version of visual studio does classic asp support?

<HTML> <HEAD> <TITLE>Seu título aqui</TITLE> </HEAD> <BODY BGCOLOR="FFFFFF"> <% response.write("Hello world") %> </BODY> </HTML>     
asked by 15.05.2015 / 21:14
1
answer

How to debug in Code :: Blocks using the VS 2010 Express compiler

I'm using Visual Studio 2010 Express . The problem is that Syntax Highlighting is very weak and intellisense (a feature that shows the attributes of the objects as you type) also leaves something to be desired (I do not know if it's...
asked by 11.08.2014 / 17:04
1
answer

Show null results through LEFT JOIN with Linq!

I have a SQL query: SELECT A.Codplano, A.Secao, A.Setor,A.Subsetor,A.Contato, ISNULL(B.Subord,'NÃO LANÇADA')AS Situacao FROM vwPLANODIN A LEFT JOIN LANCADA B ON A.Codplano = B.Subord and B.Data = '2014-06-10' WHERE B.ID IS NULL and A.Sitio =...
asked by 14.06.2014 / 17:21
0
answers

Error in the code of a calculator when saving the tokens, flex

The mentioned error is in the 6th line of code. Running this code in the VS developer with win_flex
asked by 05.01.2018 / 15:04
0
answers

How can I read the settings of my VISX template

I created a template that automates various development tasks of a Portuguese platform, now because of an extension anomaly I had to create a configuration page associated with my extension where it is possible to define a set of configurations....
asked by 12.10.2018 / 21:03
0
answers

Using xrTableOfContents

In my application, I have 3 different files of XtraReport . That is, I practically generate 3 reports and all together in one PDF. In the first XtraReport , I have the xrTableOfContents1 component that serves as the index. To...
asked by 27.04.2018 / 16:26
0
answers

(Media Foundation) MediaEngineClassFactory does not start MediaEngine

I'm trying to play a video for a DirectX texture via Media Foundation by searching I did not find much about it except for this example of # later test and adapt to other situations (instead of playing direct audio, processing audio,...
asked by 26.10.2017 / 17:20
1
answer

Error starting WPF application

When I start my application, an error message is displayed. The problem is that I can not find the source of the problem. Before, it did not start today. I thought it might be some configuration, but I did not change anything in Visual Studio, w...
asked by 11.08.2017 / 15:44