envdte - CodeSmith.Insight.ClientError CodeSmith 5.2 -


can me problem?. have been having codesmith 5.2. not sure if messed visual studio..i right click , manage or generate output , error occurs

if try open codesmithapplication , debug separately through codesmith studio, generates .cs , generated.cs files correctly. when in application , right click generate outputs, error occurs. why complaining env_dte?

this error getting

<?xml version="1.0" encoding="utf-16"?> <casereport xmlns:i="http://www.w3.org/2001/xmlschema-instance" xmlns="http://schemas.codesmithtools.com/insight/v2">   <messagesignature i:nil="true" />   <projectid>24</projectid>   <description i:nil="true" />   <isdescriptionhtml>false</isdescriptionhtml>   <messagedate>2016-02-02t16:47:53.7606242-06:00</messagedate>   <messageidentifier>95e884f0-eb58-42e2-8bcc-e52d23909897</messageidentifier>   <attachments />   <casetype>crashreport</casetype>   <clientversion>1.0.0.10642</clientversion>   <customfields>     <customfield>       <key>platform</key>       <value>microsoft windows nt 6.2.9200.0, (x64)</value>     </customfield>     <customfield>       <key>version</key>       <value>1.0.0.10642</value>     </customfield>     <customfield>       <key>assemblyfileversion</key>       <value>5.2.1.10970</value>     </customfield>   </customfields>   <exceptiondetail>     <description>system.notimplementedexception: not implemented (exception hresult: 0x80004001 (e_notimpl))    @ envdte.document.get_kind()    @ codesmith.visualstudio.package.services.projectservice.saveall()    @ codesmith.visualstudio.package.commands.generateoutputscommand.invoke(object inarg, intptr outarg)</description>     <errorcode i:nil="true" />     <exceptiontypename>system.notimplementedexception</exceptiontypename>     <exceptionxml>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;object name="notimplementedexception" namespace="system" xmlns="http://schemas.codesmithtools.com/insight/objectdata" /&gt;</exceptionxml>     <innerexception i:nil="true" />     <message>not implemented (exception hresult: 0x80004001 (e_notimpl))</message>     <methodname>get_kind</methodname>     <modulename>envdte</modulename>     <moduleversion>8.0.0.0</moduleversion>     <source></source>     <stacktrace>   @ envdte.document.get_kind()    @ codesmith.visualstudio.package.services.projectservice.saveall()    @ codesmith.visualstudio.package.commands.generateoutputscommand.invoke(object inarg, intptr outarg)</stacktrace>   </exceptiondetail>   <reporthash>68c99a55f4cd2227874d69af3245f8d575cb31c1</reporthash>   <tags>     <string>package</string>     <string>package</string>   </tags>   <title>not implemented (exception hresult: 0x80004001 (e_notimpl))</title> </casereport> 

i work codesmith. believe using old version of 5.x , fixed in 5.3 of generator. i'd upgrade version free of charge , try it. also, i'd highly recommend upgrading 7.x we've rewrote of components , fixed ton of bugs , added many new features while being backward compat.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -