Groups > Asp .Net > Visual Studio 2005 > Re: website appliation where is the dll stored?




website appliation where is the dll stored?

website appliation where is the dll stored?
Tue, 1 Apr 2008 09:08:17 +0000
Hi ,

ok  i have created thi as a wesite application in vs 2005,then how can i see the
dll,where it is stored?

the vb.net and C#  files are compiled separately or together?

then how many dll will be created?.if there is only one dll,whether it will
contain msil for both vb.net and C# file?

Is it possible for an assembly to contain both vb.net and C# msil?

please clarify all these .

thanks in advance
priya
Post Reply
Re: website appliation where is the dll stored?
Tue, 1 Apr 2008 10:58:57 +0000
The dlls are stored in the bin folder. Use the publish menu in the build menu to
publish the site and you will be able to all the dlls created. You can
coinfigure the prublish to create one dll or to create one dll for each file
Post Reply
Re: website appliation where is the dll stored?
Tue, 1 Apr 2008 11:01:35 +0000
keertanapriyarenjith:ok  i have created thi as a wesite application in vs
2005,then how can i see the dll,where it is stored?~
Its stored in the bin directory.

keertanapriyarenjith:then how many dll will be created?.if there is only one
dll,whether it will contain msil for both vb.net and C# file?

The source code is translated into IL (intermediate language) code. There will
be one dll with IL code generated by your C# and or vb.net code, they produce
roughly the same IL code.

keertanapriyarenjith:Is it possible for an assembly to contain both vb.net and
C# msil?
No the assembly contain just IL code there is no VB.net IL language or a C# IL
Language. When you hit build the compiler translates the VB.net/C# source into
Microsoft intermediate language.
Post Reply
Re: website appliation where is the dll stored?
Tue, 1 Apr 2008 11:07:43 +0000
Thanks a loooooot
Post Reply
Re: website appliation where is the dll stored?
Tue, 1 Apr 2008 11:12:56 +0000
Hi,

 There is no bin folder in the application folder?

I have applied publish Website menu.But i coudnt see the dll? where can I find?

Plz clarify it

Priya
Post Reply
<< Previous 1 2 3 Next >>
( Page 1 of 3 )
about | contact