Data Dude and Visual Studio 2005: Full Text Indexes on Views With Schema Binding are Ignored During Deployment. SQL Script import works. *.fulltextindex.sql files are created, but indexes are ignored to deploy … This is solved in visual studio 2008. In case you are using 2005 put these scripts to your post deployment scripts ….
How To Make Or Mark Method Or Property Obsolete/Deprecated
[Obsolete("This method is obsolete")]
public void SomeMethod()
{
}
Trying to edit some ReSharper options I used to get an internal exception alerts. The first thing I thought about was reinstall of ReSharper. The problem is that simple reinstall was not effective. As ReSharper uninstall is not clean for some reason it leaves some garbage after itself. So I just searched my computer for files and folders containing jetbrains or resharper in their names and deleted all. After that i did the same with registry entries. After such a cleanup the next install was successful. Initial exception text was something like:
ReSharper 3.0 Version=3.0.471.2, Edition=, Built=2007-06-29T12:53:38, Configuration=ReSharper_AddIn, VsVersion=9.0
JetBrains.Util.InternalErrorException: Failed to create an options page from type “JetBrains.ReSharper.OptionPages.CodeStyle.CSharp.NamingStylePage, JetBrains.ReSharper.CommonActions, Version=3.0.471.2, Culture=neutral, PublicKeyToken=null”. Exception has been thrown by the target of an invocation. (more…)