Tento di convertire una DLL ASP VB 6 in VB 2008, la conversione no va a buon fine, in Solution Explorer mi dice SWECRM(unavailable)

Se apro comunque il progetto generato, ho una serie di UPGRADE_WARNING e TODO: Review the values of the assembly attributes

Il codice è il seguente:

Imports System.Reflection
Imports System.Runtime.CompilerServices
Imports System.Runtime.InteropServices

' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.

' TODO: Review the values of the assembly attributes
<Assembly: AssemblyTitle("")>
<Assembly: AssemblyDescription("9.2(0.0)")>
<Assembly: AssemblyCompany("Staffware plc")>
<Assembly: AssemblyProduct("")>
<Assembly: AssemblyCopyright("")>
<Assembly: AssemblyTrademark("")>
<Assembly: AssemblyCulture("")>

' Version information for an assembly consists of the following four values:
' Major version
' Minor Version
' Build Number
' Revision
' You can specify all the values or you can default the Build and Revision Numbers
' by using the '*' as shown below:

<Assembly: AssemblyVersion("9.2.*")>

Qualcuno sa aiutarmi?

Grazie Marzio