473,789 Members | 2,530 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DLL Project in .Net

The college I teach VB for just upgraded to .net from VB6 (without ANY
warning to the professors--- at least we know where we stand)

Therefore, I'm kinda scrambling to get a few rough edges ironed out.

VB6 allowed for the creation of an ActiveX DLL project.

I have been able to scrounge a VB.Net standard version for now to get up to
speed.

Does .Net allow for the creation of a DLL from a class module?

Is it an upgraded version of .net from the one I have at present which
allows this?

I have ordered the VB.net professional adition which I should treceive next
week.
(Sorry for the elementary questions)
--
Frank Bachman
(Grumpy Aero Guy)

Nov 20 '05 #1
4 1187
* "Grumpy Aero Guy" <fbachman@beer_ me.com> scripsit:
The college I teach VB for just upgraded to .net from VB6 (without ANY
warning to the professors--- at least we know where we stand)

Therefore, I'm kinda scrambling to get a few rough edges ironed out.

VB6 allowed for the creation of an ActiveX DLL project.

I have been able to scrounge a VB.Net standard version for now to get up to
speed.

Does .Net allow for the creation of a DLL from a class module?
You cannot create ActiveX DLLs, but you can create .NET assemblies.
These assemblies can be registered for COM interop and can be used
within VB6.
Is it an upgraded version of .net from the one I have at present which
allows this?


Standard Edition of VB.NET doesn't allow you to create DLL projects, but
Progessional Edition does. Nevertheless, there is a workaround for
VB.NET Standard to create DLLs:

<URL:http://www.google.de/groups?selm=3D0 EB6F8.5040805%4 0brienen.net>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #2
Thank you very much !

--
Frank Bachman
(Grumpy Aero Guy)
"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:et******** ******@TK2MSFTN GP11.phx.gbl...
* "Grumpy Aero Guy" <fbachman@beer_ me.com> scripsit:
The college I teach VB for just upgraded to .net from VB6 (without ANY
warning to the professors--- at least we know where we stand)

Therefore, I'm kinda scrambling to get a few rough edges ironed out.

VB6 allowed for the creation of an ActiveX DLL project.

I have been able to scrounge a VB.Net standard version for now to get up to speed.

Does .Net allow for the creation of a DLL from a class module?


You cannot create ActiveX DLLs, but you can create .NET assemblies.
These assemblies can be registered for COM interop and can be used
within VB6.
Is it an upgraded version of .net from the one I have at present which
allows this?


Standard Edition of VB.NET doesn't allow you to create DLL projects, but
Progessional Edition does. Nevertheless, there is a workaround for
VB.NET Standard to create DLLs:

<URL:http://www.google.de/groups?selm=3D0 EB6F8.5040805%4 0brienen.net>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #3
Hi,
you must be teaching at BCIT :) Just kidding, but it reminds me on
my days at this college ....

Anyways, to create .dll projects you need professional, not standard
version of .NET

On Sun, 30 May 2004 10:06:46 -0400, "Grumpy Aero Guy"
<fbachman@beer_ me.com> wrote:
The college I teach VB for just upgraded to .net from VB6 (without ANY
warning to the professors--- at least we know where we stand)

Therefore, I'm kinda scrambling to get a few rough edges ironed out.

VB6 allowed for the creation of an ActiveX DLL project.

I have been able to scrounge a VB.Net standard version for now to get up to
speed.

Does .Net allow for the creation of a DLL from a class module?

Is it an upgraded version of .net from the one I have at present which
allows this?

I have ordered the VB.net professional adition which I should treceive next
week.
(Sorry for the elementary questions)


Nov 20 '05 #4
Is the the correct reference, it doesn't lok like a work-around to me?

Bob

"Herfried K. Wagner [MVP]" <hi************ ***@gmx.at> wrote in message
news:et******** ******@TK2MSFTN GP11.phx.gbl...
* "Grumpy Aero Guy" <fbachman@beer_ me.com> scripsit:
The college I teach VB for just upgraded to .net from VB6 (without ANY
warning to the professors--- at least we know where we stand)

Therefore, I'm kinda scrambling to get a few rough edges ironed out.

VB6 allowed for the creation of an ActiveX DLL project.

I have been able to scrounge a VB.Net standard version for now to get up to speed.

Does .Net allow for the creation of a DLL from a class module?


You cannot create ActiveX DLLs, but you can create .NET assemblies.
These assemblies can be registered for COM interop and can be used
within VB6.
Is it an upgraded version of .net from the one I have at present which
allows this?


Standard Edition of VB.NET doesn't allow you to create DLL projects, but
Progessional Edition does. Nevertheless, there is a workaround for
VB.NET Standard to create DLLs:

<URL:http://www.google.de/groups?selm=3D0 EB6F8.5040805%4 0brienen.net>

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>

Nov 20 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1553
by: public heath vb developer | last post by:
We have a solution with 29 projects including a main menu and 28 dlls. One of the projects (Project B) was created by copying an existing project (Project A), making changes including the assembly name, root namespace, form name, and internal code. When the new project (Project B) was added to the solution and a reference to it was attempted to be added to the main menu project (Project MainMenu), the new project (Project B) reference did not...
2
4786
by: Rudy Ray Moore | last post by:
How can I modify the project build order of a multi-project workspace under "Visual Studio .net 2003 7.1 c++"? I tried to modify the .sln by hand to influence the build order, but it didn't seem to help. It looks like it's in reverse alphabetical order with upper case characters winning. Contents from my "Output" window: Build started: Project: Utility Build started: Project: USMTF Build started: Project: Tracking
1
1800
by: Jerad Rose | last post by:
Hello, I have searched all over for the answer to this, to no avail. I have a web project already set up and running on a remote server, that I created from my home computer. I am now trying to connect to it from my work computer, but cannot figure out how to set up the project. Here are the various methods I've already tried: 1) When I try Open > Project From Web, I type in the URL, and then it
11
7740
by: Dave | last post by:
I copied the project files from an ASP.NET project on one computer and want to create the project on another computer, There is no connection between the two computers so I simply copied the project files from the first computer onto a memory stick and then from the memory stick into my Visual Studio Projects folder on the second computer. But when I open Visual Studio on the second computer and try to create a project by pointing to...
4
2890
by: Brad | last post by:
I'm not one to rant or flame....so please excuse me while I do so for this once. I've now spent a bit of time working with VS2005 beta 2 to see how it functions for web development, especially how our current extensive number of .Net 1.1 web apps convert to it. After a week's time I dont's mind the converted app code that was broken and had to be changed, due to deprecation, new framework classes (some of which have names identical to...
7
1631
by: Mantorok | last post by:
Hi all We have an ASP.Net project (and the Solution) under source-control. Here is the example - I create the Solution, I create an ASP.Net project and then check it all in to source control, now, when another user pulls down the solution/project from source and then tries to open it the Solution says it can't find the project. The temporary solution we have so far which is far from convenient is to
6
2830
by: liu | last post by:
Hi all, in my vb.net solution, i have 3 project: 1. Main-this is the startup or the base of my window application. 2. Sales-this is the project that contains all the sales info 3. Product-this is the project contains all product info in my Sales project, i added the reference of the Product to Sales project because I need to shows the Product info in my Sales. in the other hand, i also need to show the Sales in my Product. now the
9
5449
by: Anubhav Jain | last post by:
Hi, I am having few .net source files(.cs or .vb) and I want to dynamically generate the corresponding .net project file(.csproj or .vbproj) for them without using visual studio.So that I could be able to generate and compile the project on the enviroments where Visual Studio.Net is not installed. Thanks and Regards, Anubhav Jain MTS Persistent Systems Pvt. Ltd. Ph:+91 712 2226900(Off) Extn: 2431 Mob : 094231 07471
3
2199
by: Jerad Rose | last post by:
This is regarding Visual Studio 2003 (framework 1.1). We have several projects/libraries. Of course, many of these reference each other. If we only had one solution, we would simply add all of the libraries that we wish to debug to the solution, and make project references to the other projects within the solution. All other library references would be file references, since they were not included in the solution. However, the...
29
2824
by: Tony Girgenti | last post by:
Hello. I'm developing and testing a web application using VS.NET 2003, VB, .NET Framework 1.1.4322, ASP.NET 1.1.4322 and IIS5.1 on a WIN XP Pro, SP2 computer. I'm using a web form. How do I move this project/solution from a local development xp pro computer which uses IIS/localhost, to another xp pro computer that is on a Windows 2003 server domain. I want to be able to use the Windows 2003 server IIS instead of localhost.
0
9506
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10404
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10136
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9979
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6761
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5415
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5548
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4089
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.