When I hit the CMS, it works fine. When I the home page, i get the following error:
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Line 62: <nav class="tabset">
Line 63:
Line 64: <asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep">
Line 65: <HeaderTemplate><ul></HeaderTemplate>
Line 66: <FooterTemplate></ul></FooterTemplate>
I tried to delete the install, bin, umbraco, and umbraco clients and recopying the files over. I checked permissions. I checked the connection string (which works, 'cause I can log into the CMS).
The issue was two folder. The first part was that when I built my application in VS some of the DLL's got copied over with older versions. The second is that umbraco.dll was locked and didn't get replaced with the newer version.
If anyone wants to comment on this so I can close the thread, that would be appreciated.
I am trying to install umbraco 6 with mvc4 in windows7. Getting the follwoing error while running the project from VS.
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Line 72: <nav class="tabset">
Line 73:
Line 74: <asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep"> Line 75: <HeaderTemplate>
Line 76: <ul>
I am getting the same error. Did you get the solution for this yet?
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Dll(s) missing. While installation i have not copied the umbraco bin folder in Visual studio. Later copied the bin folder also now i am not getting the error.
I also got this error when I tried to install Umbraco 6.1.3 via Nuget in Xamarin Studio over the top of an existing Umbraco 6.0.3 install. I then tried to deploy but obviously some files were not updated in the project as needed.
The issue was fixed by:
copying over all files from an Umbraco 6.1.3 unzipped download
manually merging the web.config to include the original connection string
(On a side note the Umbraco weren't versioned as per their release number, but they are 1.0.495 etc instead)
All running and working as expected now in v 6.1.3.
Upgrading from 6.0.5 to 6.1.6, and receive the following error:
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 72: <nav class="tabset">
Line 73:
Line 74: <asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep"> Line 75: <HeaderTemplate>
Line 76: <ul>
Followed instructions in this thread and the general upgrade guide, merged web.config but still receive the error
error upgraded from 4.5.2 to 4.6
I first upgraded from 4.5.2 - .net 3.5 to .net 4.0. Tested the application and it was working.
Then I updated to 4.6.1 using the following instructions: http://our.umbraco.org/wiki/install-and-setup/upgrading-an-umbraco-installation
When I hit the CMS, it works fine. When I the home page, i get the following error:
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Line 62: <nav class="tabset">
Line 63:
Line 64: <asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep">
Line 65: <HeaderTemplate><ul></HeaderTemplate>
Line 66: <FooterTemplate></ul></FooterTemplate>
I tried to delete the install, bin, umbraco, and umbraco clients and recopying the files over. I checked permissions. I checked the connection string (which works, 'cause I can log into the CMS).
Any ideas?
-C
This has been fixed.
The issue was two folder. The first part was that when I built my application in VS some of the DLL's got copied over with older versions. The second is that umbraco.dll was locked and didn't get replaced with the newer version.
If anyone wants to comment on this so I can close the thread, that would be appreciated.
-C
What you said :P Now give me some karma ;)
I have same error can you explain solution more detail ?
Thank you
Hi,
I am trying to install umbraco 6 with mvc4 in windows7. Getting the follwoing error while running the project from VS.
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Line 72: <nav class="tabset"> Line 73: Line 74: <asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep"> Line 75: <HeaderTemplate> Line 76: <ul>
am I missing anything here?? Any idea?
hi Khadri,
I am getting the same error. Did you get the solution for this yet?
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Thanks
Kunal
Hi Kunal,
Dll(s) missing. While installation i have not copied the umbraco bin folder in Visual studio. Later copied the bin folder also now i am not getting the error.
Thanks Khadri. Yes it works when the bin folder is copied.
I also got this error when I tried to install Umbraco 6.1.3 via Nuget in Xamarin Studio over the top of an existing Umbraco 6.0.3 install. I then tried to deploy but obviously some files were not updated in the project as needed.
The issue was fixed by:
(On a side note the Umbraco weren't versioned as per their release number, but they are 1.0.495 etc instead)
All running and working as expected now in v 6.1.3.
Emma
Upgrading from 6.0.5 to 6.1.6, and receive the following error:
Compiler Error Message: CS1061: 'ASP.install_default_aspx' does not contain a definition for 'bindStep' and no extension method 'bindStep' accepting a first argument of type 'ASP.install_default_aspx' could be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 72: <nav class="tabset"> Line 73: Line 74: <asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep"> Line 75: <HeaderTemplate> Line 76: <ul>
Has anyone else solved this for a 6.0.x to 6.2.x upgrade? I'm encountering the issue while moving from 6.0.3 to 6.2.1
Hi guys,
Double check the /install folder was overwritten during the upgrade.
Just ran into this problem when upgrading via Nuget and it took me ages to realise that they'd changed the bindStep method to BindStep - argh!
<asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="bindStep">
Is now
<asp:Repeater ID="rp_steps" runat="server" OnItemDataBound="BindStep">
G.
is working on a reply...