Z
Zeba
Hi,
I've been given an application that I have to deploy. But I'm getting
a compiler error that "The name 'UerRecruiting' does not exist in the
current context", when I try to access any page. My Global.asax
contains the following entry ..
<script runat="server">
void Application_Start(Object sender, EventArgs e) {
myRecruiting.AppConstants.CONN_STRING_RECRUITING =
ConfigurationManager.ConnectionStrings["connRecruiting"].ToString();
myGRIP.AppConstants.RESEARCH_CONNECTION_STRING =
ConfigurationManager.ConnectionStrings["connResearch"].ToString();
}
..
..
..
..
</script>
myGRIP is a namespace that, I think is part of a reference I have
included. It is not showing any errors. But myRecruiting the name of
this application itself. It is not used as a namespace anywhere. What
should I do to get rid of the error ?
Thanks !
I've been given an application that I have to deploy. But I'm getting
a compiler error that "The name 'UerRecruiting' does not exist in the
current context", when I try to access any page. My Global.asax
contains the following entry ..
<script runat="server">
void Application_Start(Object sender, EventArgs e) {
myRecruiting.AppConstants.CONN_STRING_RECRUITING =
ConfigurationManager.ConnectionStrings["connRecruiting"].ToString();
myGRIP.AppConstants.RESEARCH_CONNECTION_STRING =
ConfigurationManager.ConnectionStrings["connResearch"].ToString();
}
..
..
..
..
</script>
myGRIP is a namespace that, I think is part of a reference I have
included. It is not showing any errors. But myRecruiting the name of
this application itself. It is not used as a namespace anywhere. What
should I do to get rid of the error ?
Thanks !