将VB转换为所需的.dll帮助 [英] Convert vb to .dll help needed

查看:76
本文介绍了将VB转换为所需的.dll帮助的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已将1个文件转换为abc.vb,再转换为abc.dll



现在我需要知道

我有另一个页面default.aspx.vb

如何调用.dll文件中的函数以及如何创建.dll.refresh文件以及需要在哪个文件夹中放置dll文件

i have converted 1 file to abc.vb to abc.dll



now i need to know

i have another page default.aspx.vb

how to call the functions in the .dll files and how to create .dll.refresh file and in which folder i need to place dll files

推荐答案

在asp中.净项目添加对该abc.dll的引用

右键单击您的asp.net项目->添加参考->转到浏览"标签->搜索您的abc.dll.

在您的default.aspx.vb中添加此
In your asp.net project add a Reference to that abc.dll

Right click on your asp.net project --> Add Reference --> Go to tab "Browse" --> Search for your abc.dll.

in your default.aspx.vb add this
Imports abc



希望对您有所帮助.



Hope it helps.


这篇关于将VB转换为所需的.dll帮助的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆