|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
How to write metainformation in asp.net dllHi all,
I´m looking for a way to write meta informations/assembly informations like productname, copyright, version etc. into a asp.net compiled file - into the ..dll (compiled with web deployment project in VS2008) In win form projects it´s easy, just to write info in the project assembly and compile. With web deployment project I can´t find where to... Pls help! Thany, Toni "Toni Pohl" <atwork43@hotmail.com__nospam> wrote in It is the same, but you have to be using a web application template to news:937F2B19-2754-41B6-A02B-5812DEB41E88@microsoft.com: > Hi all, > > I´m looking for a way to write meta informations/assembly informations > like productname, copyright, version etc. into a asp.net compiled file > - into the .dll (compiled with web deployment project in VS2008) > In win form projects it´s easy, just to write info in the project > assembly and compile. With web deployment project I can´t find where > to... start, not a website. And this only works with Framework 2.0 and up.The Assembly Info file goes in the Properties folder in this type of project, just like a windows forms project. -- Show quoteHide quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA Twitter: @gbworld Blog: http://gregorybeamer.spaces.live.com ******************************************* | Think outside the box! | ******************************************* Hi Gregory,
thanks for your tip! Web application didn´t work because it was an existing, large web project which couldn´t be converted fast, so we needed to deal with the web project and looked for a way to get in the metadata there. The solution was (on another PC...) to put a App_Code\AssemblyInfo.vb into the project - this worked! Thanks, Toni Show quoteHide quote "Gregory A. Beamer" <NoSpamMgbworld@comcast.netNoSpamM> schrieb im Newsbeitrag news:Xns9C3961A8C9A7Egbworld@207.46.248.16... > "Toni Pohl" <atwork43@hotmail.com__nospam> wrote in > news:937F2B19-2754-41B6-A02B-5812DEB41E88@microsoft.com: > >> Hi all, >> >> I´m looking for a way to write meta informations/assembly informations >> like productname, copyright, version etc. into a asp.net compiled file >> - into the .dll (compiled with web deployment project in VS2008) >> In win form projects it´s easy, just to write info in the project >> assembly and compile. With web deployment project I can´t find where >> to... > > > It is the same, but you have to be using a web application template to > start, not a website. And this only works with Framework 2.0 and up.The > Assembly Info file goes in the Properties folder in this type of project, > just like a windows forms project. > > > -- > Gregory A. Beamer > MVP; MCP: +I, SE, SD, DBA > > Twitter: @gbworld > Blog: http://gregorybeamer.spaces.live.com > > ******************************************* > | Think outside the box! | > ******************************************* "Toni Pohl" <atwork43@hotmail.com__nospam> wrote in Thanks for sharing. I had thought that might work, but did not have time to news:F3DE178B-8B3E-47DD-BA19-2DDE363327DF@microsoft.com: > Hi Gregory, > > thanks for your tip! > Web application didn´t work because it was an existing, large web > project which couldn´t be converted fast, so we needed to deal with > the web project and looked for a way to get in the metadata there. > The solution was (on another PC...) to put a App_Code\AssemblyInfo.vb > into the project - this worked! test it prior to posting. -- Show quoteHide quoteGregory A. Beamer MVP; MCP: +I, SE, SD, DBA Twitter: @gbworld Blog: http://gregorybeamer.spaces.live.com ******************************************* | Think outside the box! | *******************************************
Other interesting topics
Problem with AddHandler (New CommandEventHandler) under framework 2.0
Disable Validation For Dynamically Created Control Multiple Drop-Downs ASP.NET System.OutOfMemoryException <forms loginUrl="https:// pb too many forms, what should I do? C# / VB.NET code which takes a datetime in as parameter and returns a string Can't get started with this JavaScript Permissions on new Text File - IIS6 and Windows authentication. Value cannot be null. Parameter name: type |
|||||||||||||||||||||||