• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    DWG TrueView

    Reply
    New Member
    Posts: 2
    Registered: ‎02-25-2013
    Accepted Solution

    error on closing trueview ( win7 64bit )

    489 Views, 2 Replies
    02-25-2013 01:28 PM

    Hi all,

     

    after going through numerous issues getting trueview installed, heidi driver error, getting the package created etc etc for my win7 test group, i am down to the last step. "why does the report an error box pop up everytime a DWG is closed"

     

    the previous install of trueview has no problem ( 32bit XP pro ) has none of the errors and issues that i have seen with the 64bit win7 build.

     

    i can't see anything funky in the XP install like "run as administrator" or the user being in a group with higher permissions on the local machine.

     

    has anyone else come across this?

    Please use plain text.
    *Expert Elite*
    pendean
    Posts: 14,922
    Registered: ‎11-06-2003

    Re: error on closing trueview ( win7 64bit )

    02-25-2013 06:59 PM in reply to: bernd_bsl

    Try testing in diagnostic more to try and pinpoint any conflict:
    http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=6453117&linkID=9240617
    If there are no crashes while in this mode, your issue is a system related problem.


    Dean Saadallah Blog | Facebook | RSS | Twitter | PINS
    Please use plain text.
    New Member
    Posts: 2
    Registered: ‎02-25-2013

    Re: error on closing trueview ( win7 64bit )

    02-27-2013 12:48 PM in reply to: pendean

    the apps guy in our team was able to resolve the issue by changing dwgviewer.exe.config file.

     

    Original file:

     

    <configuration>

     

      <startup useLegacyV2RuntimeActivationPolicy="true">

        <supportedRuntime version="v4.0"/>

      </startup>

     

    <!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->

       <runtime>       

                    <generatePublisherEvidence enabled="false"/>   

       </runtime>

    </configuration>

     

    Modified file:

     

    <configuration>

     

      <startup useLegacyV2RuntimeActivationPolicy="false">

        <supportedRuntime version="v4.0"/>

      </startup>

     

    <!--All assemblies in AutoCAD are fully trusted so there's no point generating publisher evidence-->

       <runtime>       

                    <generatePublisherEvidence enabled="false"/>   

       </runtime>

    </configuration>

    Please use plain text.