I have the code end of my txt file below and according to the recipe manual, asks me to put the characters 0x0D 0x0A at the end of the registration.
How could I do this?
ATT01 = DETIM.ValidaATT(item.Cells["att"].Value.ToString()).PadRight(1...
I have these two lists:
List<string> dirZipDireto = ConfigurationManager.AppSettings["Dir_Zip_Direto"].Split(';').ToList();
List<string> arquivos = Directory.GetFiles(caminhoCommiter, "*", SearchOption.AllDirectories).ToList();...
Hello,
I'm setting up a server on Amazon where I would like to have multiple sites on the same instance.
I've set up each site on a single IIS port on the IIS server, but the Amazon firewall only allows me to access port 80 from outside....
I have a page that loads several partials views, I want to call a specific page in a modal that will fill the entire screen.
I'm using a generic jquery command to call an action that will be passed by parameters.
This is the
<button type...
I am using Visual Studio 2015 , C# and database SQL Server Azure and developing a Windows Forms project.
Everything works perfectly, except that when I spend some time without running my application for testing, I g...
I am trying to put together a string that makes a filter to compare only one piece of a numbering. I tried to make a resource and I looked for several ways to do it and so far I could not.
using (NFSeDataContext context = new NFSeDataContext...
I do not have much practice in programming and I'm creating a system for registering items like movies, books, games, etc. for a college job. The problem is that I need to use a user manager system so that in the view index of each item type sho...
I am trying to load the jquery-ui.css CSS and jquery-ui.theme.css CSS files by creating a bundle, but the bundle insists on loading only the default CSS of ASP.NET MVC than site.css . To work, I always have to load the additional CSS files...
I have this DTO class:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
public class tbProdutoDTO
{
public tbProdutoDTO()
{
this.dsDescricao = "";
this.dsFornecedor = "";
}
public tbProdutoDTO(int...
Among the many projects here in the company, there is one that when I compile gives the following error:
Windowscannotfind'svcutil.exe'WhatdoIdotoresolvethiserror?ThisistheversionofmyVisualandFramework:
Visual Studio Ultimate 2013...