Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

How Can I add an assemblyinfo.cs in a web service created in .net 3.5

Thanks
Sebastian
Posted

Physically, it will be located in the properties folder WebApplicationName\Properties\AssemblyInfo.cs

Using the program, you can retrieve information in the AssemblyInfo.cs for the website through
C#
System.Reflection.Assembly.GetExecutingAssembly()
 
Share this answer
 
Comments
Sebastian T Xavier 16-Mar-12 1:29am    
Ok, I agree; But in framework 3.5 it will not be created automatically when we create application. Is there any way to create it manually? Or do we have some other methods to accomplish the similar feature in .Net2.0
I have solved this issue by using global.asax file's events . So assemblyinfo.cs is not a necessary one.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900