This is a mirror of official site: http://jasper-net.blogspot.com/

What happens when you create a Visual Studio Project

| Monday, July 18, 2011
In previous blogs, I discussed the files that are generated when you create a Visual Studio Project, specifically a WPF Application

    http://blogs.msdn.com/b/devschool/archive/2011/07/14/what-happens-when-you-create-a-visual-studio-project-part-1.aspx
    http://blogs.msdn.com/b/devschool/archive/2011/07/15/what-happens-when-you-create-a-visual-studio-project-part-2-vshost-exe.aspx
    http://blogs.msdn.com/b/devschool/archive/2011/07/16/what-happens-when-you-create-a-visual-studio-project-part-3-manifest.aspx

What is the file located in

…Visual Studio 2010\Projects\WhatIsHappeningHere\WhatIsHappeningHere\obj\x86\Debug\TempPE/Properties.Resources.Designer.cs.dll

    Good luck if you use MSDN to find out information, let me know if you know, because I could not get a lock on an exact explanation of what it is, so I am still working on this one.  However, Kenny Spade explained it to me that it is used during compilation and that makes sense.  It has nothing to do with the actually running of the compiled code and seems to work as an interim operator.  This is indicated by the location of the tile in the TempPE folder which is included in the obj folder.  If you think I am full of it and have a better explanation or any explanation let me know via comments.  Or if you think I am full of it and don’t have an explanation you can also feel free to leave that comment as well.  I would like to get a firm definition of what this DLL does.


Read more: Secret Microsoft Communications
QR: what-happens-when-you-create-a-visual-studio-project-part-4.aspx

Posted via email from Jasper-net

0 comments: