Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with switching VS.Net computers

Status
Not open for further replies.

GabeC

Programmer
Apr 17, 2001
245
US
I have searched this forum and did not find an answer to my problem.

I have two computers I develop on. Both are Win2000 Advanced Server. I copy the folder under that I am working with to a floppy disk. I then copy this folder to my second machine under the folder. I open IIS management and create the folder as an application.

I open the project in VS.NET. When I build the project I get all kinds of errors. The application compiles fine on my first computer with VS.Net.

Since that didn't work, I removed the folder and made sure it wasn't referenced in IIS. I created a new web application with the same name with VS.Net. I then copied my files to this folder. I still get many errors when I try to build the project.

Does anyone know why this is happening?

Is there something I have to do to move my project from one computer to another?

Thanks for the help,

Gabe
 
what are the errors?
penny1.gif
penny1.gif
 
I don't have the specific errors here. I can get them tonight if you need them.

The application is using a datagrid control bound to a dataset retrieve from SQL Server. I have the

using System.Data;
using System.Data.SqlClient;

lines of code.

The errors have to do with not being able to parse or bind or import or something like that the lines of code that have to do with getting data from SQL Server. I first checked my instance of SQL Server but it seems like VS.Net can't even import the System.Data and System.Data.SqlClient routines.

Thanks,

Gabe
 
I re-installed VS.Net last night and my problems went away.

Thanks,

Gabe
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top