Jump to content
Sign in to follow this  
Rollo62

Rx10.4.1 strangely removes UserTools.proj suddenly from %APPDATA% folder

Recommended Posts

Hi there,

 

I used to include a custom UserTools.proj file in the %APPDATA% folder,
where some general project settings are defined.

 

That file does not do anything harmful, only provides some global defines

<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    <PropertyGroup>
       <DCC_Define>FrameWork_$(FrameworkType);$(DCC_Define)</DCC_Define>
       <DCC_Define>_X_USE_$(FrameworkType);$(DCC_Define)</DCC_Define>
       <DCC_Define>_X_SHOW_EXTENDED_HINTS;$(DCC_Define)</DCC_Define>
    </PropertyGroup>
</Project>

 

This file always worked very well, since many versions now, but just I see that the following happens reproducable:

  • Closed IDE, I copy the   UserTools.proj to %APPDATA%
  • I start the IDE:                UserTools.proj is still there
  • I open a blank project:   UserTools.proj is still there
  • I do a project clean        UserTools.proj is gone
  • I have installed only TMS WebCode, TMS FNC Components

 

Have never seen that cleaning a project might remove something from %APPDATA% folder, is that a new bug,
or maybe something else is wrong.

 

Maybe someone has a clue what happens here, would be very grateful, before I have to change all my projects ?

 

Edit:

Maybe I must add that I was testing on iOS currently.
Have to check the behaviour on other platforms too, but I think it should be all the same.

 

 

Edited by Rollo62

Share this post


Link to post

@Dave Nottage

Happens since I've tested TMS components, at least I haven't noticed earlier, maybe I have to unload them.

Up to now I have just a bare Rx10.4.1, except TMS and yes, TestInsight.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×