473,666 Members | 2,713 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

How to work with Remote Files on Web Host?

Tim
Hi folks..

I'm having a problem with opening a web project on a remote host. The
reason is because the version of the Web project was created in Visual
Basic.NET standard 2003. Well, I went out and bought Visual Studio Pro
version 2002.. (I know, I'm an idiot!) and I get an error when trying to
open the web project stating the obvious .. (That I need to use a newer
version).. So I thought I'd try to add the files to a local project and
then copy it back to the web server over riding the current files on the
same? (At the host that is!).. Any ideas? I don't want to loose all my
..VB files, etc. because I have loads of them!

Thanks in advance.
Tim

Jul 21 '05 #1
3 1395
Tim
Anyone?

Tim

Tim wrote:
Hi folks..

I'm having a problem with opening a web project on a remote host. The
reason is because the version of the Web project was created in Visual
Basic.NET standard 2003. Well, I went out and bought Visual Studio Pro
version 2002.. (I know, I'm an idiot!) and I get an error when trying to
open the web project stating the obvious .. (That I need to use a newer
version).. So I thought I'd try to add the files to a local project and
then copy it back to the web server over riding the current files on the
same? (At the host that is!).. Any ideas? I don't want to loose all my
.VB files, etc. because I have loads of them!

Thanks in advance.
Tim


Jul 21 '05 #2
Hi,
I am just confused. Aren't you using asp.net using vb script??? Have
you upgraded to latest version of ASP.net v1.1 Framework and .NET
Framework version 1.1??? If not please download them from Microsoft
site for free and try again.
It should work.

Suvra Barua
Internet promoter
M6.Net
www.m6.net
-------------------------------------------------------------------------------
Windows 2003 hosting - ASP, ASP.NET, PHP, CGI, Perl, FTP, Frontpage
extension
SQL 2000, MS Access, Emails, Stats with 24 hour support. Starting from
$4 m/o
and 250 MB space. 20GB bandwidth.
-------------------------------------------------------------------------------



Tim <Do*******@nets cape.net> wrote in message news:<Ok******* ******@tk2msftn gp13.phx.gbl>.. .
Hi folks..

I'm having a problem with opening a web project on a remote host. The
reason is because the version of the Web project was created in Visual
Basic.NET standard 2003. Well, I went out and bought Visual Studio Pro
version 2002.. (I know, I'm an idiot!) and I get an error when trying to
open the web project stating the obvious .. (That I need to use a newer
version).. So I thought I'd try to add the files to a local project and
then copy it back to the web server over riding the current files on the
same? (At the host that is!).. Any ideas? I don't want to loose all my
.VB files, etc. because I have loads of them!

Thanks in advance.
Tim

Jul 21 '05 #3
Hello..

The problem is that I created the site with Visual Basic.NET standard
edition and now want to alter it with Visual Basic.NET Pro version which
is one version older than the Standard version I used.. Originally I
used Visual Basic.Net Standard 2003, and now I'm using the pro version,
but NOT 2003, which means I can't alter the original files.. So I'm
going to have to make a backup copy of the web site, then delte all the
files, and then upload or import each file from the back up that I need
one at a time until the web site is ready to go again. What a pain!
Tim

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #4

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

Similar topics

5
2884
by: steve | last post by:
Hi, I finally figured out the best way to synch local and remote script folders, containing many php script files. What I used to do before was try to ftp all the changed files, etc. which was tedious and often broke. It was also very slow. What I do now is to pkzip the folder up, ftp the pkzip’ed data to remote, and then unzip it there, which recreates the directories and files.
4
8409
by: Ian Davies | last post by:
Hello all The following code allows me to connect to a local MySQL database on my pc from a VB6 project. **************************************************************************** ** Dim conn As ADODB.Connection Dim cs As String Dim MyServer As String
2
1239
by: vaidas gudas | last post by:
Why expession validator on the localhost work immediatle then I lost focus of control, but then I am using same project from the remote host the ezpression validator work only after submit
5
289
by: Tim | last post by:
Hi folks.. I'm having a problem with opening a web project on a remote host. The reason is because the version of the Web project was created in Visual Basic.NET standard 2003. Well, I went out and bought Visual Studio Pro version 2002.. (I know, I'm an idiot!) and I get an error when trying to open the web project stating the obvious .. (That I need to use a newer version).. So I thought I'd try to add the files to a local project and...
4
3885
by: cpptutor2000 | last post by:
Could some C guru help me please? I am using the following program to open a SSH connection to a remote host and eventually run a program on that remote host. #include <stdio.h> #include <stdlib.h> int main(int argc, char* argv){ char command;
7
1736
by: Altemir | last post by:
SOME BACKGROUND: I am new to ASP.NET, but somehow managed to install a perfectly working ..aspx page on our production server that I compiled in Visual Studio. However, I recently needed to update it, so I first added a ".old" suffix to the MyPage.aspx, MyProject.dll, and global.asax files on the production server so I had a backup copy of the original files in case something went wrong. Indeed, something did go wrong when I installed...
1
1845
by: John | last post by:
Hi I had the web service working fine on the local server. I then uploaded the web service to my site on a commercial remote web host. When I try to add reference to it now I get the below error. Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
2
5630
by: =?Utf-8?B?Sm9zaCBOaWtsZQ==?= | last post by:
i'm in the process of putting my first .net app on a remote server, and i'm having no end of trouble getting the aspnetdb database (sitememberships on my host) to work correctly. after a lot of research, i'm able to connect to it with this connection string in my web.config file: <remove name="LocalSqlServer"></remove> <add name="LocalSqlServer" connectionString="Data Source=; User ID=; Password=; Initial Catalog=sitememberships"...
3
2758
by: Rick | last post by:
We have a web site that was built as an ASP.Net Web Site, I am unable to remote debug, when build ing the web site there is not a dll or PDB file generated. I can debug on my local machine but unable to attach to the process when running from the web server. Can someone tell me how to remote debug an ASP.Net Website that does not genate a dll or PDB file? Thanks in advance! Rick
0
8863
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...
1
8549
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
8636
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...
1
6187
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5660
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4186
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4356
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2765
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
1761
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.