解决“Could not activate Plug-In: Version Control Interface 1.2”

FOR ENGLISH VISITER:
Open regedit
Remove “HKEY_CURRENT_USER/Software/Allround Automations/PL/SQL Developer/PlugIns/VCS/Init”
Or Change it’s value to “1″.
Have a nice day.

今天同事说他的PL/SQL Developer的VCS插件有问题。怎么弄都搞不定,无论是重新安装PL/SQL Developer 还是 VCS插件,都不好用。
即使更新到最新的版本也是一样。(当前最新是1.2.4)。
下面,公司另外一个同事也遇到同样问题,他是由7升级至9造成的。
在forums.allroundautomations.com 我看到Andy D说了这样一句话

I deleted the VSS registry entries and that solved the issue.

所以我猜想,应该是注册表的原因造成的。
简单的搜索一下,找到了这里:

HKEY_CURRENT_USER/Software/Allround Automations/PL/SQL Developer

然后,我又在PlugIns/VCS下看到了这样的一个DWORD值。
“Init”=dword:00000000

改成1,或者干脆删除。再次打开PL/SQL问题就解决了。
后话:
同样还是在forums.allroundautomations.com
Marco Kalter也说明了这个问题:

Can you start regedit, and delete the following value?
HKEY_CURRENT_USER/Software/Allround Automations/PL/SQL Developer/PlugIns/VCS/Init
Let me know if this helps.

时间: 2024-10-19 07:11:24

解决“Could not activate Plug-In: Version Control Interface 1.2”的相关文章

【转】svn:is not under version control and is not part of the commit, yet its child解决办法

来自:http://blog.csdn.net/lufeng20/article/details/7641093    在把写好的代码提交到svn上面时,遇到了一个错误如下: svn: Commit failed (details follow): svn: 'D:\eclipse\StatusInquiry\src\com\cnjmwl\scm\policy' is not under version control and is not part of the commit, yet its

Version Control with Git (Udacity)优达学城笔记--L1:What is Version Control

What is Version Control version control: control version Version Cotrol Systems: Git, Subversion, Mercurial Centralized:all users connect to a central, master repository Distributed: each user has the entire repository on their computer git: Distribu

visualstudio-请问如何学习 Team Foundation Version Control (TFVC)

问题描述 请问如何学习 Team Foundation Version Control (TFVC) 如题,新人不知道怎么弄这个东西,但是感觉还是很有必要学习一下,但是官网上面的流程看不太懂...请问有没有写的细致一点的教程吗?或者视频... 解决方案 如果你只是用版本控制,没必要整个TFS都学,只要搞清楚几个基本概念就可以了,如何建集合,如何将现有的项目添加进去,如何签入签出代码,如何合并代码,应用冲突,更进一步的,如何建立分支和合并分支. 这些看msdn很容易学会的. 解决方案二: http

第 176 章 Git - Fast Version Control System

过程 176.1. Git install sudo apt-get install git-core config $ git-config --global user.name neo $ git-config --global user.email openunix@163.com Initializ $ mkdir repository $ cd repository/ /repository$ git-init-db Initialized empty Git repository i

解决IE更新对FLASH产生影响

解决 前天微软更新了IE浏览器,针对IE的更新,使ActiveX内容不能自载入的问题引起了许多人的关注.这些改变可以在Adobe的某些软件中看到,包括flashplayer.Authorware player, shockwave Player, SVG Viewer,Help Center 和 Adobe Reader,当然还有 Sun Java, Apple QuickTime, RealNetworks,RealPlayer和其它的ActiveX .通过某些方法嵌入到html页面中的交互内

subversion-android studio 连接svn报错怎么解决

问题描述 android studio 连接svn报错怎么解决 Subversion: (Accessing URL: https://subversion.assembla.com/svn/whozeincharge) Received fatal alert: handshake_failure Please check Subversion SSL settings (Settings | Version Control | Subversion | Network) Maybe you

Request.QueryString的用法(取不到值/中文乱码)解决办法

取不到值解决办法 天做新的ppc weather服务器的时候竟然碰到QueryString取不到值的问题 查了下网上,应该是编码的问题,tq121用的是utf-8,而我希望用gb2132输入~ 因此,改一下~哈哈 打开web.config把 <!-- <globalization requestEncoding="utf-8" responseEncoding="utf-8" />   改成 <globalization requestEnc

AndroidStudio不自动添加新创建的文件到VCS的解决办法

前言: 从远程仓库下载了一份源码,版本控制是用的SVN.但发现了一个问题,修改和删除文件时,版本管理都有记录.但是如果我新建一个文件时,却发现没有自动关联到VCS,也不能手动添加到VCS中,这样我提交代码时,就无法提交新建文件的记录,并且在AndroidStudio中无法add它到版本控制系统,必须到文件目录手动进行add. 不过,后来在网上找到了答案. 解决之法很简单. 打开File–>Setting–>Version control -> Confirmation -> Whe

绝对酷,如何解决asp.net中javascript脚本的问题(使用服务器控件执行客户端脚本)

论坛中很多人问如何在asp.net中新开一个没有工具栏等等的窗口,大家都说用javascript解决,不错这件事实可以解决了,但是使用通用html control但是就不能用asp.net代码操作他了现在我就为大家解决这个难题. 创建一个窗口新开一个窗口的程序我向大家一定非常熟悉了,简单说一下window.open(url, [name], [features])url是要打开窗口的地址name是新开窗口的名称features是新开窗口的一些属性,例如尺寸等 打开窗口利用服务器属性最简单的把客户