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