Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error message is an "access denied"

Status
Not open for further replies.

threeo

Programmer
Mar 31, 2005
49
US
does anyone have any clue about this.....

i downloaded a third-party popup window control and added it to my .net app. it was working ok and i moved on to another area of code and suddenly when i try to run my app i get an error generated out of the machine.config file referencing a line in the "assemblies" section at the specific line:

<add assembly="*"/>

the error message is an "access denied" and references the new dll i added.

i tried removing the control but this error persists.

i have no clue how to fix this.

threeo
 
try uninstalling the DLL and restarting the IIS...

Known is handfull, Unknown is worldfull
 
it didn't come with an uninstall script

i tried removing the control from my toolbox but that had no effect on the error:
------------
Parser Error Message: Access is denied: 'eeeksoft.web.popupwin'.

Source Error:
Line 198: <add assembly="*"/>
-------------

eeeksoft.web.popupwin is the name of the control



 
why would it still be referring to the control that i removed????
 
There may be an entry in your registry. Worse yet, you may have unknowingly installed a hyjacker or a virus. With a name like: eeeksoft.

eeeeeek!

Just a guess...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top