473,699 Members | 2,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem installing Visual Basic.net Resource Kit

When I install the kit I get the error:
No application is associated with the specified file for this operation
Cannot start http://localhost/VB.NETResourceKit/

Later, if I try to run the program short cut I get:
This file does not have a program associated with it for performing this
action. Create an association in the Folder Options control panel.

The short cut points to an .aspx file and the folder options show VS.NET2003
as the app to run for aspx files.
Moreover, if I look in (localhost) the file is there.

Anyone have any ideas?

Thanks
Nov 20 '05 #1
7 1452
> When I install the kit I get the error:
No application is associated with the specified file for this operation
Cannot start http://localhost/VB.NETResourceKit/


I had similar problems. Go to IIS in Control Panel and create your own
ASP.NET application that points to the ASPX file, that is the simplest and
fastest way to make it work.

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
*************** *************** ******
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
Nov 20 '05 #2
I'm not sure what it means to create my own app but if I look in
control/iis/localhost/defaultwebsite/VB.NETresouceKi t
I see the Welcome.aspx file.

If I Open it VS starts and displays it as a text file

If I right click the VB.ResourceKit folder and select Browse, what I think
is the Welcome.asp file opens in VS and displays as it should.
(VB.ResourceKit folder has other .aspx files - I can't image what is
happening;

"Blumidoo" <no****@nottell ing.com> wrote in message
news:br******** **@nemesis.news .tpi.pl...
When I install the kit I get the error:
No application is associated with the specified file for this operation
Cannot start http://localhost/VB.NETResourceKit/


I had similar problems. Go to IIS in Control Panel and create your own
ASP.NET application that points to the ASPX file, that is the simplest and
fastest way to make it work.

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
*************** *************** ******
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation

Nov 20 '05 #3
> I'm not sure what it means to create my own app but if I look in
control/iis/localhost/defaultwebsite/VB.NETresouceKi t
I see the Welcome.aspx file.


You need to re-create the IIS application that setup has created for you. It
is the fastest way to make VB.NET ResKit local webpage working, without all
the mess of checking out what went wrong with VB.NETresouceKi t IIS
application.

To do this, simply go to Control Panel->Administrati ve Tools->Internet
Information Services
Remove existing VB.NETResouceKi t Virtual Directory (right click, Delete)
Add new Virtual Directory under Default Web Site:
1) right-click on Default Web Site
2) choose New->Virtual Directory
3) in wizard set alias name to VB.NETResouceKi t, local path to your
VB.ResourceKit folder (probably C:\Program Files\Visual Basic .NET Resource
Kit\Application )
4) when wizard exits, right-click on newly created VB.NETResouceKi t virtual
directory, select Properties
5) go to the "Documents" Tab, remove all Default Documents from the list,
add new one "Welcome.as px"

Voila, http://localhost/VB.NETResouceKit should work now perfectly

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
*************** *************** ******
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation

Nov 20 '05 #4
Thanks for the detailed reply.

I tried it and still get the same error.

If I try to run the program short-cut I get:
This file does not have a program associated with it for performing this
action. Create an association in the Folder Options control panel.

But if I look in the Folder Options .aspx is associated with VS.NET2003

I appeciated the effort,
Cal

Nov 20 '05 #5
> I tried it and still get the same error.

If I try to run the program short-cut I get:
This file does not have a program associated with it for performing this
action. Create an association in the Folder Options control panel.

But if I look in the Folder Options .aspx is associated with VS.NET2003


Yes, .aspx is associated with VS.NET2003, because the Welcome.aspx and other
..aspx files are source files, containing .NET code for the web application.
They are interpreted and "executed" as web applications by IIS server, when
accessed via web browser. What do you get when you execute the re-created
web application from within Internet Explorer? The URL should be something
similar to http://localhost/VB.NETResouceKit or
http://localhost/VB.NETResouceKit/Welcome.aspx

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
*************** *************** ******
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation
Nov 20 '05 #6
If I click the first URL in your note I get the "PageCannot be found" page
If I click the second one I get:

Server Error in '/' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its
dependencies) could have been removed, had its name changed, or is
temporarily unavailable. Please review the following URL and make sure that
it is spelled correctly.
Requested Url: /VB.NETResouceKi t/Welcome.aspx
Version Information: Microsoft .NET Framework Version:1.1.432 2.573; ASP.NET
Version:1.1.432 2.573
Does all that mean something to you??

Thanks
Cal

PS

I just clicked the short cut on my desktop which if I show properties has
the URL
http://localhost/VB.NETResourceKit/Welcome.aspx
And got the wecome page. I don't know what's going on. Maybe it only works
on Mondays.
And why doesn't the similar URL in your note work?
Anyway it seems to be working OK now.

I don't believe I booted since I made you suggested changes but I may have -
don't know if that matters.

"Blumidoo" <no****@nottell ing.com> wrote in message
news:bs******** **@atlantis.new s.tpi.pl...
I tried it and still get the same error.

If I try to run the program short-cut I get:
This file does not have a program associated with it for performing this
action. Create an association in the Folder Options control panel.

But if I look in the Folder Options .aspx is associated with VS.NET2003
Yes, .aspx is associated with VS.NET2003, because the Welcome.aspx and

other .aspx files are source files, containing .NET code for the web application. They are interpreted and "executed" as web applications by IIS server, when accessed via web browser. What do you get when you execute the re-created
web application from within Internet Explorer? The URL should be something
similar to http://localhost/VB.NETResouceKit or
http://localhost/VB.NETResouceKit/Welcome.aspx

sincerely,
--
Sebastian Zaklada
Skilled Software
http://www.skilledsoftware.com
*************** *************** ******
SQL Source Control 2003 - for
SQL Server Source Safe integration
and custom databases documentation

Nov 20 '05 #7
If you are using VS 2003 (.Net Framework 1.1), can you use the VB.Net Resource Kit? I recently downloaded it and found in the documentation that it requires Framework 1.0.
I couldn't get http://localhost/VB.Net Resource Kit to come up either. I just got "Server Application Unavailable".

I think this is also related to my problem of not being able to create Web Apps or Web Services with VS 2003 but I can in VS 2002.
Nov 20 '05 #8

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

Similar topics

1
2564
by: N1KI | last post by:
I am trying to install Visual Basic .Net 2003 version on my 2.8 GHz Intel machine running Windows XP Home Edition with Service Pack 2 installed. I have previosuly installed this edition before installing Service Pack 2, and it worked well. Now when I try to install I get the following: "Setup has detected some of the system components that are installed on your computer do not match the version required for Visual Basic .Net. You must...
0
1370
by: N1KI | last post by:
I am trying to install Visual Basic .Net 2003 version on my 2.8 GHz Intel machine running Windows XP Home Edition with Service Pack 2 installed. I have previosuly installed this addition before installing Service Pack 2, and it worked well. Now when I try to install I get the following: "Setup has detected some of the system components that ate installed on your computer do not match the version required for Visual Basic .Net. You must...
2
15221
by: Ken Lindner | last post by:
I have a need to become familiar with SQL Server 2000 for work. Needless to say I am new to SQL Server any version, but not IT in general. My employer has provided me with the SQL Server 2000 Personal disk from the SQL Server 2000 Enterprise kit as this is reported here on the MSDN web site to be the version that is supported on Windows XP. In fact so many of you kind people confess to having succeeded in doing it. I have tried...
1
1534
by: A.A. Fussy | last post by:
I am unable to register for Visual Basic .NET Resource kit license key-I have tried both signup links but I get this error-even after I try registering again after a while-what can I do to register for my Visual Basic .NET Resource kit license key?: 'Error An error has occurred in the application. Please wait awhile and submit your request again later.'
1
2285
by: Gary | last post by:
Hi, When I attempt to create a new project "asp.net web application" in Visual Basic.net, I get this message: "Web server reported following error when attempting to create or open the web project located at following URL: HTTP://LocalHost/webapplication1. HTTP/ 1-1 500 server error"
7
2911
by: longtungd1 | last post by:
I'm currently taking a Visual C++ course. I have C++ version 6.0 on my machine. I set up a basic program per course instructions to simply create a window with default toolbar, etc., using App Wizard and ran build from the menu to create the .exe. Got following output: --------------------Configuration: sam - Win32 Debug--------------------
0
507
by: Bill | last post by:
Hi Everyone, I am having some difficulty in using the Windows Resource Localization Editor (WinRes.exe) on several Visual Basic .NET forms (.resx files) in two different projects. The editor gives an error when loading the .resx files. When attempting to load a .resx file using WinRes under Visual Studio .NET 2003, the following error is displayed in the client area of the editor: "An error occurred while loading the document. Fix...
10
1353
by: Jim | last post by:
I just installed the VB.NET Resource Kit and it completed successfully. However, when I try to open the 'Visual Basic .NET Resource Kit' web page, I get an error. address: http://localhost/VB.NETResourceKit/Welcome.aspx page: "The page cannot be found" I have uninstalled and reinstalled numerous time with the same result. Any ideas what to do next?
3
1350
by: Allen | last post by:
I have a CD Visual Basic .NET Resource Kit 1) I wonder if I should reinstall it now that I have VS2005. I still have VS2003 on the machine. 2) Any reason to keep VS2003 on the machine? I had an old solution that I tried to convert to VS2005 and it bombed, so I
0
8685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9171
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...
0
9032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8905
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
8880
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...
0
7743
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...
0
5869
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
4625
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3053
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

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.