Message 1 of 4
(Exception from HRESULT: 0x80020009 (DISP_E_EXCEPTION))

Not applicable
04-06-2010
09:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Anyone get this error from acad and dotnet?
i saw a lot of references on the web about it in different contexts
working on a vb.net app in acad2009 - using com interop - but it's still
dot net.
just started getting this error yesterday, never seen before.
just wondering if anyone has seen it and knows what it may mean in the acad
context.
also yesterday this started happening.
I build the dotnet project.
I open acad
(the dot net dll is netloaded by lisp call in startup routine)
run the dotnet command
close acad
------> acad closes visually but the process does not end - i have to go to
task manager and end task to get it to end.
otherwise i can't rebuild the dotnet project
Error 2 Unable to copy file "obj\Release\MCS_DXF.dll" to
"bin\Release\MCS_DXF.dll". The process cannot access the file
'bin\Release\MCS_DXF.dll' because it is being used by another process.
DxfGenerator
i suspect the two phenomena are related but don't know how to fix
any ideas?
thanks
mark
i saw a lot of references on the web about it in different contexts
working on a vb.net app in acad2009 - using com interop - but it's still
dot net.
just started getting this error yesterday, never seen before.
just wondering if anyone has seen it and knows what it may mean in the acad
context.
also yesterday this started happening.
I build the dotnet project.
I open acad
(the dot net dll is netloaded by lisp call in startup routine)
run the dotnet command
close acad
------> acad closes visually but the process does not end - i have to go to
task manager and end task to get it to end.
otherwise i can't rebuild the dotnet project
Error 2 Unable to copy file "obj\Release\MCS_DXF.dll" to
"bin\Release\MCS_DXF.dll". The process cannot access the file
'bin\Release\MCS_DXF.dll' because it is being used by another process.
DxfGenerator
i suspect the two phenomena are related but don't know how to fix
any ideas?
thanks
mark