2013-02-19 64 views

回答

0

當我遇到這個問題時,我發現它是由於400行以上的續行。

例如:

Dim someString As String 
someString = "some text and then a line continuation " & _ 
      "and then some more text for 400 lines " & _ 
      ... & _ 
      "and then finish the string" 

要解決它,我不得不讓我的代碼,通過在同一行合併多個「行」有點更模糊。

希望這可以幫助別人!

0

這聽起來像您在解決方案空間中單擊模塊或.vb文件。嘗試點擊右鍵,然後「儘可能地編輯代碼」。如果有一個互操作對象,也許是一個沒有註冊Windows的控件(.OCX),那麼VS會崩潰 - 承諾!

+0

這是一個問答式的文章 - 我只是分享了我遇到的一個錯誤。 – abarrington 2013-02-20 14:27:17