Does anyone know how to declare Manifest Files in the Visual Studio IDE for C#?
I followed the steps outlined here for including a manifest file:
http://support.microsoft.com/kb/944276
Does it matter if the manifest file is in the directory where the
source code is or should it be in the directory where the executable
code is?
Someone has suggested I set BuildAction to "Embedded Resource". But I cannot find where this is set in the properties. Can you? In which panel is the BuildAction?
http://i67.photobuck...o/CSharp015.png
http://i67.photobuck...o/csharp016.png
http://i67.photobuck...o/csharp017.png
http://i67.photobuck...o/CSharp018.png
http://i67.photobuck...o/csharp019.png
http://i67.photobuck...o/csharp020.png
It seems there is more than one way to use Manifest Files with C#. I would like to know them all.
Page 1 of 1
C# Manifest File Question
#2
Posted 17 January 2008 - 12:09 AM
If you followed that guide (the one on support.microsoft.com) it should've worked. Did it not work? If so, any errors or specific problems?
#3
Posted 17 January 2008 - 06:56 PM
In VB, the manifest file has to be the same as the executable file, incl. extension, + ".manifest" It must be in the same directory. That works, but the way I prefer is to embed it. I think you do that by selecting the manifest file in the Solution Explorer and looking at the Properties bar.
#4
Posted 20 February 2008 - 07:43 AM
programmer-in-training, on Jan 17 2008, 06:56 PM, said:
In VB, the manifest file has to be the same as the executable file, incl. extension, + ".manifest" It must be in the same directory. That works, but the way I prefer is to embed it. I think you do that by selecting the manifest file in the Solution Explorer and looking at the Properties bar.
hi there,
i saw your quote. and i got a perfect and reliable solution for you, just check out the following url, it contains all the required information regarding the Manifest file.
http://www.codeproje...tInjection.aspx
hope this will definitely work for you.
Thank you
Jitesh
Programmer
.Net Consulting
#5
Posted 20 February 2008 - 12:16 PM
I'm actually not a C# programmer at all, but thanks anyway!
Visual Studio 2005 and 2008 automatically use visual styles, but you can set it not to for a specific project. Also, you can use APIs to instantly change whether or not the title bar or the client area or web content use visual styles.
Visual Studio 2005 and 2008 automatically use visual styles, but you can set it not to for a specific project. Also, you can use APIs to instantly change whether or not the title bar or the client area or web content use visual styles.
Page 1 of 1

Sign In
Register
Help

MultiQuote

