Bug report

  • Thread starter Thread starter LC
  • Start date Start date
L

LC

Hi,

When I try to open my VS.NET property page cause this errors:

1-)The following exception has ocurred:
InvalidOperationException: The object is currently in use elsewhere.

2-)The following exception has ocurred:
ArgumentException: Invalid parameter used.

I uninstall/reinstall VS and MS Office but the problem persist.

Any idea?
Thks,
LC
 
I sometimes get the "The object is currently in use elsewhere" when I haven't cleaned up any resources properly in my program. Your problem sounds different, but just in case it ain't, use the Task Manager to locate the exe under processes and end it. I've been getting this while not disposing of any DirectX devices properly

If your problem is different, then don't do what I've said.
 
This sounds weird but some people say it could be problem with ATI Rage
driver - try to update it from ATI's web site. Or you can try to lower
hardware acceleration for the graphics:
Display Properties (right click on the desktop and click properties) >>
Settings >>
Advanced button >> Troubleshoot ( for WinXP ) or Troubleshooting ( for
Win2K ) tab
 
Back
Top