|
2006-2-7, 3:37 PM
|
亮亮

 等级: 士兵
注册: 2005年12月31日
积分: 19
精华: 0
发贴: 19
|
|
Re: 把vb.net开发的未完成的程序拷贝到另外一台机器不能运行?
|
|
|
|
虚拟目录不对,请将.sln文件用记事本打开,打概如下> Microsoft Visual Studio Solution File, Format Version 8.00 Project("{F184B08F-C81C-45F6-A57F-5ABD9991F28F}") = "Wstw_CRM", "http://localhost:8888/Wstw_CRM.vbproj", "{0647A29A-A24F-4E1D-826C-D97EA6202E5E}" ProjectSection(ProjectDependencies) = postProject EndProjectSection EndProject Global GlobalSection(SolutionConfiguration) = preSolution Debug = Debug Release = Release EndGlobalSection GlobalSection(ProjectConfiguration) = postSolution {0647A29A-A24F-4E1D-826C-D97EA6202E5E}.Debug.ActiveCfg = Debug|.NET {0647A29A-A24F-4E1D-826C-D97EA6202E5E}.Debug.Build.0 = Debug|.NET {0647A29A-A24F-4E1D-826C-D97EA6202E5E}.Release.ActiveCfg = Release|.NET {0647A29A-A24F-4E1D-826C-D97EA6202E5E}.Release.Build.0 = Release|.NET EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution EndGlobalSection GlobalSection(ExtensibilityAddIns) = postSolution EndGlobalSection EndGlobal
将粗体红色的文字改为你的虚拟目录即可
|
|
|
IP 地址: 已登录
来自: 已登录
|
|
|
|
|
|
|
|