P
Programmer
I'm at my witts end! I've written a Windows service using VS.NET 2K3. It's a service that is basically a TcpListener. When I telnet to it, the text responses the service gives back are not even in my source code... I removed them days ago. I've done the obvious like:
- searched all my local drives for the binaries and deleted them.
- deleted the bin and obj folders from the main project folder and the setup folder.
- I even did a search (both 8-bit and Unicode) search on ALL files on ALL of my drives for the existence of the old strings and found nothing. (I used Visual SlickEdit's search, not Windows XP Pro's search).
- Ensured the service exe wasn't cached in the Windows cache folders.
But every time I build the exe and the setup, then install and test, it's STILL producing the old strings. I am totally baffled.
OS = WinXP Pro
Dev = VS.NET 2K3
Using SourceSafe 6.0c (Build 9447) (and I checked the version in source safe... also does not have the old strings).
I'm hoping I've just overlooked something really simple, but I think I've got my bases covered here. Any ideas?
- searched all my local drives for the binaries and deleted them.
- deleted the bin and obj folders from the main project folder and the setup folder.
- I even did a search (both 8-bit and Unicode) search on ALL files on ALL of my drives for the existence of the old strings and found nothing. (I used Visual SlickEdit's search, not Windows XP Pro's search).
- Ensured the service exe wasn't cached in the Windows cache folders.
But every time I build the exe and the setup, then install and test, it's STILL producing the old strings. I am totally baffled.
OS = WinXP Pro
Dev = VS.NET 2K3
Using SourceSafe 6.0c (Build 9447) (and I checked the version in source safe... also does not have the old strings).
I'm hoping I've just overlooked something really simple, but I think I've got my bases covered here. Any ideas?