TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Isidro Padilla
1.4k
319
19.5k
Problems with VS2010 Installer.
Aug 8 2011 7:15 AM
Hola a todos:
Estoy aprendiendo la funcionalidad del Instalador de Visual Studio 2010 y yo nunca pense que me podría encontrar tantos problemas. Yo soy un principiante y esto no es fácil para mí.
Adjunto 2 proyectos del mismo instalador.
A) Problema con el proyecto Instalado1-CS:
El proyector Instalador1-CS tiene los archivos de texto, para la creación de la base de datos, dentro del directorio \DBCustonAction. Este projecto
SI produce
la base de datos Kardex.mdf correctamente aunque al final recibo los errores siguientes:
1) In GetSQL: El valor no puede ser nulo.
2) Error 1001. El valor no puede ser nulo.
Esto 2 errores aparecen al finalizar de la creación de la base de datos y el proceso se interrumpe después de crear la base de datos correctamente.
B) Problema con el proyecto Instalador2-CS:
El proyector Instalador2-CS tiene los archivos de texto, para la creación de la base de datos, dentro del directorio \DBCustonAction\Scripts. Este projecto
NO produce
la base de datos Kardex.mdf y al final recibo los errores siguientes:
1) In GetSQL: El valor no puede ser nulo.
2) Error 1001. El valor no puede ser nulo.
Exactamente lo mismo que en el proyecto anterior.
Esto 2 errores aparecen al finalizar la creación de la base de datos y el proceso se interrumpe, después de crear la base de datos.
Parece ser que el Instalador de Visual Studio 2010 no admite que los archivos de texto estén situados en: \DBCustonAction\Scripts, pero ¿por qué?
Yo espero que algún experto revise ambos proyectos y me pueda ayudar a comprender lo que ocurre.
Gracias por adelantado.
ipadilla
Translated into English:
Hi All:
I'm learning the functionality of Visual Studio 2010 Installer and I never thought that I could find so many problems. I am a beginner and this is not easy for me.
I attached 2 projects from the same installer.
A) Problem with Instalado1-CS project:
The projector Instalador1-CS has the text files, to create the database within the \ DBCustonAction. This project
produces
the Kardex.mdf database correctly but in the end I get the following errors:
1) In name: GetSQL: Value can not be null.
2) Error 1001. The value can not be null.
This 2 errors appear when you finish creating the database and the process stops after creating the database.
B) Problem with the project Instalador2-CS:
The projector Instalador2-CS has the text files, to create the database within the \ DBCustonAction \ Scripts. This project
does not produce
the database Kardex.mdf and finally I get the following errors:
1) In name: GetSQL: Value can not be null.
2) Error 1001. The value can not be null.
Exactly the same that in project Instalador1-CS.
This 2 errors appear when you finish creating the database and the process stops after creating the database.
It seems that the Visual Studio 2010 does not support text files which are located at: \ DBCustonAction \ Scripts, but why?
I hope some expert review both projects and can help me understand what is happening.
Thanks in advance.
ipadilla
Attachment:
instalador.rar
Reply
Answers (
8
)
How to change port in VSTS 2008? For web testing
How to take Report or Export of the web load testing done on VSTS 2008?