Visual Basic .NET Resource Kit Error

M

Madison

I just completed the installation of the Resource Kit but
I get the following error on GetStarted.aspx:

Server Error in '/VB.NETResourceKit' Application.
-----------------------------------------------------------
---------------------

Security Exception

Description: The application attempted to perform an
operation not allowed by the security policy. To grant
this application the required permission please contact
your system administrator or change the application's
trust level in the configuration file.

Exception Details: System.Security.SecurityException:
Request for the permission of type
System.Security.Permissions.StrongNameIdentityPermission,
mscorlib, Version=1.0.3300.0, Culture=neutral,
PublicKeyToken=b77a5c561934e089 failed.
 
M

Marcus

I, too, am getting this error. Hope someone can post a solution to it
soon! Not very impressive offering to have it bonk on the first page.

Marcus
 
A

Adam Braden

What OS are you running this on? Are you guys admins on the machine or
not? Were there any errors during setup?

Thanks,
Adam

--
Adam Braden, VB Team
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: (e-mail address removed) (Marcus)
| Newsgroups: microsoft.public.dotnet.languages.vb
| Subject: Re: Visual Basic .NET Resource Kit Error
| Date: 18 Nov 2003 12:24:43 -0800
| Organization: http://groups.google.com
| Lines: 38
| Message-ID: <[email protected]>
| References: <[email protected]>
<[email protected]>
| NNTP-Posting-Host: 199.212.20.3
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1069187084 23261 127.0.0.1 (18 Nov 2003
20:24:44 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Tue, 18 Nov 2003 20:24:44 +0000 (UTC)
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews1.google.com!no
t-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.dotnet.languages.vb:157855
| X-Tomcat-NG: microsoft.public.dotnet.languages.vb
|
| I, too, am getting this error. Hope someone can post a solution to it
| soon! Not very impressive offering to have it bonk on the first page.
|
| Marcus
|
|
|
| (e-mail address removed) (Larry Van Der Jagt) wrote in message
| > I get the same error......did you resolve the situation?
| >
| > L
| >
| > > I just completed the installation of the Resource Kit but
| > > I get the following error on GetStarted.aspx:
| > >
| > > Server Error in '/VB.NETResourceKit' Application.
| > > -----------------------------------------------------------
| > > ---------------------
| > >
| > > Security Exception
| > >
| > > Description: The application attempted to perform an
| > > operation not allowed by the security policy. To grant
| > > this application the required permission please contact
| > > your system administrator or change the application's
| > > trust level in the configuration file.
| > >
| > > Exception Details: System.Security.SecurityException:
| > > Request for the permission of type
| > > System.Security.Permissions.StrongNameIdentityPermission,
| > > mscorlib, Version=1.0.3300.0, Culture=neutral,
| > > PublicKeyToken=b77a5c561934e089 failed.
|
 
R

Rod Snyder

I had problems also; might have actually started this thread or a similar
one. I FINALLY got it to work by using the cassini web server, assigning it
to port 8080. It never worked through IIS although all my other IIS sites
are functioning normally.
Rod
 
M

Mark Kamoski

Yes.

Same error here.

Lame.

Very lame.

I do LOVE DotNet, but this is lame with a captial "L".

Oh well...
 
M

Mark Kamoski

OK, here is the answer that I found and it works, which I got from a
friend.

"

This problem could occur if the settings are applied to the previous
version of the .NET Framework. We are providing step-by-step
instructions for resolving this problem. Please let us know if these
help to view the resource kit successfully. Your feedback is very
important to us.

1. Please check the versions of Microsoft .NET Framework installed on
your system. You can do this by going to ‘Control Panel' à ‘Add or
Remove Programs'. Do you see two versions (1.0.3705 and 1.1)?

2. If you see 1.1, proceed to the next step. If not, let us know what
versions you have.

3. Go to ‘Control Panel' à Administrative tools à Internet Information
Services'. Navigate to <Computer Name> à Web Sites à Default Web Site.
Right-mouse click on VB.NETResourceKit and view the properties. Under
the ‘Virtual Directory' tab click on the ‘Configuration' button.
Select .aspx extension and click ‘Edit' button. If you see
‘v.1.0.3705' in the ‘Executable', change it to ‘v1.1.4322'. Click ‘OK'
and ‘OK' and ‘OK'.

4. Run the Visual Basic .NET Resource Kit application from ‘Start' à
‘Programs'.

5. Check that you can view all pages.

"
 
G

Guy

I also installed the resource kit and it killed all webs on my
localhost. The web they installed is dead as are all existing webs I
had. The error page that comes up tells me to look in event viewer
for the error but when I did, I saw that I had events, but they were
all blank. I am in the process of trying to recover and will let you
know if I find a solution.

I already ran aspnet_regiis.exe -I and it did nothing.

Guy
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top