473,763 Members | 6,666 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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\wwwr oot\DiskoWeb\an vkto\AnvKto.asp x.vb(36): Reference required to
assembly 'System.Xml' containing the implemented interface
'System.Xml.Ser ialization.IXml Serializable'. 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.Sql Client
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.W ebControls
Imports System.Web.UI.H tmlControls
Imports System.Configur ation

What could be the cause of this?

TIA

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

--
Sachin Korgaonkar
The .NET Evangelist
Cyquator Technologies
http://www.techspiderman.com
"Kenneth P" <Ke******@discu ssions.microsof t.com> wrote in message
news:8E******** *************** ***********@mic rosoft.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\wwwr oot\DiskoWeb\an vkto\AnvKto.asp x.vb(36): Reference required to assembly 'System.Xml' containing the implemented interface
'System.Xml.Ser ialization.IXml Serializable'. 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.Sql Client
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.W ebControls
Imports System.Web.UI.H tmlControls
Imports System.Configur ation

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...
=============== =======

"thedebugge r" <sa************ ***@cyquator.es selgroup.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.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******@discu ssions.microsof t.com> wrote in message
news:8E******** *************** ***********@mic rosoft.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\wwwr oot\DiskoWeb\an vkto\AnvKto.asp x.vb(36): Reference required

to
assembly 'System.Xml' containing the implemented interface
'System.Xml.Ser ialization.IXml Serializable'. 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.Sql Client
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.W ebControls
Imports System.Web.UI.H tmlControls
Imports System.Configur ation

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...
=============== =======

"thedebugge r" <sa************ ***@cyquator.es selgroup.com> wrote in message
news:%2******** ********@TK2MSF TNGP14.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******@discu ssions.microsof t.com> wrote in message
news:8E******** *************** ***********@mic rosoft.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\wwwr oot\DiskoWeb\an vkto\AnvKto.asp x.vb(36): Reference required

to
assembly 'System.Xml' containing the implemented interface
'System.Xml.Ser ialization.IXml Serializable'. 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.Sql Client
Imports System.Math
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.W ebControls
Imports System.Web.UI.H tmlControls
Imports System.Configur ation

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******@discu ssions.microsof t.com> wrote in message
news:D9******** *************** ***********@mic rosoft.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...
=============== =======

"thedebugge r" <sa************ ***@cyquator.es selgroup.com> wrote in
message
news:%2******** ********@TK2MSF TNGP14.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******@discu ssions.microsof t.com> wrote in message
> news:8E******** *************** ***********@mic rosoft.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\wwwr oot\DiskoWeb\an vkto\AnvKto.asp x.vb(36): Reference
>> required
> to
>> assembly 'System.Xml' containing the implemented interface
>> 'System.Xml.Ser ialization.IXml Serializable'. 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.Sql Client
>> Imports System.Math
>> Imports System.Web
>> Imports System.Web.UI
>> Imports System.Web.UI.W ebControls
>> Imports System.Web.UI.H tmlControls
>> Imports System.Configur ation
>>
>> 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******@discu ssions.microsof t.com> wrote in message
news:D9******** *************** ***********@mic rosoft.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...
=============== =======

"thedebugge r" <sa************ ***@cyquator.es selgroup.com> wrote in
message
news:%2******** ********@TK2MSF TNGP14.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******@discu ssions.microsof t.com> wrote in message
> news:8E******** *************** ***********@mic rosoft.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\wwwr oot\DiskoWeb\an vkto\AnvKto.asp x.vb(36): Reference
>> required
> to
>> assembly 'System.Xml' containing the implemented interface
>> 'System.Xml.Ser ialization.IXml Serializable'. 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.Sql Client
>> Imports System.Math
>> Imports System.Web
>> Imports System.Web.UI
>> Imports System.Web.UI.W ebControls
>> Imports System.Web.UI.H tmlControls
>> Imports System.Configur ation
>>
>> 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
11053
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 created in the wrong folder on the hard drive. Before I discovered these files, .NET kept trying to create a new project with _1 following the project name. Deleting those files corrected that problem. I deleted the Virtual Directory, rebooted, and...
1
3047
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 and PS project can be built on my desktop computer. But I cannot build the PS project on my laptop computer. I always get the following output from the output window. I uninstalled /
2
1695
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 able to run the project on my local computer, off my local IIS server/asp.net configuration. Here is what I've done, I've set up an IIS virtual drive that has the alias I want locally, and points to this network drive. I entered in my...
1
1799
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 to connect to it from my work computer, but cannot figure out how to set up the project. Here are the various methods I've already tried: 1) When I try Open > Project From Web, I type in the URL, and then it
1
1751
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. Everything works fine on my computer. Now i try to transfer the project to another computer with the whole ..Net-Framework and Visual Studio.Net installed. I upload the project on the IIS, i renew the link to the classlibrary, then in try to start...
11
7739
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 project files from the first computer onto a memory stick and then from the memory stick into my Visual Studio Projects folder on the second computer. But when I open Visual Studio on the second computer and try to create a project by pointing to...
3
2452
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 application in the directory : webapplication1.
4
5714
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). How can I add that reference to my client project on my development machine that will consume that dll. please keep in mind that the computer name or path may change. Thanks in advance.
4
1527
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 test it on the client's computer. . I checked and both old and new development computers have the same list of references. When I switch out only the exe that was compiled using the same project code
0
9387
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10148
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10002
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9938
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5406
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3528
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.