R
Rob R. Ainscough
I tried the following and it does provide a GUID, but not the GUID listed in
the My Project ... Assembly Info button.
Dim myAss As [Assembly]
myAss = [Assembly].GetEntryAssembly
Dim myAssGUID As System.Guid = myAss.ManifestModule.ModuleVersionId
Dim myStringGUID As String = myAssGUID.ToString
tried using GetCallingAssembly, GetExecutingAssembly and none of them
reprsent the GUID listed under My Project | Application | Assembly
Information button
Any suggestions on how to get that specific GUID value?
the My Project ... Assembly Info button.
Dim myAss As [Assembly]
myAss = [Assembly].GetEntryAssembly
Dim myAssGUID As System.Guid = myAss.ManifestModule.ModuleVersionId
Dim myStringGUID As String = myAssGUID.ToString
tried using GetCallingAssembly, GetExecutingAssembly and none of them
reprsent the GUID listed under My Project | Application | Assembly
Information button
Any suggestions on how to get that specific GUID value?