Creating Assembly Manifest.. Need help

V

Vin

I'm using using VS 2008 and created manifest file using add new item and selected Application manifest File and following issue
1. I've added manifest file the web service project but Project/Properties/Application/Resources/Icon and Manifest option is disabled. How can I specify manifest file in project setting?
2. Default manifest file doesn't have any entry. Do I have to manually put
all the dependencies and dll's or is there anyway to generate automatically from the project?

Thanks!!
 
C

Colbert Zhou [MSFT]

Hello Vin,

Thanks for using Microsoft Newsgroup Support Service, my name is Colbert
Zhou [MSFT] and I will be working on this issue with you.

I can reproduce the issue. After adding manifest, the Manifest option in
the project property page is disabled. Unfortunately, the issue we are
facing is a by design behavior. The product team considers this requirement
before. But for most class libraries do not need manifest files. The Visual
Studio product team makes the Manifest option enabled, only when the output
type is Windows Application or Console Application. If we are working with
the Web Application or Web Service Application, the output type can only be
Class Library.

For your second question, the provided Application Manifest File is just a
template. We need manually insert these dependency dlls or add any other
custom sections.

I am sorry if the by design behavior takes any inconvenience for you.
However, may I suggest the following workaround?

Actually, we still can use the Windows SDK tool mt.exe to embed the
manifest into a .NET class library dll. To do this task automatically, we
can put the command line in the Web Service project's post build event. The
followings are some document reference regarding to this topics. Hope you
will be interesting in them,
http://msdn.microsoft.com/en-us/library/aa375649.aspx
http://msdn.microsoft.com/en-us/library/42x5kfw4(VS.80).aspx
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?Feedbac
kID=290366

Please let me know if the information addresses your concern. And if you
have any future feedbacks or suggestions, you are very welcome to post and
share your valuable opinions here. I will try my best to provide future
assistances. Have a nice day!


Best regards,
Colbert Zhou (colbertz @online.microsoft.com, remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subscriptions/aa948868.aspx#notifications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://support.microsoft.com/select/default.aspx?target=assistance&ln=en-us.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
C

Colbert Zhou [MSFT]

Hello Vin,

I am writing to check the status of the issue on your side. Could you
please let me know if the suggestion works for you or not? If you have any
questions or concerns, please feel free to let me know. I will be more than
happy to be of assistance.

Have a great day!

Best regards,
Colbert Zhou ([email protected], remove 'online.')
Microsoft Online Community Support
=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).
This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top