quote:
Originally posted by can16358p
I have VS.NET 2005 installed and I don't want a DLL I will write for Messenger to require .NET Framework to be installed?
Well the DLL is in .NET code, and without the framework which gives you the ability to use .NET code, you can't exactly use the dll...
For the record, they aren't really DLL's either. They're just .NET apps without an entry point set and renamed to .dll.