Ken Robertson's BlogRamblings of a .NET developerEmbedding assemblies- February 23, 2005 Is there any way to embed an assembly at all Working on a project and we want to embed one of our assemblies inside the application, but don't want to have to use reflection to load it from the resource file. It would be nice if I could use it as I normally would when coding, and then when building, have it place it inside the current assembly and not link to the external assembly. Tried searching the Visual Studio help to see if it was possible, searched Google and the ASP.NET Forums,...http://weblogs.asp.net/krobertson/archive/2005/02/23/379138.aspx Community Server v1.0!- February 19, 2005 As you may have heard from either Scott, Rob, or the Community Server message boards, Community Server v1.0 is out! It is truly a great honor to have been able to work on it. The team of people working on it are absolutely awesome and it is great to be able to bounce ideas back and forth off of them. Definitely looking forward to continuing to come up with new ideas to add to it to make it even better. Also, Im glad to welcome Alex Lowe to the Telligent team. He...http://weblogs.asp.net/krobertson/archive/2005/02/19/376647.aspx FTP server and Windows 2003 firewall- February 17, 2005 Does anyone know how to setup the firewall on Windows Server 2003 (Administrative Tool Routing and Remote Access) to allow an FTP server to be run on a port other than 21 and to still support passive FTP I can't use active FTP, since at home I am behind a cable router. Using passive FTP only works as long as I have the FTP server running on port 21. If I change the server to run on another port and allow that port through on the firewall, I can connect, but no passive transfer...http://weblogs.asp.net/krobertson/archive/2005/02/17/375680.aspx |