473,396 Members | 1,918 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Gacutil.exe for dotnet 2.0 ?

hi ,

Where can we physically see gacutil.exe for dotnet2.0 version ?

i saw in my machine and its not appearing in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.

Is this gacutil.exe present in some other folder for .Net 2.0 ?

thanks
Senthil
http://dotnetcrunch.blogspot.com
Oct 10 '06 #1
5 58742
In VS2005 gacutil.exe has moved here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe

SenthilVel wrote:
hi ,

Where can we physically see gacutil.exe for dotnet2.0 version ?

i saw in my machine and its not appearing in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.

Is this gacutil.exe present in some other folder for .Net 2.0 ?

thanks
Senthil
http://dotnetcrunch.blogspot.com
Oct 10 '06 #2
Hi chris ,
in my machine, where i have vs2005, i did not see this in my machine...why
....????

Also when i wanted to register the assemblies during the install time in a
client machine, where i can see the gacutil.exe ??

a typical case when the SDK will not be present in the client machine ?

thanks
Senthil
http://dotnetcrunch.blogspot.com

"Chris Fulstow" <ch**********@hotmail.comwrote in message
news:11*********************@e3g2000cwe.googlegrou ps.com...
In VS2005 gacutil.exe has moved here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe

SenthilVel wrote:
>hi ,

Where can we physically see gacutil.exe for dotnet2.0 version ?

i saw in my machine and its not appearing in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.

Is this gacutil.exe present in some other folder for .Net 2.0 ?

thanks
Senthil
http://dotnetcrunch.blogspot.com

Oct 10 '06 #3
Senthil,

It won't be present on the client machine. Either install the assembly
using a setup project, send gacutil.exe along with your project (or
install the entire SDK), or manually add the assembly by dropping the file
in C:\Windows\Assembly
If you install the .Net 2.0 SDK or Visual Studio 2005 (which installs the
SDK as well), the file should be in C:\Program Files\Microsoft Visual
Studio 8\SDK\v2.0\bin\gacutil.exe unless you have installed it to a
different location.

On Tue, 10 Oct 2006 12:06:25 +0200, SenthilVel
<se******************@misyshealthcare.comwrote:
Hi chris ,
in my machine, where i have vs2005, i did not see this in my
machine...why
...????

Also when i wanted to register the assemblies during the install time in
a
client machine, where i can see the gacutil.exe ??

a typical case when the SDK will not be present in the client machine ?

thanks
Senthil
http://dotnetcrunch.blogspot.com

"Chris Fulstow" <ch**********@hotmail.comwrote in message
news:11*********************@e3g2000cwe.googlegrou ps.com...
>In VS2005 gacutil.exe has moved here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe

SenthilVel wrote:
>>hi ,

Where can we physically see gacutil.exe for dotnet2.0 version ?

i saw in my machine and its not appearing in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727.

Is this gacutil.exe present in some other folder for .Net 2.0 ?

thanks
Senthil
http://dotnetcrunch.blogspot.com



--
Happy Coding!
Morten Wennevik [C# MVP]
Oct 10 '06 #4
Hi Morten ,

Thanks!!!

So the gacutil.exe must be present in the install setup program in the CD,
and when installation happens the gacutil.exe in the CD must be able to
install all the assemblies in GAC. Right ?

Also we cannot redistribite the Gacutil.exe to any client machine right ?

thanks
Senthil
"Morten Wennevik" <Mo************@hotmail.comwrote in message
news:op***************@tr024.bouvet.no...
Senthil,

It won't be present on the client machine. Either install the assembly
using a setup project, send gacutil.exe along with your project (or
install the entire SDK), or manually add the assembly by dropping the file
in C:\Windows\Assembly
If you install the .Net 2.0 SDK or Visual Studio 2005 (which installs the
SDK as well), the file should be in C:\Program Files\Microsoft Visual
Studio 8\SDK\v2.0\bin\gacutil.exe unless you have installed it to a
different location.

On Tue, 10 Oct 2006 12:06:25 +0200, SenthilVel
<se******************@misyshealthcare.comwrote:
>Hi chris ,
in my machine, where i have vs2005, i did not see this in my
machine...why
...????

Also when i wanted to register the assemblies during the install time in
a
client machine, where i can see the gacutil.exe ??

a typical case when the SDK will not be present in the client machine ?

thanks
Senthil
http://dotnetcrunch.blogspot.com

"Chris Fulstow" <ch**********@hotmail.comwrote in message
news:11*********************@e3g2000cwe.googlegro ups.com...
>>In VS2005 gacutil.exe has moved here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe

SenthilVel wrote:
hi ,

Where can we physically see gacutil.exe for dotnet2.0 version ?

i saw in my machine and its not appearing in
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727 .

Is this gacutil.exe present in some other folder for .Net 2.0 ?

thanks
Senthil
http://dotnetcrunch.blogspot.com


--
Happy Coding!
Morten Wennevik [C# MVP]

Oct 10 '06 #5
On Tue, 10 Oct 2006 12:44:58 +0200, SenthilVel
<se******************@misyshealthcare.comwrote:
So the gacutil.exe must be present in the install setup program in the
CD,
and when installation happens the gacutil.exe in the CD must be able to
install all the assemblies in GAC. Right ?
No. Using a setup project, in the File System window, right click and Add
Special Folder -Global Assembly Cache Folder. Then right click this
folder and select the files you need. No need to use gacutil at all, and
in fact, using the setup project option you have the added repair
functionality.
Also we cannot redistribite the Gacutil.exe to any client machine right ?
I doubt it.

--
Happy Coding!
Morten Wennevik [C# MVP]
Oct 10 '06 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Thomas | last post by:
Hi, Some quick background: Most of my experience with CGI has been with Perl. We'd write perl scripts that shared custom modules where we'd put all of our utility functions and OO code that...
0
by: JamesMason | last post by:
I would like to know why everytime I run gacutil.exe it always includes a CodeBase of "file://...", following the Microsoft instructions for usage of gacutil.exe I'm trying: gacutil.exe /if...
10
by: Abubakar | last post by:
Hi, When only the "runtime" (dotnetfx.exe, 20mb thing) is installed, I dont see the gacutil any where which is installed with the framework sdk or vs.net. I need it to register some of my comps to...
2
by: Id L | last post by:
hi, i want to use gacutil.exe and regasm.exe but i don't want to install "all" .net framework SDK do you know if i can install only these 2 methods? or maybe i can use them without installing...
0
by: Niklas | last post by:
Hi I have made a Hello World application and used On-Touch deplyment thru a shared network path and from out Intranet. Now I have found the HelloWorld assembly in both C:\WINNT\assembly\download and...
3
by: GhanaShyam | last post by:
Hi, I have installed VS2005 and now I am seeing that Gacutil tool is not available in the specified folder. But the file gacutil.exe is present in the \%windir%\Microsoft.NEt\Framework\v1.1.4322...
2
by: Geoffrey | last post by:
Hello, I have to install a COM library on some pc. For this, I must do a regasm "..." and a gacutil -i "..." but gacutil is not installed with .net2, on ly with VS and SDK. What is the best...
3
by: mnvikefan | last post by:
I have written a library in dotNet and registered it using the REGASM tool with the TLB option and then used GACUTIL to enter it into global, what do I need to when I need to recompile this...
1
by: trantanm | last post by:
Hello everybody, I am getting in the tough issue in my application. I hope I can get some advice from you. My application CatchAllMessages is mainly written in C++ and is used to catch messages...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.