Gacutil.exe for dotnet 2.0 ? 
October 10th, 2006, 08:05 AM
| | | 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 | 
October 10th, 2006, 08:35 AM
| | | Re: Gacutil.exe for dotnet 2.0 ?
In VS2005 gacutil.exe has moved here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe
SenthilVel wrote: Quote:
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 | | 
October 10th, 2006, 09:55 AM
| | | Re: Gacutil.exe for dotnet 2.0 ?
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" <chrisfulstow@hotmail.comwrote in message
news:1160470116.921520.24250@e3g2000cwe.googlegrou ps.com... Quote:
In VS2005 gacutil.exe has moved here:
C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe
>
SenthilVel wrote: Quote:
>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 | >
| | 
October 10th, 2006, 10:15 AM
| | | Re: Gacutil.exe for dotnet 2.0 ?
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
<senthilvel.marimuthu@misyshealthcare.comwrote: Quote:
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" <chrisfulstow@hotmail.comwrote in message
news:1160470116.921520.24250@e3g2000cwe.googlegrou ps.com... Quote:
>In VS2005 gacutil.exe has moved here:
>C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\bin\gacutil.exe
>>
>SenthilVel wrote: Quote:
>>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] | 
October 10th, 2006, 10:35 AM
| | | Re: Gacutil.exe for dotnet 2.0 ?
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" <MortenWennevik@hotmail.comwrote in message
news:op.tg7blu1mklbvpo@tr024.bouvet.no... Quote:
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
<senthilvel.marimuthu@misyshealthcare.comwrote:
> Quote:
>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" <chrisfulstow@hotmail.comwrote in message
>news:1160470116.921520.24250@e3g2000cwe.googlegro ups.com... Quote:
>>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]
| | 
October 10th, 2006, 10:45 AM
| | | Re: Gacutil.exe for dotnet 2.0 ?
On Tue, 10 Oct 2006 12:44:58 +0200, SenthilVel
<senthilvel.marimuthu@misyshealthcare.comwrote: Quote:
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. Quote:
Also we cannot redistribite the Gacutil.exe to any client machine right ?
>
| I doubt it.
--
Happy Coding!
Morten Wennevik [C# MVP] | | Thread Tools | Search this Thread | | | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | | | | What is Bytes?
We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights.
Get the best answers to your questions from over 220,662 network members.
|