System.Web.HttpParseException (0x80004005): Could not load type 'eskicv.cv1'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'eskicv.cv1'. ---> System.Web.HttpException (0x80004005): Could not load type 'eskicv.cv1'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.developer.assemblyBrowser.Page_Load(Object sender, EventArgs e)
I checked my bin directory and nothing wrong. I created from scratch the same one but still have the same issue. I need to search staff as academic and administrative. With sql connection.
Error Loading User Control
I got this message,
Error loading userControl '~/usercontrols/TelefonRehberi/cv1.ascx'
my code:
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cv1.ascx.cs" Inherits="telRehber.cv1" %>
<script runat="server">
</script>
<script type="text/javascript" src="/jscripts/tiny_mce/tiny_mce.js"></script>
<asp:Panel runat="server" ID="ara">
<style type="text/css">
.style1
{
width: 260px;
}
</style>
<table id="Table1" class="style1" runat="server" align="center">
<tr>
<td></td>
<td>
<asp:Label ID="lblMesaj" runat="server"></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:Label ID="lblAdi" runat="server" Text="Adı :"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtAdi" runat="server" Width="158px"></asp:TextBox>
veya</td>
</tr>
<tr>
<td>
<asp:Label ID="Label1" runat="server" Text="Ünvanı :"></asp:Label>
</td>
<td>
<asp:TextBox ID="txtUnvani" runat="server" Width="160px"></asp:TextBox>
</td>
</tr>
<tr>
<td></td>
<td>
<asp:Button ID="btnBul" runat="server" Text="Bul" Width="69px"
onclick="btnBul_Click" />
</td>
</tr>
</table>
<br/>
<asp:GridView ID="GridView1" runat="server"
onrowdatabound="GridView1_RowDataBound" AutoGenerateColumns="False"
CellPadding="4" ForeColor="#333333" DataSourceID="SqlDataSource1" >
<AlternatingRowStyle BackColor="White" ForeColor="#284775" />
<Columns>
<asp:BoundField DataField="FAKULTE" HeaderText="FAKULTE"
SortExpression="FAKULTE" />
<asp:BoundField DataField="UNVANI" HeaderText="UNVANI"
SortExpression="UNVANI" />
<asp:BoundField DataField="NAME" HeaderText="NAME" SortExpression="NAME" />
<asp:BoundField DataField="DAHILI" HeaderText="DAHILI"
SortExpression="DAHILI" />
<asp:BoundField DataField="EMAIL" HeaderText="EMAIL" SortExpression="EMAIL" />
</Columns>
<EditRowStyle BackColor="#999999" />
<FooterStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#5D7B9D" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#284775" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#F7F6F3" ForeColor="#333333" />
<SelectedRowStyle BackColor="#E2DED6" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#E9E7E2" />
<SortedAscendingHeaderStyle BackColor="#506C8C" />
<SortedDescendingCellStyle BackColor="#FFFDF8" />
<SortedDescendingHeaderStyle BackColor="#6F8DAE" />
</asp:GridView>
<asp:SqlDataSource ID="SqlDataSource1" runat="server"
ConnectionString="<%$ ConnectionStrings:BingolUmbracoConnectionString %>"
SelectCommand="SELECT [FAKULTE], [UNVANI], [NAME], [DAHILI], [EMAIL] FROM [cms_ST_PERSONELCV]">
</asp:SqlDataSource>
.....................
.
.
.
.
Idris,
This seems more like a .net than umbraco issue. Do you get a yellow screen if so what is the full error message.
Regards
Ismail
no yellow screen I just got this error.
System.Web.HttpParseException (0x80004005): Could not load type 'eskicv.cv1'. ---> System.Web.HttpParseException (0x80004005): Could not load type 'eskicv.cv1'. ---> System.Web.HttpException (0x80004005): Could not load type 'eskicv.cv1'. at System.Web.UI.TemplateParser.GetType(String typeName, Boolean ignoreCase, Boolean throwOnError) at System.Web.UI.TemplateParser.ProcessInheritsAttribute(String baseTypeName, String codeFileBaseTypeName, String src, Assembly assembly) at System.Web.UI.TemplateParser.PostProcessMainDirectiveAttributes(IDictionary parseData) at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at umbraco.developer.assemblyBrowser.Page_Load(Object sender, EventArgs e)
Idris,
Are you missing a dll? The eskicv.cv1 not sure if that is referring to a missing dll check your bin directory.
Regards
Ismail
Hi Ismail,
I checked my bin directory and nothing wrong. I created from scratch the same one but still have the same issue. I need to search staff as academic and administrative. With sql connection.
Regards.
is working on a reply...