473,388 Members | 1,352 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,388 software developers and data experts.

WHAT is this ??? Got Me by the Nut-Sack!

Ken
Parser Error Message: Access is denied: 'localhost'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line:
258

This happens every once in a while, to fix it I have to cut out <add
assembly="*"/> and rebuild mechine.config, and then RE-add that line and
RE-build mechine.comfig, then all my junk works fine; WHY ?
Another VS. NET 2003 WTF!
I'ts getting to be a pain in the balls hay if you know whats going on let me
know...
PS, IIS 6.0

Nov 17 '05 #1
4 1083
Are you using any third party dll's or your own which doesnt have a strong
name.

"Ken" <Ba*@mail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
Parser Error Message: Access is denied: 'localhost'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line: 258

This happens every once in a while, to fix it I have to cut out <add
assembly="*"/> and rebuild mechine.config, and then RE-add that line and
RE-build mechine.comfig, then all my junk works fine; WHY ?
Another VS. NET 2003 WTF!
I'ts getting to be a pain in the balls hay if you know whats going on let me know...
PS, IIS 6.0

Nov 17 '05 #2
Are you using any third party dll's or your own which doesnt have a strong
name.

"Ken" <Ba*@mail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
Parser Error Message: Access is denied: 'localhost'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line: 258

This happens every once in a while, to fix it I have to cut out <add
assembly="*"/> and rebuild mechine.config, and then RE-add that line and
RE-build mechine.comfig, then all my junk works fine; WHY ?
Another VS. NET 2003 WTF!
I'ts getting to be a pain in the balls hay if you know whats going on let me know...
PS, IIS 6.0

Nov 17 '05 #3
Try:

C:\> NET STOP "Indexing Service"
"Ken" <Ba*@mail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
Parser Error Message: Access is denied: 'localhost'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line: 258

This happens every once in a while, to fix it I have to cut out <add
assembly="*"/> and rebuild mechine.config, and then RE-add that line and
RE-build mechine.comfig, then all my junk works fine; WHY ?
Another VS. NET 2003 WTF!
I'ts getting to be a pain in the balls hay if you know whats going on let me know...
PS, IIS 6.0

Nov 17 '05 #4
Try:

C:\> NET STOP "Indexing Service"
"Ken" <Ba*@mail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
Parser Error Message: Access is denied: 'localhost'.

Source Error:

Line 256: <add assembly="System.EnterpriseServices,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 257: <add assembly="System.Web.Mobile,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 258: <add assembly="*"/>
Line 259: </assemblies>
Line 260:

Source File:
c:\windows\microsoft.net\framework\v1.1.4322\Confi g\machine.config Line: 258

This happens every once in a while, to fix it I have to cut out <add
assembly="*"/> and rebuild mechine.config, and then RE-add that line and
RE-build mechine.comfig, then all my junk works fine; WHY ?
Another VS. NET 2003 WTF!
I'ts getting to be a pain in the balls hay if you know whats going on let me know...
PS, IIS 6.0

Nov 17 '05 #5

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

Similar topics

3
by: SeeBelow | last post by:
between this: name = "C" and this: name = StringVar() name.set("C") I hope someone can explain that to me.
4
by: SeeBelow | last post by:
I'm learning Tkinter, from Grayson's book and some online sources. I don't know how to find out which color names and font names are available on my system. I'm using Windows 2000. I assume...
86
by: Michael Kalina | last post by:
Because when I asked for comments on my site-design (Remember? My site, your opinion!) some of you told me never to change anything on font-sizes! What do you guys think of that:...
37
by: grahamo | last post by:
I have done this before but it keeps eluding me when I revisit it... I have a class employee defined with; friend employee operator+(const employee& e1, const employee& e2) ; Now I know I...
8
by: Moozie | last post by:
I have a form that people can fill out. Link looks like: http://www.myname.com/form.php A regular form, nothing special. Now I would like to fill out 1 field automatically by the link I give...
3
by: Spencer | last post by:
One of the things that I have become interested in lately is questioning in general what percentage of DB2 UDB implementations are configured to run at least near optimally given the hardware...
9
by: John Sidney-Woollett | last post by:
Is it possible to use the dblink and dblink_exec features from inside pl/pgsql functions to mimic the behaviour of nested transactions by calling another function or executing some SQL via the...
11
by: Marcel | last post by:
Hello all, I am a C++ beginner. I would like to know where and how a C++ application stores it's data. For example, imagine an application to manage your DVD collection. DVD can be enterd...
184
by: jim | last post by:
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone,...
3
by: Dean Slindee | last post by:
Need to write a standalone application that processes data once per day. Looking for the application program types available that would satisfy these requirements: Requirements: 1. Unattended...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
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
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...

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.