Visualizzazione dei risultati da 1 a 2 su 2
  1. #1

    ' TODO: Review the values of the assembly attributes

    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
    Marzio

  2. #2
    Utente di HTML.it L'avatar di oregon
    Registrato dal
    Jul 2005
    residenza
    Roma
    Messaggi
    36,481
    E come ... ? Non sappiamo nulla del codice originale.

    E comunque non è una buona idea affidarsi alle conversioni automatiche.

    Cerca di esaminare e comprendere bene il codice originale e *riscrivilo* in VB.NET seguendo le regole del linguaggio/framework e dell'OOP ...
    No MP tecnici (non rispondo nemmeno!), usa il forum.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.