Debugging serviced components using server activation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I've recently moved some serviced .net components from using library to
server activation. However, I'm now finding that my breakpoints are no
longer firing whilst debugging and it's therefore proving very difficult to
progress my development. Has anyone had any experience of this and know of a
resolution?

Many thanks

Al
 
Hi,

Just some further information....

All my code is in one solution. So projects for each dll and the client
exe.
All the projects are in seperate directories, but output to the bin
directory of the client exe project.
The entire solution is vb .net, but accesses various com objects via interop.
The exe is to be deployed on the server as an overnight process.

Thanks

Al
 
Hi,

Just some further information....

All my code is in one solution. So projects for each dll and the client
exe.
All the projects are in seperate directories, but output to the bin
directory of the client exe project.
The entire solution is vb .net, but accesses various com objects via interop.
The exe is to be deployed on the server as an overnight process.

Thanks

Al
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top