473,394 Members | 1,806 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Migtating old project to new computer

Hi,

I have an old project I've been working with on an old computer, bought a
new fast computer, created a new empty project and started to include all old
files into the project. When I want to start the app I get errors but want to
continue to see what errors I get.

c:\inetpub\wwwroot\DiskoWeb\anvkto\AnvKto.aspx.vb( 36): Reference required to
assembly 'System.Xml' containing the implemented interface
'System.Xml.Serialization.IXmlSerializable'. Add one to your project.

I have 25 similar errors all pointing to the word "DataSet" in every
..aspx.vp file I have. I have all these namespaces in every webform

Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports System.Configuration

What could be the cause of this?

TIA

Kenneth
Nov 19 '05 #1
5 1134
Where is your dotnet installation path on your new system?

--
Sachin Korgaonkar
The .NET Evangelist
Cyquator Technologies
http://www.techspiderman.com
"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:8E**********************************@microsof t.com...
Hi,

I have an old project I've been working with on an old computer, bought a
new fast computer, created a new empty project and started to include all old files into the project. When I want to start the app I get errors but want to continue to see what errors I get.

c:\inetpub\wwwroot\DiskoWeb\anvkto\AnvKto.aspx.vb( 36): Reference required to assembly 'System.Xml' containing the implemented interface
'System.Xml.Serialization.IXmlSerializable'. Add one to your project.

I have 25 similar errors all pointing to the word "DataSet" in every
.aspx.vp file I have. I have all these namespaces in every webform

Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports System.Configuration

What could be the cause of this?

TIA

Kenneth

Nov 19 '05 #2
re:
Where is your dotnet installation path on your new system?
The same as the dotnet installation path in *any* system.
There is no user option for the install path.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"thedebugger" <sa***************@cyquator.esselgroup.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl... Where is your dotnet installation path on your new system?

--
Sachin Korgaonkar
The .NET Evangelist
Cyquator Technologies
http://www.techspiderman.com
"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:8E**********************************@microsof t.com...
Hi,

I have an old project I've been working with on an old computer, bought a
new fast computer, created a new empty project and started to include all

old
files into the project. When I want to start the app I get errors but
want

to
continue to see what errors I get.

c:\inetpub\wwwroot\DiskoWeb\anvkto\AnvKto.aspx.vb( 36): Reference required

to
assembly 'System.Xml' containing the implemented interface
'System.Xml.Serialization.IXmlSerializable'. Add one to your project.

I have 25 similar errors all pointing to the word "DataSet" in every
.aspx.vp file I have. I have all these namespaces in every webform

Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports System.Configuration

What could be the cause of this?

TIA

Kenneth


Nov 19 '05 #3
I found the cause of error. Using a DataSet that consumes xml needs a
System.Xml reference in the project's reference.

Kenneth P

"Juan T. Llibre" wrote:
re:
Where is your dotnet installation path on your new system?


The same as the dotnet installation path in *any* system.
There is no user option for the install path.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"thedebugger" <sa***************@cyquator.esselgroup.com> wrote in message
news:%2****************@TK2MSFTNGP14.phx.gbl...
Where is your dotnet installation path on your new system?

--
Sachin Korgaonkar
The .NET Evangelist
Cyquator Technologies
http://www.techspiderman.com
"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:8E**********************************@microsof t.com...
Hi,

I have an old project I've been working with on an old computer, bought a
new fast computer, created a new empty project and started to include all

old
files into the project. When I want to start the app I get errors but
want

to
continue to see what errors I get.

c:\inetpub\wwwroot\DiskoWeb\anvkto\AnvKto.aspx.vb( 36): Reference required

to
assembly 'System.Xml' containing the implemented interface
'System.Xml.Serialization.IXmlSerializable'. Add one to your project.

I have 25 similar errors all pointing to the word "DataSet" in every
.aspx.vp file I have. I have all these namespaces in every webform

Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Imports System.Web.UI.HtmlControls
Imports System.Configuration

What could be the cause of this?

TIA

Kenneth



Nov 19 '05 #4
As a mater of curiosity, why didn't you use the Copy project option in the
menu??

Is what I always use to transfer my development projects to live, and the
only thing I have to do once the files are in the new server is to create
the website in IIS...

Joaquin Corchero
"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:D9**********************************@microsof t.com...
I found the cause of error. Using a DataSet that consumes xml needs a
System.Xml reference in the project's reference.

Kenneth P

"Juan T. Llibre" wrote:
re:
> Where is your dotnet installation path on your new system?


The same as the dotnet installation path in *any* system.
There is no user option for the install path.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"thedebugger" <sa***************@cyquator.esselgroup.com> wrote in
message
news:%2****************@TK2MSFTNGP14.phx.gbl...
> Where is your dotnet installation path on your new system?
>
> --
> Sachin Korgaonkar
> The .NET Evangelist
> Cyquator Technologies
> http://www.techspiderman.com
>
>
> "Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
> news:8E**********************************@microsof t.com...
>> Hi,
>>
>> I have an old project I've been working with on an old computer,
>> bought a
>> new fast computer, created a new empty project and started to include
>> all
> old
>> files into the project. When I want to start the app I get errors but
>> want
> to
>> continue to see what errors I get.
>>
>> c:\inetpub\wwwroot\DiskoWeb\anvkto\AnvKto.aspx.vb( 36): Reference
>> required
> to
>> assembly 'System.Xml' containing the implemented interface
>> 'System.Xml.Serialization.IXmlSerializable'. Add one to your project.
>>
>> I have 25 similar errors all pointing to the word "DataSet" in every
>> .aspx.vp file I have. I have all these namespaces in every webform
>>
>> Imports System
>> Imports System.Data
>> Imports System.Data.SqlClient
>> Imports System.Math
>> Imports System.Web
>> Imports System.Web.UI
>> Imports System.Web.UI.WebControls
>> Imports System.Web.UI.HtmlControls
>> Imports System.Configuration
>>
>> What could be the cause of this?
>>
>> TIA
>>
>> Kenneth
>
>


Nov 19 '05 #5
Hi Joaquin,

You're right, but I kind of didn't tell you the whole story behind it. I
bought a new computer, but on the old computer I didn't have the original
project, I earlier had a hd crash where I didn't have a proper backup, so I
didn't have the proper project on the old machine.'

But again, your scenario is worth a point.

Kenneth P

"Joaquin Corchero" wrote:
As a mater of curiosity, why didn't you use the Copy project option in the
menu??

Is what I always use to transfer my development projects to live, and the
only thing I have to do once the files are in the new server is to create
the website in IIS...

Joaquin Corchero
"Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
news:D9**********************************@microsof t.com...
I found the cause of error. Using a DataSet that consumes xml needs a
System.Xml reference in the project's reference.

Kenneth P

"Juan T. Llibre" wrote:
re:
> Where is your dotnet installation path on your new system?

The same as the dotnet installation path in *any* system.
There is no user option for the install path.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================

"thedebugger" <sa***************@cyquator.esselgroup.com> wrote in
message
news:%2****************@TK2MSFTNGP14.phx.gbl...
> Where is your dotnet installation path on your new system?
>
> --
> Sachin Korgaonkar
> The .NET Evangelist
> Cyquator Technologies
> http://www.techspiderman.com
>
>
> "Kenneth P" <Ke******@discussions.microsoft.com> wrote in message
> news:8E**********************************@microsof t.com...
>> Hi,
>>
>> I have an old project I've been working with on an old computer,
>> bought a
>> new fast computer, created a new empty project and started to include
>> all
> old
>> files into the project. When I want to start the app I get errors but
>> want
> to
>> continue to see what errors I get.
>>
>> c:\inetpub\wwwroot\DiskoWeb\anvkto\AnvKto.aspx.vb( 36): Reference
>> required
> to
>> assembly 'System.Xml' containing the implemented interface
>> 'System.Xml.Serialization.IXmlSerializable'. Add one to your project.
>>
>> I have 25 similar errors all pointing to the word "DataSet" in every
>> .aspx.vp file I have. I have all these namespaces in every webform
>>
>> Imports System
>> Imports System.Data
>> Imports System.Data.SqlClient
>> Imports System.Math
>> Imports System.Web
>> Imports System.Web.UI
>> Imports System.Web.UI.WebControls
>> Imports System.Web.UI.HtmlControls
>> Imports System.Configuration
>>
>> What could be the cause of this?
>>
>> TIA
>>
>> Kenneth
>
>


Nov 19 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: David Webb | last post by:
The problem started when the Working Folder for a project was somehow set to the folder of another project. I set the correct working folder in VSS and deleted the .vbproj files that had been...
1
by: Shangwu | last post by:
Hello, Hello, I am using Visual Studio .NET 2003 on both a desktop computer and a laptop computer with Windows XP SP2. I have an ATL project with interface implemented. Both the main project...
2
by: Raterus | last post by:
Hi, I'm after this setup, and I'm just wondering if this is even feasible. I'd like to store my asp.net project remotely, on a network drive (all the project files, everything), But I want to be...
1
by: Jerad Rose | last post by:
Hello, I have searched all over for the answer to this, to no avail. I have a web project already set up and running on a remote server, that I created from my home computer. I am now trying...
1
by: Christoph Hilmes | last post by:
Hi NG, i have the following problem. I have developed a webservice-application as an asp.net-project. The ws-methods use methods from a classlibrary (dll) which i linked to the asp-project....
11
by: Dave | last post by:
I copied the project files from an ASP.NET project on one computer and want to create the project on another computer, There is no connection between the two computers so I simply copied the...
3
by: John M | last post by:
Hello, I have problem when copying the sln application to other computer. The project is on directory phones. The other computer cannot even open the application : doesn't find the...
4
by: chu2ch | last post by:
Good Afternoon Folks, Im kinda in a pickle. I have created a .net 2.0 dll written in vb.net that needs to reside in a folder on a networked computer ( for compatibility with another program)....
4
by: =?Utf-8?B?Qm9iQWNoZ2lsbA==?= | last post by:
Hi, I am using Visual Studio 2003. After moving my project to a new development computer my project compiles and works on the new development computer but the program will not work when I...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.