feedburner

Subscribe

View Venkat Varkala\

Could not load file or assembly 'xyz, Version=1.0.0.0, Culture=neutral, PublicKeyToken=abc' or one of its dependencies. Access is denied.

Labels:

For some reason assembly gets locked during development, esp. if you have post build deployment scripts to GAC. After trying many different ways, looks like just closing and opening Visual Studio is the best approach to resolve this. Suzanne Cook's .NET CLR Notes has good notes on debugging assembly loading issues.

Snippets in VS 2005

Labels:

Using snippets saves lots of time, recently stumbled upon this cool animated gif. Snippets Source : http://www.codinghorror.com/blog/archives/000419.html Ctrl+K, Ctrl+X is the shortcut to invoke intellisense for code snippets Ctrl+K, Ctrl+B invokes snippet management interface http://msdn2.microsoft.com/en-us/library/ms379562(VS.80).aspx has more info on creating custom snippets.

Another Reporting Services Add-in Installation Issue

Labels:

We just fingured out a solution to another issue installating reporting services SharePoint add in. This time the Reporting Services Installation failed with standard message "Installation failed" and try gain later. To make things worse there is no message in event logs or even logs in the %temp% directory, luckily it created a "rscustomaction.exe" file every time we try installaing the add on.

  1. Run msiexec /I SharePointRS.msi SKIPCA=1 command
  2. Change to %TEMP% directory and run rscustomaction.exe -I (make sure that this file exists before running the command)