are.ehibou.com

April 20, 2008

Data Dude and Visual Studio 2005: Full Text Indexes on Views With Schema Binding are Ignored During Deployment

Filed under: C#.NET — admin @ 4:54 am

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 ….

  • Share/Bookmark

October 25, 2007

How To Make Or Mark Method Or Property Obsolete/Deprecated

Filed under: C#.NET,Side Notes — admin @ 3:29 pm

How To Make Or Mark Method Or Property Obsolete/Deprecated

[Obsolete("This method is obsolete")]
public void SomeMethod()
{
//do something;
}
  • Share/Bookmark

October 9, 2007

JetBrains ReSharper 3.0 Exceptions Trying to Edit Options

Filed under: C#.NET,Side Notes — admin @ 6:00 pm

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…)

  • Share/Bookmark
« Newer PostsOlder Posts »

Powered by WordPress