I've downloaded the 1.1 version of Vorto but I can't seem to get it working. The Vorto property editor doesn't show when I'm trying to create a new DataType in the developer section.
I have tried clearing my browser cache and have touched the web.config.
I haven't got much experience with creating my own property editors yet, but it seems that the package.manifest file is missing?
In Vorto 1.1, the property editor is now defined in code as it needs to do some conversion when it saves / restores values from the database. Unfortunately you can't do that when using a .manifest file so I had to move all the declarations into code instead and get rid of the manifest file.
Did you try resetting your app-pool and reloading the site? Having both the manifest and the code declaration may cause your problems if the code version does get picked up later (it will see Vorto twice).
Looks as though it's an issue with the installer not updating the plugin cache. If you delete the PluginCache folder at \App_Data\TEMP\PluginCache then restart your app pool, it should show up.
Trouble with installation on 7.1.1
Hey
I've downloaded the 1.1 version of Vorto but I can't seem to get it working. The Vorto property editor doesn't show when I'm trying to create a new DataType in the developer section.
I have tried clearing my browser cache and have touched the web.config.
I haven't got much experience with creating my own property editors yet, but it seems that the package.manifest file is missing?
/Peter
I can see you made a commit on Github to remove the old package.manifest file, why? :)
I've tried to get the manifest file from an earlier commit, and it works..
/Peter
Hi Peter,
In Vorto 1.1, the property editor is now defined in code as it needs to do some conversion when it saves / restores values from the database. Unfortunately you can't do that when using a .manifest file so I had to move all the declarations into code instead and get rid of the manifest file.
Did you try resetting your app-pool and reloading the site? Having both the manifest and the code declaration may cause your problems if the code version does get picked up later (it will see Vorto twice).
Many thanks
Matt
Allright, makes sence..
However it doesn't show even if I uninstall the package and install the Vorto 1.1 package once again.
I've touched the web.config, cleared my browser cache (and tried another browser aswell), reset the app-pool in IIS.
any ideas? :|
Matt,
I'm seeing the same issue... Anything I an do to manually give it a push?
Thanks
Matt
Managed to force it manually...
Thanks.
Matt
Looks as though it's an issue with the installer not updating the plugin cache. If you delete the PluginCache folder at
\App_Data\TEMP\PluginCache
then restart your app pool, it should show up.Off to report a bug :)
Matt
That did the trick!
#h5yr
/Peter
is working on a reply...