Posts by Paulo Pires • 76 points
4 posts
-
1
votes1
answer902
viewsA: Windows user on IIS
According to the configuration you put in the question it seems that you missed setting "impersonate=true" on your web.config. Place the following code snippet. <configuration>…
-
2
votes1
answer1701
viewsA: C# - Use of A3 Certificate (Card Reader) + Windows Service
The use of the A3 type certificate is more restricted than the A1 type. In A1, you can open it within the code if you have the private key password. A3 requires the user to enter the password when…
-
0
votes2
answers711
viewsA: Installing a Winforms C# application on the client
About the Viewer report. Search the Microsoft website for "Microsoft Report Viewer Package yyyy Redistributable". It will only install the necessary binaries in the client to generate the report.…
-
3
votes1
answer699
viewsA: What tools are available for code coverage in . NET in Visual Studio?
This Stack Overflow link (https://stackoverflow.com/questions/276829/code-coverage-for-c-net) led to the conclusion that there aren’t many free apps. The only free would be Opencover…