__AssemblyInfo__.ini Reading Problem?

Add-in Express™ Support Service
That's what is more important than anything else

__AssemblyInfo__.ini Reading Problem?
 
Leon King




Posts: 5
Joined: 2008-09-11
Hi,

I already get the location of the __AssemblyInfo__.ini file and I want to read its content. I already found some sample code on how to read ini files in vb.net
But the problem is I don't know what to put on the section and keyname parameter? All the sample codes that I found requires the path, section, and keyname.

sample ini file that has section and key:

[Section1]
KeyString=MyString
KeyInt=5
[Section2]
KeyBool=True

but the content of the __AssemblyInfo__.ini is just one line separted by commas.

Please give some idea on how it works.


Thanks
Posted 10 Oct, 2008 12:24:31 Top
Eugene Astafiev


Guest


Hi Leon,

Please have a look at the following http://blogs.msdn.com/junfeng/archive/2005/03/22/400789.aspx.
Posted 13 Oct, 2008 05:31:44 Top