Posts by André Luiz • 512 points
9 posts
-
1
votes1
answer227
viewsQ: Problem running web application . net with oracle. Duplicate key
Good afternoon, I implemented a Mvc app that uses Oracle access through Oracle.Manageddataaccess version :4.122.19.1. But received the following message from IIS when running the app: Erro de…
-
4
votes1
answer528
viewsQ: Detect proxy configuration in webrequest
Good afternoon my dear, I need to make a request for an api that stays in an external domain the local network, I perform this through a webrequest that was created this way: WebRequest myWebRequest…
-
4
votes1
answer438
viewsA: Page shows only the files in IIS 7 MVC Application 5
To solve this, you need to access the Windows folder where your Asp.net version is installed. Do the following steps: Open command prompt as administrator Access:…
-
6
votes1
answer125
viewsA: Application C# Windows Forms Slow on certain machines
Good morning everyone, I found the solution to the problem. Slowness occurs when using Assembly . NET 1.1 or 2.0 which are Authenticode-Signed . Delay is due to . NET doing this check and unable to…
-
11
votes1
answer125
viewsQ: Application C# Windows Forms Slow on certain machines
Good afternoon, I performed the migration of an application that ran in a windows ce to desktop, the Application uses Sql Server Compact 4.0. and runs very well in the development environment, I…
-
5
votes1
answer285
viewsQ: Formatting decimal
I’m having a problem formatting decimals in my code in Objective-c, I would like to take advantage only 2 decimal places of my variable which is float. Ex: Value of the variable discount =…
-
2
votes1
answer201
viewsA: Catch problem with Mysql connection c#
Nayanne, your code is correct, you should not be able to connect to the bank, do the following test: try{ conexao.Open(); } catch{ MessageBox.Show("Não estabeleceu conexão com o banco de dados"); }…
-
3
votes1
answer245
viewsQ: How to map a read-only property in Fluent nhibernate, error when identifying Setter
I have a property that must be read-only, I performed mapping via code and assigned the parameter to read-only, however, it presents me an exception stating that the property’s Setter was not…
-
2
votes2
answers1260
viewsA: Java future in Chrome - possible complications
With the current version (42) can still be used by installing a plugin based on NPAPI. This link demonstrates how the activation is made.Enabling NPAPI in Chrome Version 42 and newer…