Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > General .NET
|
General .NET For general discussion of MICROSOFT .NET topics that don't fall within any of the other .NET forum subcategories or .NET language forums.  If your question is specific to a language (C# or Visual Basic) or type of application (Windows Forms or ASP.Net) try an applicable forum category. ** PLEASE BE SPECIFIC WITH YOUR QUESTION ** When posting here, provide details regarding the Microsoft .NET language you are using and/or what type of application (Windows/Web Forms, etc) you are working in, if applicable to the question. This will help others answer the question without having to ask.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the General .NET section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 3rd, 2004, 08:39 AM
Authorized User
 
Join Date: Jul 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default IS IT DLL OR EXE?

Hi,

Can anyone tell me an Application or a file made using the .Net Framework will it be in a DLL or an exe form.

Augustine
 
Old October 3rd, 2004, 12:35 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

It depends on how you compile it. If you compile it as a windows program, it will be a .exe. If you compile it as a class, it will be a .dll.

J
 
Old October 4th, 2004, 12:43 AM
Friend of Wrox
 
Join Date: Jun 2004
Posts: 449
Thanks: 0
Thanked 1 Time in 1 Post
Send a message via MSN to r_ganesh76
Default

You can choose the type of project from your new project dialog box. there are different types of projects - web application, windows application, console application, webservice, class library and many others. of these windows application and console application will compile to form exe's others will compile to form dll's

Regards
Ganesh





Similar Threads
Thread Thread Starter Forum Replies Last Post
dll and exe wbalazyman C# 1 April 1st, 2007 09:29 AM
Using a ActiveX DLL in a Standard EXE earendall74 Beginning VB 6 2 November 24th, 2004 01:39 PM
PLEASE HELP: exe ==> DLL stalker C# 3 November 4th, 2004 06:16 PM
Custom DLL can't call an EXE? eamonn_ryan C++ Programming 0 September 26th, 2003 12:20 PM
ActiveX Exe and Dll Vasudevan VB How-To 1 September 26th, 2003 07:48 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.