Craig Skibo's WebLogSorry I can't answer the phone right now, I am outside feeding yogurt to the clowns.Visual IL source code now available- December 7, 2005 I have upload the source code for the Visual IL language service and project to http:workspaces.gotdotnet.comvisualil. There are a few restrictions that I put on downloading the source code, mostly because I am planning on writing a new book on the sample and I need to be able to ship the sample with the book. But if you notice any issues or wish to contribute, I would be happy to hear from you.http://blogs.msdn.com/craigskibo/archive/2005/12/07/501208.aspx That is a lot easier than I thought- December 2, 2005 For a while now, people have been asking me how to create Satellite DLLs for their Add-ins. My response was always to create your .resx file for each culture, run resgen from a command prompt to create the .resources file, then run al to create the DLL. Finally you need to create directories to contain the Satellite DLLs. Yesterday the topic of how to create Satellite DLLs for WinForm apps was mentioned, and after finding out a few details and a quick test, there is a much easier way to...http://blogs.msdn.com/craigskibo/archive/2005/12/02/499486.aspx |