Click here to Skip to main content
16,004,977 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
mav.northwind24-Jul-04 23:33
mav.northwind24-Jul-04 23:33 
GeneralRe: installing a .net program on a client machine without installing the whole .net framework Pin
fo0lish25-Jul-04 10:49
fo0lish25-Jul-04 10:49 
GeneralAborting a Webservice SYNC call... Pin
Bertrand Boichon21-Jul-04 6:16
Bertrand Boichon21-Jul-04 6:16 
QuestionObscure exception? Pin
Carl Mercier21-Jul-04 3:54
Carl Mercier21-Jul-04 3:54 
AnswerRe: Obscure exception? Pin
Anonymous29-Jul-04 22:18
Anonymous29-Jul-04 22:18 
GeneralRe: Obscure exception? Pin
Carl Mercier30-Jul-04 9:52
Carl Mercier30-Jul-04 9:52 
QuestionHow to install my assembly in client machine Pin
softp_vc21-Jul-04 0:55
softp_vc21-Jul-04 0:55 
AnswerRe: How to install my assembly in client machine Pin
sukesh.g21-Jul-04 3:06
sukesh.g21-Jul-04 3:06 
Hi,

Open the Setup Project and then follow the below given steps:

Installing an Assembly to the Global Assembly Cache upon Installation
You can use the File System Editor to install an assembly to the Global Assembly Cache upon installation. To do so, the assembly must be incorporated in the setup project as a loose file and not compressed with the other project output. To install the assembly to the Global Assembly Cache, you must first sign your assembly with a strong name. Once your assembly has been strongly named, all you need to do is add a Global Assembly Cache folder to the File System Editor and add your assembly to that folder. Upon installation, your assembly will be added to the Global Assembly Cache.

To install an assembly to the Global Assembly Cache on installation
Sign your assembly with a strong name.
After creating your setup project, open the File System Editor.
Right-click the left pane and choose Add Special Folder. In the shortcut menu, choose the Global Assembly Cache Folder.
In the left pane, right-click the Global Assembly Cache Folder. Choose Add, and then choose Assembly from the shortcut menu. Choose the appropriate assembly or browse to its location and click OK to add the assembly.
The assembly will be added to the Global Assembly Cache upon installation. If the assembly was not already a part of your setup project, it is added to it.


Regards,
Sukesh.

Sukesh.g
GeneralProcess.Start problems... Pin
Jan van den Baard21-Jul-04 0:03
professionalJan van den Baard21-Jul-04 0:03 
GeneralRe: Process.Start problems... Pin
Javier Lozano22-Jul-04 14:28
Javier Lozano22-Jul-04 14:28 
GeneralRe: Process.Start problems... Pin
Jan van den Baard22-Jul-04 19:19
professionalJan van den Baard22-Jul-04 19:19 
GeneralRe: Process.Start problems... Pin
partyganger29-Jul-04 15:08
partyganger29-Jul-04 15:08 
GeneralRe: Process.Start problems... Pin
Jan van den Baard29-Jul-04 19:43
professionalJan van den Baard29-Jul-04 19:43 
QuestionConverting SafeArray? Pin
So and So20-Jul-04 6:13
So and So20-Jul-04 6:13 
AnswerRe: Converting SafeArray? Pin
So and So20-Jul-04 8:44
So and So20-Jul-04 8:44 
Generalproblem in accessing a VC++ 6.0 ATL COM object via a .Net application Pin
vipul_vips20-Jul-04 5:19
vipul_vips20-Jul-04 5:19 
GeneralWeb Service Error in Debug Mode Pin
jobr1ch19-Jul-04 21:47
jobr1ch19-Jul-04 21:47 
GeneralForm Size Too Big Pin
myNameIsRon19-Jul-04 19:53
myNameIsRon19-Jul-04 19:53 
GeneralRe: Form Size Too Big Pin
Small Rat24-Jul-04 18:13
Small Rat24-Jul-04 18:13 
GeneralFreeze some columns in Datagrid Pin
Sreepathi19-Jul-04 17:15
Sreepathi19-Jul-04 17:15 
General.NET & MFC Serialization Compability Pin
alexatn19-Jul-04 11:35
alexatn19-Jul-04 11:35 
GeneralRe: .NET & MFC Serialization Compability Pin
mav.northwind19-Jul-04 21:35
mav.northwind19-Jul-04 21:35 
GeneralSyntax Coloring in .NET Pin
bneacetp19-Jul-04 10:54
bneacetp19-Jul-04 10:54 
GeneralPrinting using ExecWB gives error "Trying to revoke a drop target ..." Pin
alexatn16-Jul-04 12:02
alexatn16-Jul-04 12:02 
GeneralSpeech .NET Pin
Serge Lobko-Lobanovsky16-Jul-04 6:20
Serge Lobko-Lobanovsky16-Jul-04 6:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.