473,668 Members | 2,330 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

question about <add assembly ...> tag

Bob
Hi,

i'm learning asp.net and i read this in the web.config of an application:

<compilation debug="true">
<assemblies>
<add assembly="vjsli b, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
</assemblies>
</compilation>

Can somebody explain me what the <add assembly= .." tag does mean? I use
VWD but couldn't find any reference to that. Is "vjslib" a DLL or something?
(by the way, when i remove it from web.config, the application still works
...)µ

Thanks
Bob
Sep 29 '07 #1
3 1803
Hi Bob,

See this stuff:
http://search.msdn.microsoft.com/sea...bly&lang=en-us

Regards, Alex
[TechBlog] http://devkids.blogspot.com
Hi,

i'm learning asp.net and i read this in the web.config of an
application:

<compilation debug="true">
<assemblies>
<add assembly="vjsli b, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
</assemblies>
</compilation>
Can somebody explain me what the <add assembly= .." tag does mean? I
use VWD but couldn't find any reference to that. Is "vjslib" a DLL or
something? (by the way, when i remove it from web.config, the
application still works ..)µ

Thanks
Bob

Sep 29 '07 #2
On Sep 29, 12:06 pm, "Bob" <n...@spam.urwr ote:
Hi,

i'm learning asp.net and i read this in the web.config of an application:

<compilation debug="true">
<assemblies>
<add assembly="vjsli b, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
</assemblies>
</compilation>

Can somebody explain me what the <add assembly= .." tag does mean? I use
VWD but couldn't find any reference to that. Is "vjslib" a DLL or something?
(by the way, when i remove it from web.config, the application still works
..)µ

Thanks
Bob
<assembliesan d <add assemblydefine an assemblies that are used
during compilation of an ASP.NET application
http://msdn2.microsoft.com/en-us/library/bfyb45k1.aspx

vjslib is a class library of Visual J#, and if you are using a
language other than Visual J#, then you don't need that reference

Sep 29 '07 #3
Bob
Thanks to both

"Alexey Smirnov" <al************ @gmail.comschre ef in bericht
news:11******** **************@ 57g2000hsv.goog legroups.com...
On Sep 29, 12:06 pm, "Bob" <n...@spam.urwr ote:
Hi,

i'm learning asp.net and i read this in the web.config of an application:

<compilation debug="true">
<assemblies>
<add assembly="vjsli b, Version=2.0.0.0 , Culture=neutral ,
PublicKeyToken= B03F5F7F11D50A3 A"/>
</assemblies>
</compilation>

Can somebody explain me what the <add assembly= .." tag does mean? I use
VWD but couldn't find any reference to that. Is "vjslib" a DLL or
something?
(by the way, when i remove it from web.config, the application still works
..)µ

Thanks
Bob
<assembliesan d <add assemblydefine an assemblies that are used
during compilation of an ASP.NET application
http://msdn2.microsoft.com/en-us/library/bfyb45k1.aspx

vjslib is a class library of Visual J#, and if you are using a
language other than Visual J#, then you don't need that reference
Sep 29 '07 #4

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

Similar topics

2
3209
by: Eshrath | last post by:
Hi, What I am trying to do: ======================= I need to form a table in html using the xsl but the table that is formed is quite long and cannot be viewed in our application. So we are writing one object in C# which will take the entire table tag contents and renders. Ie., we need to pass "<table>………… <thead>……</thead>. <tr>.<td> <td>..<tr>.<td> <td> </table>" content to
2
10555
by: Donald Firesmith | last post by:
I am having trouble having Google Adsense code stored in XSL converted properly into HTML. The <> unfortunately become &lt; and &gt; and then no longer work. XSL code is: <script type="text/javascript"> <!]> </script> <script type="text/javascript"
0
1532
by: Tom Vogel | last post by:
This problem happens like every half our. I can build or rebuild a project and start the debugger just fine. But every now and then, a Confgiration Error, "Access is denied: 'myproject' is shown, marking <add assembly="*" /> in red. The underlying problem is, that one of the sub-folders in C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/projects_myproject/20c1afc0/b75ff3a7 is no longer accessible. When I try to...
0
1709
by: DotNetJunkies User | last post by:
Hello all, Once in a while for no reason I receive the foll. error - Server Error in '/rainbow' Application : <add assembly="*"/> Its an ASP.NET application Can any one tell me the exact reason for this and the most effective way to solve this? Thanks in advance. Regards, Shamant.
1
1551
by: su | last post by:
Any tag available in asp.net that is same as <%@Assembly Src="XXX.cs" %> directive available in webservices to load the assembly from source code files ?
7
3388
by: Randy Paez | last post by:
I installed a control that i got rid of. Now when i try and run another project i get an Access is Denied {to that control}. It highlites <add assembly="*"> from the machine.config file. How can i get asp.net to not look for that control anymore? Please help!
5
1933
by: Nathan Sokalski | last post by:
My Web.config file contains the following section to register some of my UserControls: <pages> <controls> <add tagPrefix="NATE" tagName="Banner" src="~/Banner.ascx"/> <add tagPrefix="NATE" tagName="Navigation" src="~/Navigation.ascx"/> </controls> </pages>
3
3368
by: ajay2552 | last post by:
Hi, I have a query. All html tags start with < and end with >. Suppose i want to display either '<' or '>' or say some text like '<Company>' in html how do i do it? One method is to use &lt, &gt ,&ltCompany&gt to display '<', '>' and '<Company>' respectively. But is there any freeware code available which could implement the above functionality without having to use &gt,&lt and such stuff???
0
8374
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
8890
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
8575
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
8653
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
5677
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
4202
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...
1
2784
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
2018
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1783
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.