Fuslogvw.exe

  • Thread starter Thread starter gs
  • Start date Start date
G

gs

I have install visual studio 2005 express visual basic and c#.. I was
trying to make use of Fuslogvw.exe to diagnose problems in an assembly. I
was able to use the com class assembly in one version of c style software
but not a newer version.


However, I searched the whole computer as a power user but could not find
Fuslogvw.exe..


right now I am still trying Google msdn, so far I came up empty handed
 
Hello, gs!

g> However, I searched the whole computer as a power user but could not
g> find Fuslogvw.exe..

Mine is in
"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\FUSLOGVW.exe"

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
 
gs said:
I have install visual studio 2005 express visual basic and c#.. I
was trying to make use of Fuslogvw.exe to diagnose problems in an
assembly. I was able to use the com class assembly in one version of
c style software but not a newer version.


However, I searched the whole computer as a power user but could not
find Fuslogvw.exe..


right now I am still trying Google msdn, so far I came up empty
handed

I don't have express on my comp so I can't verify, though in the
normal vs.net 2005, it's located in this folder:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin

or better: in the .NET SDK folder. I'm not sure if express ships with
the .NET SDK, though if not, you should install the .NET SDK, it's a
separate download.

FB

--
------------------------------------------------------------------------
Lead developer of LLBLGen Pro, the productive O/R mapper for .NET
LLBLGen Pro website: http://www.llblgen.com
My .NET blog: http://weblogs.asp.net/fbouma
Microsoft MVP (C#)
------------------------------------------------------------------------
 
so looks like my installation of ski 2 is probably corrupt.

anything to watch out for re-install/repair of sdk2?
 
Vadym Stetsyak said:
Hello, gs!

g> However, I searched the whole computer as a power user but could not
g> find Fuslogvw.exe..

Mine is in
"C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin\FUSLOGVW.exe"
 
thanks
I ended up downloading a fresh copy of the dotnet sdk and install. the one
in visual studio express CD did not work
 
Back
Top