Visual Studio 2008 – Windows Embedded con SQLite Realice la configuración en una maquina virtual con Windows XP creada con VirtualBox (https://www.virtualbox.org/) En la maquina virtual instalé: 1.- Visual Studio 2005 o 2008 2.- Windows Mobile 6 Professional SDK...
¿Cómo probar si un DataSet está vacío? Esta sería la mejor forma para validar un DataSet vacío: if(ds != null) if(ds.Tables.Count > 0 ) if(ds.Tables[0].Rows.Count > 0) Aca un ejemplo: if (MiDataSet != null && MiDataSet.Tables.Count...
Verificar los controladores ODBC en C# .NET El sistema operativo almacena una lista de los controladores ODBC instalados en el registro HKEY_LOCAL_MACHINE. Hay dos ubicaciones diferentes para los controladores de 32 bits y 64 bits: 32bit:...
C# .Net MySql Problema: Guid debe contener 32 dígitos con 4 guiones (xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx) Esto sucede al realizar un “select *” o un “select” de un CampoId, y este esta configurado como Char(36). El problema es que los datos...
Cómo obtener la cadena de conexión de App.Config en C # Debes agregar la referencia, para esto debes hacer clic con el botón derecho en el proyecto y luego clic en la opción Agregar referencia del menú contextual. Luego debes hacer es establecer la cadena de conexión...
System.Threading.Task no funciona En algunas ocasiones no funciona el Threading al utilizar .NET 3.0 o .NET 3.5, apareciendo el siguiente mensaje: The type or namespace name 'Tasks' does not exist in the namespace 'System.Threading' (are you missing an assembly...
Este sitio web utiliza cookies para mejorar su experiencia. Asumiremos que está de acuerdo con esto, pero puede optar por no participar si lo desea. Configuración de CookieACEPTO
Privacy & Cookies Policy
Privacy Overview
This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.