473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

VB.NET Resource Kit Installation Problem

Jim
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?

Thanks,

Jim

Nov 20 '05 #1
10 1334
do you have a iis installed? (normally you have to install iis before you
install visual studio if you want to host(run) aspx pages)

if you have make sure that the directory the file is in is registered in the
iis

hope it helps

eric
"Jim" <an*******@discussions.microsoft.com> wrote in message
news:0b****************************@phx.gbl...
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?

Thanks,

Jim

Nov 20 '05 #2
Cor
Hi Jim,

They made this page for it.
http://msdn.microsoft.com/vbasic/vbr...q/#installvdir

I hope you find it.

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

Nov 20 '05 #3
Jim
Yes, I have IIS installed and ASP.NET

I believe the problem is somehow related to the fact that
the web server will only show http://LocalHost/ locations
if they are physically under C:\Inetpub\wwwroot\ directory.

Could this be a security settings issue?

Jim
-----Original Message-----
do you have a iis installed? (normally you have to install iis before youinstall visual studio if you want to host(run) aspx pages)

if you have make sure that the directory the file is in is registered in theiis

hope it helps

eric
"Jim" <an*******@discussions.microsoft.com> wrote in messagenews:0b****************************@phx.gbl...
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?

Thanks,

Jim

.

Nov 20 '05 #4
Jim
Cor,

Thanks, but I've already checked the FAQ and that is not
the problem. My install completed without error...
Jim

-----Original Message-----
Hi Jim,

They made this page for it.
http://msdn.microsoft.com/vbasic/vbr...q/#installvdir

I hope you find it.

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

.

Nov 20 '05 #5
Cor
Hi Jim,

You can try this things I think, put the Url just in your browser, or even,
push on the Url it in this message.

http://localhost/VB.NETResourceKit/Welcome.aspx

if not try it with this one

http://127.0.0.1/VB.NETResourceKit/Welcome.aspx

if not

check what is are the security settings for

C:\Program Files\Visual Basic .NET Resource Kit\Application

Just some thoughts

Cor

Thanks, but I've already checked the FAQ and that is not
the problem. My install completed without error...

Nov 20 '05 #6
you need to run an exe in your <systemroot>\Microsoft.NET\<framework version> folder named
aspnet_regiis.exe

At the command line, type

aspnet_regiis -i

this will re-install ASP.NET into IIS.
"Jim" <an*******@discussions.microsoft.com> wrote in message
news:0b****************************@phx.gbl...
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?


you need to
Nov 20 '05 #7
Jim
Rick,

Thanks, but I've done that already to no avail.

Jim

-----Original Message-----
you need to run an exe in your <systemroot>\Microsoft.NET\<framework version> folder namedaspnet_regiis.exe

At the command line, type

aspnet_regiis -i

this will re-install ASP.NET into IIS.


Nov 20 '05 #8
CG
I did all that you seem to have done in contact with MS and nothing
worked until they told me to uninstall/reinstall IIS, which did work
Good luck

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 20 '05 #9
i've heard of that :/
normally you can right click on a folder and make it availeble online (like
network sharing but then the online part) this should work it registers the
folder under your iis. but i'm talking win xp pro here. i don't know w os
you are using.

hope it helps

eric
"Jim" <an*******@discussions.microsoft.com> wrote in message
news:06****************************@phx.gbl...
Yes, I have IIS installed and ASP.NET

I believe the problem is somehow related to the fact that
the web server will only show http://LocalHost/ locations
if they are physically under C:\Inetpub\wwwroot\ directory.

Could this be a security settings issue?

Jim
-----Original Message-----
do you have a iis installed? (normally you have to

install iis before you
install visual studio if you want to host(run) aspx pages)

if you have make sure that the directory the file is in

is registered in the
iis

hope it helps

eric
"Jim" <an*******@discussions.microsoft.com> wrote in

message
news:0b****************************@phx.gbl...
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?

Thanks,

Jim

.

Nov 20 '05 #10
Hi all,

Edit urlscan.ini (%windir%\system32\inetsrv\urlscan\urlscan.ini usually)
with notepad. Find the line for the AllowDotInPath item in the [options]
section. Change it to 1 from 0 (the default). Save the changes and restart
IIS.

I found this on Duncan MacKenzie's site.

It worked for me, and I did not have to fiddle with IIS Lockdown or do any
reinstalls.

Charles

Jim wrote:
Well, I finally got it to work. I had to remove the files
from the microsoft IIS lockdown utility. Then re-install
IIS. My gut feeling is that the microsoft IIS lockdown
utility set some parameter that limited web pages to be
under C:\Inetpub\wwwroot\ directory.

Thanks to everyone for all of your suggestions.

Jim

Nov 20 '05 #11

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

Similar topics

1
by: RichW | last post by:
I suddenly started having this problem as well - and could not figure it out. MSDN stated you simply had to re-install VS.NET, which I did. However, the same problem persisted. It appears I...
3
by: Richard Steele (Basemap) | last post by:
Hi I am looking to develop an application that requires different graphics (skinned) and text (localisation) for each installation am currently using C# VS 2003 Would the way to go be Resource...
7
by: Wysiwyg | last post by:
Is there any way to add an embedded resource to a project without copying it to the project's directory? I have shared resources and don't want each project using the images, xml files, etc. to...
5
by: Geoff Jones | last post by:
Hi Does anybody use the Visual Basic Resource Kit? I have a question about it and I've either discovered a bug in it or have a problem with my installation. Geoff
2
by: frossberg | last post by:
Hello! I tried to install the Visual Basic.NET Resource Kit (http://msdn.microsoft.com/vbasic/vbrkit/) but obviously something went very wrong and now it sems impossible both to repair and to...
0
by: Kleanthis | last post by:
I have a problem, when deploying multilingual applications using cab files on Compact Framework 2.0. It seems that something is going wrong with compact framework 2.0 Below I have a description...
1
by: moondaddy | last post by:
I have a sample vb .net 2.0 winforms app and am using Oneclick deployment to a remote server. All of the files (DLLs, EXEs, manifests, configs, etc.) seem to get deployed to the target folder on...
9
by: Alf P. Steinbach | last post by:
<what to design a C++ solution for> A Windows API /resource/ is data embedded in the executable, accessed via API functions. A resource is completely identified by the quadruple (id, type,...
1
by: Georg Hickel | last post by:
Hi, in my app i need a script to setup a database. The script file is now read by the app with a streamreader. Now i want to read the script from an resource file which is embedded in my app. I...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...
0
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...
0
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,...
0
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...

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.