I installed the following software into my laptop:
- Microsoft .NET Framework 4 (Standalone Installer)
- Microsoft Windows SDK 7.1
- ASP.NET MVC 3 RTM
- Copy *.XML to C:\Program Files\Microsoft ASP.NET\ASP.NET MVC
3\Assemblies from another laptop which is full installed with Visual
Studio 2011 Express - Copy *.XML to C:\Program Files\Microsoft ASP.NET\ASP.NET Web
Pages\v1.0\Assemblies from another laptop which is full installed
with Visual Studio 2011 Express - SQL Server Compact 4.0
I wrote the following code:
void Main()
{
ActionResult
}
After pressing Shift + F1, I get the following LinqPad message:
Unable to invoke .Net Reflector ( is it installed ? )
How can I solve this problem without installing Visual Studio? I would appreciate step-by-step instructions. Thanks!
.Net Reflector isn’t part of the .Net Framework, but a product which is sold by Redgate and you can read more at their website http://www.reflector.net.
So, I guess the step by step instructions would either be :
or
Linqpad also has an option ‘Export to Excel’, but that only works if you have Excel installed and the same applies with .Net Reflector.