-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: Senthil-Maverick
Message 4 in Discussion

Hi sitaraman  i  just did the addassembly as yu said in web.config file.
but still its giving the same error. This is my web.config file:
<configuration>
               <appSettings>
                           <add key="constr" 
value="server=164.16.2.15;database=dataset;uid=sa;pwd=;"/>
                           <add key="logintablename" value="emp"/>
                           <add key="loginfieldname" value="login"/>
                           <add key="passwordfieldname" value="pass"/>
               </appSettings>
<system.web>
<compilation defaultLanguage="vb" debug="true">
                     <assemblies>
<add assembly="testgac, Version=1.1.1.1, Culture=neutral, 
PublicKeyToken=f8eca1aa8a7ff749,Custom=null" />
               </assemblies>
</compilation>
</system.web>
</configuration>
-----
in the aspx page:
---------------- <[EMAIL PROTECTED] language="vb" %>
<%@ import namespace=  "gac" %>   <script runat="server">
</script> <form runat="server">
     <asp:label id="lbltext" text="CLICK ON THE BUTTONS BELOW TO GET THE 
LABEL TEXT AND TO CLEAR IT" runat="server"/>
     <br><br>
     <asp:label id="lblname" text="" runat="server"/>
     <br><br>
     <asp:button id="btngetname" text="GETNAME"  Onclick ="getname"  
runat="server"/>
     <br><br>
     <asp:button id="btnclearname" text="CLEARNAME"  Onclick ="clearname"  
runat="server"/>
</form> ------------- Compiler Error Message: BC30456: 'getname' is not a member 
of 'ASP.testgac1_aspx'. ------------------------
am i going wrong here ?? <%@ import namespace=  "gac" %>   here we r supposed to 
import the namespace in the codebehind file right??? did yu try this probs  without 
using VS.net? seee am not using VS.net here , am just using notepad .
so is there anything else am missing that VS.net does?   with regards Senthil   

-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to