473,385 Members | 2,180 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,385 software developers and data experts.

From ASP/VB6 to ASP/VB .NET

We have a few web applications we are beginning to migrate over to .NET, a
process which began by rewritting several of our ActiveX controls as Windows
Form Controls which access Web Services. Our next stage is to begin
converting the VB6 DLLs to VB.NET, and finally to convert the ASP pages to
ASP.NET.

Our question is this: We've learned that we can execute the Control changes
immediately without upgrading the pages and DLLs, so is there some similar
way that we could use the upgraded assemblies for a time without first
upgrading the ASP files? And if so, would we still have the benefits of
using multiple copies of the same assembly on a single server?

Thanks,
Patrick Bates
Jun 28 '06 #1
2 903
you may want to look at the migration guide on msdn, i believe it covers
this. sorry don't have a link at this time.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Patrick Bates" <pb****@spam.me.notsmartbuys.com> wrote in message
news:Ok**************@TK2MSFTNGP05.phx.gbl...
We have a few web applications we are beginning to migrate over to .NET, a
process which began by rewritting several of our ActiveX controls as
Windows Form Controls which access Web Services. Our next stage is to
begin converting the VB6 DLLs to VB.NET, and finally to convert the ASP
pages to ASP.NET.

Our question is this: We've learned that we can execute the Control
changes immediately without upgrading the pages and DLLs, so is there some
similar way that we could use the upgraded assemblies for a time without
first upgrading the ASP files? And if so, would we still have the
benefits of using multiple copies of the same assembly on a single server?

Thanks,
Patrick Bates

Jun 29 '06 #2
Here's the link to the migration guide :

http://msdn.microsoft.com/asp.net/re...g/default.aspx

Migration from Visual Basic 6.0 is covered here :

http://msdn.microsoft.com/asp.net/le...rationfromvb6/

re:
is there some similar way that we could use the upgraded
assemblies for a time without first upgrading the ASP files?
I don't think so.

Once you convert the assemblies you'll only be able to use them in ASP.NET.
You cannot access managed code/assemblies from ASP.

re: would we still have the benefits of using multiple copies of the same assembly on a single
server?

You can do that in ASP.NET as long as you're using the same assembly
in different applications ( in the /bin directory of each application ).

You don't need to use different copies any more, though.
If you place the assembly in the GAC, it will be available to *all* your applications.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Alvin Bruney [MVP]" <www.lulu.com/owc> wrote in message
news:OY**************@TK2MSFTNGP03.phx.gbl... you may want to look at the migration guide on msdn, i believe it covers this. sorry don't have a
link at this time.

--
________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
-------------------------------------------------------
"Patrick Bates" <pb****@spam.me.notsmartbuys.com> wrote in message
news:Ok**************@TK2MSFTNGP05.phx.gbl...
We have a few web applications we are beginning to migrate over to .NET, a process which began by
rewritting several of our ActiveX controls as Windows Form Controls which access Web Services.
Our next stage is to begin converting the VB6 DLLs to VB.NET, and finally to convert the ASP
pages to ASP.NET.

Our question is this: We've learned that we can execute the Control changes immediately without
upgrading the pages and DLLs, so is there some similar way that we could use the upgraded
assemblies for a time without first upgrading the ASP files? And if so, would we still have the
benefits of using multiple copies of the same assembly on a single server?

Thanks,
Patrick Bates



Jun 29 '06 #3

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

Similar topics

0
by: |-|erc | last post by:
Hi! Small challenge for you. The index.php uses this file and calls layout(). Take a look at www.chatty.net this file draws the chat login box on the right. I traced the CHAT button it submits...
16
by: Fuzzyman | last post by:
Hello, To create a classic (old style) class, I write : class foo: pass To do the equivalent as a new style class, I write : class foo(object):
2
by: nitin | last post by:
g++ -c $INCLUDES ActualPEResult.cpp In file included from /usr/include/c++/3.2.2/backward/iostream.h:31, from /home/pradeepks/Linux_Porting/dcpfrontier/dcpdev/dcp_components/trap...
4
by: susmita_ganguly | last post by:
Hi I am trying to upgrade from oracle 8i to oracle 9i on the same server ..I don't know much abt migration . Can anyone help me out. Thanks. Susmita
2
by: cs168 | last post by:
Hi I am new in ASP programming so I do use the very basic and simple way to do all my stuff. Now I do really got stuck at how can I loop thru the calculation for all my selection.. My full code is as...
7
by: dog | last post by:
I've seen plenty of articles on this topic but none of them have been able to solve my problem. I am working with an Access 97 database on an NT4.0 machine, which has many Access reports. I...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
1
by: RSH | last post by:
Im trying to create a stored procedure of the following code. I want to set it so that I have to send the first 4 variables (@DB, @BackUpFile,@TestDB,@RestoreFile). I am having trouble when i try...
20
by: Development - multi.art.studio | last post by:
Hello everyone, i just upgraded my old postgres-database from version 7.1 to 7.4.2. i dumped out my 7.1 database (with pg_dump from 7.1) as an sql-file with copy-commands and to one file using...
6
by: ransoma22 | last post by:
I developing an application that receive SMS from a connected GSM handphone, e.g Siemens M55, Nokia 6230,etc through the data cable. The application(VB.NET) will receive the SMS automatically,...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.