Fuslogvw.exe

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
 
V

Vadym Stetsyak

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
 
F

Frans Bouma [C# MVP]

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#)
------------------------------------------------------------------------
 
G

gs

so looks like my installation of ski 2 is probably corrupt.

anything to watch out for re-install/repair of sdk2?
 
G

gs

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"
 
G

gs

thanks
I ended up downloading a fresh copy of the dotnet sdk and install. the one
in visual studio express CD did not work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top