J
Jeff
..NET 2.0
I'm working on 3 projects in VS2005:
- a windows application project
- dll library project
- windows service
This works like this:
The window form call some methods in the dll library project (.net remoting)
which again calls the actual objects running in the windows service...
I have 3 VS2005 open on my pc, one for each of these projects
Now I've tested some functionality on form and it doesn't work. It is
supposed to send info over to the windows service so it can updated a table
in the database...
I've rebuilt the dll library project and installed it.... while target was
set to Debug, should I change it to Release or?
And how should I debug this.??
Any suggestions are most welcome!
Jeff
I'm working on 3 projects in VS2005:
- a windows application project
- dll library project
- windows service
This works like this:
The window form call some methods in the dll library project (.net remoting)
which again calls the actual objects running in the windows service...
I have 3 VS2005 open on my pc, one for each of these projects
Now I've tested some functionality on form and it doesn't work. It is
supposed to send info over to the windows service so it can updated a table
in the database...
I've rebuilt the dll library project and installed it.... while target was
set to Debug, should I change it to Release or?
And how should I debug this.??
Any suggestions are most welcome!
Jeff