Just started using this and really like it. Wondering if you have any plans to update for 4.5?
After installing I got some errors that were fixed by copying AjaxControlToolkit.dll into \bin. Now I'm able to set Icons for tabs and save changes, but the icon never seems to get added.
I've just installed version 2.0 and got this error:
Server Error in '/' Application.
The method or operation is not implemented.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.NotImplementedException: The method or operation is not implemented.
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Stack Trace:
[NotImplementedException: The method or operation is not implemented.] umbraco.DataLayer.Utility.Table.DefaultTableUtility`1.GetTable(String name) +28 umbraco.DataLayer.Utility.Table.DefaultTableUtility`1.ContainsTable(String name) +10 Dascoba.Umb.TabIcons.DataHelper.ConfirmTableExists() in \\psf\Home\Documents\Visual Studio 2010\Projects\Dascoba.Umbraco\Dascoba.Umb.TabIcons\DataHelper.cs:89 Dascoba.Umb.TabIcons.UmbracoPageHandler.UmbracoPage_Init(Object sender, EventArgs e) in \\psf\Home\Documents\Visual Studio 2010\Projects\Dascoba.Umbraco\Dascoba.Umb.TabIcons\UmbracoPageHandler.cs:338 umbraco.presentation.masterpages.umbracoPage.OnInit(EventArgs e) +43 System.Web.UI.Control.InitRecursive(Control namingContainer) +140 System.Web.UI.Control.InitRecursive(Control namingContainer) +311 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +480
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Do you know if the method is going to be implemented soon, or do you know of a fix for this? I'm stuck between trying to find a manual way of uninstalling the package or waiting for a fix. This is a customer's site and I have an urgency of fixing this as soon as possible.
Congrats on an otherwise awesone package!
System info:
.NET 4.0 IIS7 MySQL 5.09 Umbraco 4.6.1 Godaddy.com Windows Hosting
Thank you for the lightening fast reply! I've renamed the dll so now Umbraco loads fine. Should I uninstall the package and wait for an update or is this caused by a bad install (on my part)?
Update for 4.5 compatibility?
Hi,
Just started using this and really like it. Wondering if you have any plans to update for 4.5?
After installing I got some errors that were fixed by copying AjaxControlToolkit.dll into \bin. Now I'm able to set Icons for tabs and save changes, but the icon never seems to get added.
Thanks,
Tom
There's a list of potential upgrade issues here: http://our.umbraco.org/wiki/about/roadmap/umbraco-45/upgrading-to-umbraco-45
which may be of help.
are you refering to changing icons for your document types on the tree structure? where is this setting icons for tabs stuff.... sounds interesting :)
AjaxControlToolkit is not included in 4.5.
I have to look at how the tabs differ from 4.0 before I can make changes for 4.5.. I do plan upgrading the package within the next month.
Awesome, thanks!
Have some pressing projects on my plate right now, when they are complete, this project is on my TODO list to update to 4.5.1
Package is now compatible with 4.5 - 4.6.1 on MSSQL.
There are some compatibility issues with MySQL and SQL CE when access the database.
Will be fixed very soon.
Daniel,
I've just installed version 2.0 and got this error:
Server Error in '/' Application.
The method or operation is not implemented.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.NotImplementedException: The method or operation is not implemented.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Do you know if the method is going to be implemented soon, or do you know of a fix for this? I'm stuck between trying to find a manual way of uninstalling the package or waiting for a fix. This is a customer's site and I have an urgency of fixing this as soon as possible.
Congrats on an otherwise awesone package!
System info:
.NET 4.0
IIS7
MySQL 5.09
Umbraco 4.6.1
Godaddy.com Windows Hosting
Looks to be an issue with MySQL.
Remove the assembly /bin/Dascoba.Umb.TabIcons.dll
I'm finding the time to get the package working with MySQL and SQL CE.
Thanks for the Kudos
Daniel,
Thank you for the lightening fast reply! I've renamed the dll so now Umbraco loads fine. Should I uninstall the package and wait for an update or is this caused by a bad install (on my part)?
Not a bad install, just a database connection issue with database other than MS SQL Server.
Thanks again. I'll be eagerly awaiting an update that supports MySQL
Best wishes
is working on a reply...