Visual Studio 2005 cannot access my very own debugger visualizer

Hello, I have a debugger visualizer for datasets witch worked very well. But when I try to visualize a dataset now I get the following error message :

Shim.RemoteObjectSourceException: Could not load file or assembly 'file:///C:\Documents and Settings\szjongg\My Documents\Visual Studio 2005\Visualizers\DSWatch2005.dll' or one of its dependencies. Access is denied. > System.IO.FileLoadException: Could not load file or assembly 'file:///C:\Documents and Settings\szjongg\My Documents\Visual Studio 2005\Visualizers\DSWatch2005.dll' or one of its dependencies. Access is denied.

When somebody else tries it on another computer it works!

Anybody has any idea?

thanx

[703 byte] By [Dennisdejong] at [2007-12-24]
# 1

Hi Dennis & welcome to the forums,

It might be a simple Access Rights problem. Check the permissions for your user account on the DSWatch2005.dll file to make sure you have at least read / execute rights. If this doens't help, try to give the account full permissions to the file.

SvenDeBont at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...
# 2

Hi Sven,

You're right! It was a simple acces problem! I was debugging the server side of the code and first didn't notice that the error log mentioned the ASPNET account. When I granted the ASPNET account read acces on the dswatch2005.dll and the visualizer directory it worked!! Yippie!

Dennis

Dennisdejong at 2007-10-8 > top of Msdn Tech,Visual Studio,Visual Studio Debugger...

Visual Studio

Site Classified