zoukankan      html  css  js  c++  java
  • what is the purpose of the rptproj.user file

    rdl files are critical and should be recorded in source control

    .rdl.data is useful only in preview (saving trips) and therefore should not be recorded in source control

    .rptproj file has useful datasource, path and deployment info and should be recorded in source control

    .sln contains useful solution container info and should be recorded in source control

    .suo contains user specific setting/preference info and should not be recorded in source control

    .rds contains important data source info and should be recorded in source control

    rptproj.user is a user specific data file which by design stores data sources and the like so a developer cannot steal another developer's credentials. Visual Studio checks if the user file (where appropiate definitions for a single user is stored) stores some information related to you. So you either need to have NTFS permissions to read the information or delete / rename the file.

  • 相关阅读:
    Linux
    C/C++ 引入头文件时 #include<***.h> 与 #include"***.h" 区别
    2018.01.10
    java 选择结构if
    引用数据类型 Scanner Random
    java 运算符
    java变量和数据类型
    Java se基础
    数据库设计
    MySQL 其他基础知识
  • 原文地址:https://www.cnblogs.com/anorthwolf/p/1808858.html
Copyright © 2011-2022 走看看