Tridion Template Builder Error
While opening a compound Template from Template Builder, we get the error as
"Could not load file or Assembly Tridion.ContentManager.TemplateTypes Ver 5.3.0.1219.....or one of its dependencies. The system cannot find the file specified."
We are using Tridion R5.3.
Can anybody please help?
Can you try uninstalling the template builder and reinstall?
This error was probably due to version mismatch.
We tried using the template builder with Tridion 2011 SP1 and it worked fine.
This shouldn't be a problem henceforth as we are migrating to Tridion 2011 from 5.3
Thanks Everybody.
Related
I have develop a system in asp.net using win form and made its .msi file. I have installed it on my system it works perfect but when i try to install it on clients system it gives me following error.
The framework i'm using is 4.5 Visual studio 2013
This is the error i'm facing.
Need serious suggestion to resolve this error.
Thanks all .My problem sorted out using visual studio installer i add primary out and localize resources of the product in exe. Bingo the problem go on.
Error 109 'Could not load file or assembly 'DevExpress.Web.v14.1,
Version=14.1.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a' or
one of its dependencies. Invalid pointer (Exception from HRESULT:
0x80004003 (E_POINTER))'
I use to work on VS2008 previously, but recently I have moved from VS2008 to VS2012. Everything is working good, but whenever I add Devexpress Control(Grid View) in my project, I am getting this error message.
I have searched for this error on Google, and everytime I have found the below mentioned link but it didn't solved my problem.
Link I use to get from Google : https://www.devexpress.com/Support/Center/Question/Details/KA18620
Please help.
I think that your project is targeted to a .NET version prior to 4. Version 14.1 of DevExpress components requires .NET 4+. Change your .NET version in the project properties.
I'm getting a curious error when attempting to generate a view via the 'Add View' dialog. Simply leaving the dialog as is (ie creating view 'View') and hitting 'Add' yields the following error dialog:
Error: There was an error running the selected code generator: 'The Templates/PackageVersions5.0.1xml file is missing from the installed template folder.'
Which I'm afraid means little to me. I've googled the xml file to no avail.
Not really sure where to go now - I'm unable to add views to my project via scaffolding (though I can of course just by 'adding a new item' and building it myself).
How can I track down the source of this error?
Posting here because I ran into the same "file is missing" issue with Visual Studio 2019 and PackageVersions5.2.6.xml. This was one of the only pages I could find related to this scaffolding issue so I suspect others will find their way here too.
I found that upgrading the "Microsoft.AspNet.Mvc" package via NuGet to 5.2.7 was not sufficient to fix the problem. I also had to upgrade "Microsoft.AspNet.WebApi" and its related packages to 5.2.7. The Add View option started working again afterward.
Just make sure you have same version of MVC nugget in all projects, if you only have one project then upgrade/downgrade MVC to different version then revert back to the version you require and issue will get fixed.
I just changed version from 5.2.3 back to 5.2.2 and then reverted back to 5.2.3 and all worked. It appears some file got messed up or and then was restored by this.
I got same issue while using visual studio 2019 community edition, where I am able to create view using visual studio 2017.
After reading answers here, I tried upgrading Microsoft.AspNet.Mvc package, and it works for me.
I'm afraid the rather unsatisfactory solution I arrived at was to create a clean project and import the project elements in, recreating the project from scratch.
I assume that some deep-configuration had become corrupted and I was unable to work out how to fix it.
I ran into the same problem when using a project from VS2013 in VS2015. In my case it was PackageVersions5.1.3.xml that was missing. 5.1.3 seems to be the version of MVC this project was using. I updated MVC to the latest (currently 5.2.3) and this solved the issue.
The XML file should exist in C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\Extensions\Microsoft\Web\Mvc\Scaffolding\Templates\
I had the same issue. The problem started after installing DevExpress to project. I found that DevExpress installation creates some DevExpress folders in D:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\Extensions but all necessary files for scaffolding lived in D:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\Extensions. I copied the content of extension folder from vs professional to enterprise restart Visual Studio and Scaffolding works again.
I've installed the server hotfix rollup for SP1, and now get the .NET error:
Could not load file or assembly 'Tridion.Web.UI.Editors.SiteEdit'
when trying to access the Content Manager. Does anyone know the root cause of this error in relation to the hotfix rollup?
Solved, the WebUI was in a separate place to the Tridion core install!
I just reinstalled my OS and installed everything again and found that whenever I open my project I got the error that.
The project type is not supported by this installation.
Can anyone explain why this happened whenever nothing goes wrong whenever I install.
The issue I found that is error code 1603 and I found later a alternate to install MVC3 you can read the whole post:
1603 installation Error in MVC 3.
You need to go to the asp.net homepage, download and install the MVC3 package.
http://www.asp.net/mvc/mvc3
There are a few quirks with the web platform installer. Download the full mvc version by clicking on the download for "AspNetMvc3Setup.exe" on this page: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d2928bc1-f48c-4e95-a064-2a455a22c8f6
Then run the executable, which will get around having to use the web platform installer.