В работующем(то есть в таком, который полностью компилируется ASP-проекте) я вижу это.
Почему он Cannot resolve это?
Imports Microsoft.VisualBasic
Imports System.Xml
<Serializable()> Public Class UpdateListFile
Public ProductName As String
Public LastBuild As Integer
Public Updates As New UpdateCollection
<Serializable()> Public Class UpdateCollection
Inherits Collections.Generic.List(Of Update)
Public Function GetUpdateForBuild(ByVal nBuild As Integer) As Update
Dim I As Update
For Each I In Me
If I.MinBuild <= nBuild And I.MaxBuild >= nBuild Then
Return I
End If
Next
Return Nothing
End Function
<Serializable()> Public Class Update
Public MinBuild As Integer
Public MaxBuild As Integer
Public FilePath As String
End Class
End Class
End Class
---------------------------
ReSharper
---------------------------
Cannot install hotfix for Visual Studio 2005. Error code=1625.
Please note that localized versions of Visual Studio 2005 are not supported by the hotfix.
---------------------------
ОК
---------------------------
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 2