IPB

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> C# Manifest File Question
Xarzu
post Jan 15 2008, 11:59 AM
Post #1

(1) Prestidigitator

Posts: 9
Joined: 11-January 08



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?
Go to the top of the page
 
+Quote Post
@\Nightandt...
post Jan 15 2008, 01:06 PM
Post #2

(10) Necromancer

Posts: 1,561
Joined: 26-March 04
From: UK
Xbox Gamertag: Grimmling



Not that I can see why you'd want a manifest file ahem...

You need to have it in your bin folder... Also depends upon your build type, but you can just force the file to copy by adding it to the solution and modifying the properties of the object.

That's if my memory serve me correctly!


--------------------


"I'm a programmer at a games company... REET GOOD!" - Me
Go to the top of the page
 
+Quote Post
Adam Brennecke
post Jan 17 2008, 10:23 PM
Post #3

Programmer

Group Icon

Posts: 134
Joined: 25-May 04
From: Orange County, CA



You can compile the manifest into the executable as a resource (the resource ID is recommended to be 1), or you can have it in the same directory as the executable.

-Brennecke
Go to the top of the page
 
+Quote Post
@\Nightandt...
post Jan 18 2008, 04:59 AM
Post #4

(10) Necromancer

Posts: 1,561
Joined: 26-March 04
From: UK
Xbox Gamertag: Grimmling



QUOTE(Adam Brennecke @ Jan 18 2008, 06:23 AM) *
You can compile the manifest into the executable as a resource (the resource ID is recommended to be 1), or you can have it in the same directory as the executable.

-Brennecke


OOO Didn't know you could bang it in with the exe... :D learn something new everyday.


--------------------


"I'm a programmer at a games company... REET GOOD!" - Me
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



Lo-Fi Version Time is now: 3rd September 2010 - 01:03 AM