|     
|
From: "Joyjeet" Subject: Assemblyinfo.vb / assemblyinfo.cs Date: Tue, 2 Apr 2002 08:00:06 -0800
| |
I have a question for any of the gurus here In a VB.NET project, in the AssemblyInfo.vb file there is a line which has no equivalent in the AssemblyInfo.cs file of a C#.NET project. This line is: 'The following GUID is for the ID of the typelib if this project is exposed to COM <Assembly: Guid("27D76EBE-6254-4D29-8D13-9AF43446DB41")> Would you know what it is for? The template file that VS uses to create a VB.Net Web Application has a place-holder there rather than a real guid. But by the time VS finishes creating a VB Web Application there is a real guid there. I get a different guid from VS when I create a second VB Web App. But is it just an arbitrary guid -- it is in the file as soon as I create a Web App project, before anything is build. Does VB know to use that guid for the typelib it generates for the project? Thanks in advance -Joyjeet
| | Post a follow up to this message... |
|  |
|