采用VB或VB.NET项目时出现的问题

时间:2012-05-02 15:43:05

标签: vb.net visual-studio visual-studio-2008 vb6

我很抱歉我缺乏VB知识(我不是VB或.net开发人员),我采用了一个非常古老而简单的插件软件,它可能是由VB或VB.NET编写的,源代码包括具有流动后缀的文件。

.dsx; .frm; .frx; msi; ,res; .sln; .vbp; .wip; .Dsr; .cls; .frm;

以下是.sln文件的内容:

Microsoft Visual Studio Solution File, Format Version 1.00
Project("{73393D18-DAC4-11D1-88FC-0000F8064EBB}") = "Agile Plugin", "AgilePlugin.wip", "    {17DC5F11-9B32-47FE-9F12-71923EC1C0DC}"
EndProject
Global
GlobalSection(LocalDeployment) = postSolution
    StartupProject = {00000000-0000-0000-0000-000000000000}
EndGlobalSection
GlobalSection(BuildOrder) = postSolution
    0 = {17DC5F11-9B32-47FE-9F12-71923EC1C0DC}
EndGlobalSection
GlobalSection(DeploymentRoot) = postSolution
EndGlobalSection
EndGlobal

以下是.cls文件内容的一部分:

VERSION 1.0 CLASS
BEGIN
  MultiUse = -1  'True
  Persistable = 0  'NotPersistable
  DataBindingBehavior = 0  'vbNone
  DataSourceBehavior  = 0  'vbNone
  MTSTransactionMode  = 0  'NotAnMTSObject
END
Attribute VB_Name = "EventClassModule"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = True
Attribute VB_PredeclaredId = False
Attribute VB_Exposed = True
Option Explicit
Option Base 1

Public WithEvents App As Application
Attribute App.VB_VarHelpID = -1
Public WithEvents Proj As Project
Attribute Proj.VB_VarHelpID = -1

Dim NewTaskIDs() As Long
Dim NumNewTasks As Long

有人可以告诉我程序是由VB或VB.NET编写的吗?哪个Visual Studio可以编辑它?我尝试了VS 2008但得到一个错误,上面写着:“无法打开,因为此版本的Visual Studio不支持其项目类型(.wip)”。

非常感谢..

1 个答案:

答案 0 :(得分:4)

这是基于Visual Installer的安装项目的VB6。

不再支持他们。