VB.net(v.1.1) mixed with C# (2.0)

T

tzwanzig

Greetings,
I have an application written,by someone else, with VB.net (v1) in a
subfolder, (./Editing )
I need to add to the application ASPx pages written in C# and ASP.net
2.0

Can anyone please tell me how to do that? Combining both versions?
I tried adding the DLLs and aspx pages from the old VB version in a
subfolder (./Editing ), resulting in an error

This is the whole structure:
- Pages on the root (C#) reads from this XML file.
- a subdirectory ./DataFolder that stores this XML file
- another subdirectory ./Editing (written in VB) that edits this XML
file (in addition to uploading images). Added difficulties come from
the fact that a temporary Access database is also used.
 
B

bruce barker

use the upgrade wizard to convert 1.1 project to 2.0 web site, which
support multiple languages.

change the name of the data folder to App_Data and place the access
database there.

all done.

-- bruce (sqlwork.com)
 
C

Cowboy \(Gregory A. Beamer\)

If you absolutely cannot upgrade the 1.1 application (or command line
compile to 2.0), you will have to create an acceptable boundary.

In 2.0, that is either a web service or Remoting. If you can add 3.0 on top
of 2.0, you can create the 3.0 service using WCF. The 1.1 app will be able
to consume web services.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,898
Latest member
BlairH7607

Latest Threads

Top