473,652 Members | 3,132 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual InterDev??

I was trying to load an old project and .NET 2003
complained about this .vip file. According to Windows
Explorer, it's a Visual InterDev project. For the life of
me, I can't remember/figure out what an InterDev project
is or was. My new .NET projects don't have this file. So,
2 questions: What is it? And how do I get around it, so I
can load this project?

Thanks in advance...
Jul 21 '05 #1
4 2464
Visual Interdev is part of Visual Studio 6. You can use it to create ASP
(not ASP.NET) applications. So you can't just open this Interdev project in
Visual Studio.NET.

There is a tool available (currently alpha version) to convert ASP solutions
to ASP.NET solutions. More info:
http://www.asp.net/migrationassistan...ndex=0&tabid=1
Microsoft provides several code migration assistants free of charge to help
developers move their web applications to ASP.NET. Although these migration
assistants do not make the conversion process completely automatic, they
will speed up your project by automating some of the steps required for
migration.
--
Greetz,
Jan
_______________ _______________ ____
Read my weblog: http://weblogs.asp.net/jan
"margaret" <an*******@disc ussions.microso ft.com> schreef in bericht
news:08******** *************** *****@phx.gbl.. .
I was trying to load an old project and .NET 2003
complained about this .vip file. According to Windows
Explorer, it's a Visual InterDev project. For the life of
me, I can't remember/figure out what an InterDev project
is or was. My new .NET projects don't have this file. So,
2 questions: What is it? And how do I get around it, so I
can load this project?

Thanks in advance...

Jul 21 '05 #2
Cor
Hi Jan,

A little thing,

Visual Studio Net was the first good tool I have used to edit classic asp.

You cannot real debug it, but you can better than with any tool I used
before simulate your processes with it.

Cor
Jul 21 '05 #3
Cor

Can you open complete Interdev projects, or do you open individual asp
files?

--
Greetz,
Jan
_______________ _______________ ____
Read my weblog: http://weblogs.asp.net/jan
"Cor" <no*@non.com> schreef in bericht
news:uB******** ******@tk2msftn gp13.phx.gbl...
Hi Jan,

A little thing,

Visual Studio Net was the first good tool I have used to edit classic asp.

You cannot real debug it, but you can better than with any tool I used
before simulate your processes with it.

Cor

Jul 21 '05 #4
Cor
Hi Jan,

That I never tried, but just a new Web project and than copy everything in
it. And set a start page.

I did not use it a long while now, but I remembered me that it did work as I
had never had seen before with Classic webdevelopment (but I have to admit
that I did do with that everything directly in HTML and JavaScript on client
and vb.script on serverside).

(I am not talking about an IIS application).

Cor
Jul 21 '05 #5

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

Similar topics

5
2233
by: Steve | last post by:
Hello,I hope someone body in this forum can be of help.Suddenly, I cannot connect from my PC to our web server via Visual Interdev (v6). My colleagues can using the same login information. I can even do it from my laptop a few feet away.It just won't work suddently from my desktop machine.I can't seem to figure out what is going on here.Any thoughts on how I can find where the problem lies?Thanks in advance!Steve
4
3326
by: CM | last post by:
Hi, I am trying using Visual InterDev 6.0 to create an ASP web application, but got the following problem: Start Visual InterDev 6 -> Select New Web Project -> Change(or remain the default name) -> then click Open -> When asked to select a Server, I input the computer name -> then an error message: Server error: Authoring is disabled for this server. Use the Server Administrator to enable authoring.(error code = 80004005).
8
2111
by: Raghuraman | last post by:
Hai ! I use the Grid control with the data environment and the recordset control by dragging from the data env. But if i run the page alone in the iexplorer it tells the error like pm.script liabrary not found even though i open it in the scripting libraries.
3
2045
by: Fabienne | last post by:
I've to migrate website from IIS 2.0 to IIS 6.0. Simple asp pages are working, but pages with visual interdev 6.0 controls not work ! HTTP 500 (internal server error) Visual Interdev 6.0 is it compatible with II 6.0 on W2003 server ? Thanks for your answer
1
1232
by: Peter1502 | last post by:
I have Visual Studio.Net on my PC a work. The MS site states that Visual Studio now incorporates Visual Interdev (which I am told by a colleague is what I require). Can someone please tell me if my version includes Visual Interdev, or do I need to obtain the latest version. What is the latest version? Many Thanks,,,,Peter --
3
2064
by: Dave | last post by:
I have an existing web app on a remote server that I want to manage as a web project on my local box with Visual InterDev. But when I create a new project in VID and connect to the web server, I cannot connect to the existing web app. At the "Specify your web" dialog box I choose "connect to existing web on server" but the only option that shows up is <root web>. I cannot overwrite this option with the name of the web I want to...
4
383
by: margaret | last post by:
I was trying to load an old project and .NET 2003 complained about this .vip file. According to Windows Explorer, it's a Visual InterDev project. For the life of me, I can't remember/figure out what an InterDev project is or was. My new .NET projects don't have this file. So, 2 questions: What is it? And how do I get around it, so I can load this project? Thanks in advance...
8
7633
by: QZ | last post by:
I installed Visual Studio 6.0. When I tried to open Visual Interdev, I got the error message "Your trial version has expired, please uninstall this trial version of 'Visual InterDev 6.0; and install the retail product", but I do installed the retail version. How do I fixed this problem? Thanks,
0
3214
by: Rudolf Dvoracek | last post by:
Hi all, I have Visual Studio 6.0 (Interdev only) installed on Windows XP Professional (IIS 5.1 platform). I have also installed Visual Studio 2005. I want to debug ASP applications on IIS. Because debugging under non-administrative account doesn't work, I assigned my domain account into Administrators local group. I installed Inderdev Server and Remote machine debugging from Visual Studio 6 CD#2. I set appropriate user rights to...
0
8279
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
8811
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
8467
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
7302
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6160
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
4145
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
4291
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2703
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
1591
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.