This is a migrated thread and some comments may be shown as answers.

Unable to get extensions to work

1 Answer 91 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
James Bridgeford
Top achievements
Rank 1
James Bridgeford asked on 19 Jun 2012, 07:35 PM
So I am attempting to create a Warning Extension for JustCode to warn users when they have reached a soft limit of 5 parameters in their code.  I can create the code just fine basing it off this site: JustCode Extension which says that my project should automatically put itself in the Telerik\JustCode\Libraries\UserControls folder, but when I look in libraries I don't see a UserControls folder nor my project.  I've searched through google and the forums, but have not found anything to help me understand how to get them working in visual studio.  


1 Answer, 1 is accepted

Sort by
0
Svetlozar
Telerik team
answered on 20 Jun 2012, 11:46 AM
Hello,

Thank  you for your interest in JustCode extensions!

Unfortunately we changed the deployment story, because JustCode loads all assemblies in the UserExtensions folder and this causes problems for debugging.

To make the extension work just build it and move it manually to Telerik\JustCode\Libraries\UserExtensions. On the next Visual Studio launch JustCode will pick it.

Our visual studio template now outputs to the default output folder, but passes an argument to devenv.exe (the full path to the extension dll), JustCode loads it and you are able to debug your extension.

If you have any other problems or suggestions, please don't hesitate to write back!

Kind regards,
Svetlozar
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
General Discussions
Asked by
James Bridgeford
Top achievements
Rank 1
Answers by
Svetlozar
Telerik team
Share this question
or