Open marlowe19 opened 8 years ago
Hi Marlowe, please give me time util tomorrow. Tomorrow I will build and write you back.
BTW, I'm presenting this extension on the next TDS in May. Please join if you want http://2016a.tridiondevelopersummit.com/2016/
Hi Mark,
Thanks i really love the tool, i tried it on a amazon instance (2013SP1) and i works great.
But for my client i need it to work with 2011 sp1 dll version 6.1.0.996 If it works you can tell your audience about the extension being used at a well known dutch bank
Greetings
Marlowe
2016-04-19 15:47 GMT+02:00 mvlasenko notifications@github.com:
Hi Marlowe, please give me time util tomorrow. Tomorrow I will build and write you back.
BTW, I'm presenting this extension on the next TDS in May. Please join if you want http://2016a.tridiondevelopersummit.com/2016/
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub https://github.com/mvlasenko/TridionVSRazorExtension/issues/2#issuecomment-211929348
Marlowe Antonius Consultant marketing technology
e: * marlowe.antonius@incentro.com t: * +31302270752 m: * +31641619644 w: * www.incentro.com
werkspoorkathedraal | studio h tractieweg 41 | 3534 AP | utrecht
[image: incentro] http://www.incentro.com
[image: incentro news] https://www.incentro.com/nl/diensten/marketing-technology/
Hi Marlowe,
I was able to build T2011 version. Source code you can find in t2011 branch https://github.com/mvlasenko/TridionVSRazorExtension/tree/t2011
Ready builds you can find in my GoogleDrive https://drive.google.com/folderview?id=0B6hZ-cambftrV25ZLU5QTnJWSmM&usp=sharing#list
I wasn't able to test. Sorry is there any bugs.
Hi Thanks, it works!
the only thing i can't seem to get working is the tcm debugger, but maby i'am doing something that is not possible. Is it possible to run it from my local p? I created a Tridion/config/ path and copied the tridion.contentmanager.config file to my harddrive in this folder, like i do with DD4T but no luck Can you help me out?
Hi Marlowe,
yes, you've found a bug in project template. I'm working on fixing it
you can easily fix your project by changing web.config:
`
<add assembly="Tridion.Common, Version=6.1.0.25, Culture=neutral, PublicKeyToken=349a39f202fa9b53" />
<add assembly="Tridion.ContentManager, Version=6.1.0.996, Culture=neutral, PublicKeyToken=360aac4d3354074b" />
<add assembly="Tridion.ContentManager.Templating, Version=6.1.0.996, Culture=neutral, PublicKeyToken=360aac4d3354074b" />
<add assembly="Tridion.ContentManager.Common, Version=6.1.0.996, Culture=neutral, PublicKeyToken=ddfc895746e5ee6b" />
`
`
`
Also, please check that TcmDebugger config is correct
`
<TcmDebugger>
</TcmDebugger>
`
Hi again thanks for you quick reply. i'am trying to run the extension but i got build errors because i think that in de 2011 corservice dll's there is no "PredefinedBatchOperation" and "ProcessDefinitionType" is dat correct? can you help me with a legacy version of your code?