由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - How to compile multiple file using vbc?
相关主题
error of compiling C# in visual studion 2013 win 7 (转载)VB .net help
how to import C# .net DLL in VC6?I am back. :)
VB.net 问题求助c# for linux
c#有没有第三方地免费解释器?WaitOne() and WaitOne(int, bool)
麻烦大家帮忙看看:cannot find dependencyASP.Net比ASP倒底好多少?
安装问题:framework1.0 & 1.1共存?说到netadvantage
.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?请教有关header file的几个问题
What's the difference between ToolsVersion and Target Framework?Which one is faster
相关话题的讨论汇总
话题: vbc话题: compile话题: net话题: visual话题: imports
进入DotNet版参与讨论
1 (共1页)
b******s
发帖数: 12
1
I am learning Visual Basic .Net right now. I encounter a problem and can not
find a solution. I have two classes A and B which are in two different source
files a.vb and B.vb.
Class A imports class B.
In a.vb, it has the following code at the beginning.
Imports B
But when I compile a.vb, the compiler gives me an error: Can not find B. I am
using the compiler vbc which comes for free with .Net Framework.
When I open Visual Studio .net and add a.vb and b.vb into a project, I can
compile both sourc
1 (共1页)
进入DotNet版参与讨论
相关主题
Which one is faster麻烦大家帮忙看看:cannot find dependency
xamarin有没有搞头?安装问题:framework1.0 & 1.1共存?
A potentially dangerous Request.Form value was detected from the client.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?
请教怎样compile .msi file and .net projectWhat's the difference between ToolsVersion and Target Framework?
error of compiling C# in visual studion 2013 win 7 (转载)VB .net help
how to import C# .net DLL in VC6?I am back. :)
VB.net 问题求助c# for linux
c#有没有第三方地免费解释器?WaitOne() and WaitOne(int, bool)
相关话题的讨论汇总
话题: vbc话题: compile话题: net话题: visual话题: imports