<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>A Beta 2 VSTO Issue you may encounter in VB.NET:  Me.Range("A1") throws a COMException</title><link>http://blogs.msdn.com/b/eric_carter/archive/2005/05/05/415075.aspx</link><description>In Beta2 we shipped with an unforunate bug that will affect VB.NET users. 
 If you write code like this in a worksheet project item, it will fail with a COMException at runtime: 
 MsgBox(Me.Range("A1").Value) 
 The problem is that when you wrote the</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator></channel></rss>