Click here to Skip to main content
15,913,854 members
Home / Discussions / C#
   

C#

 
GeneralRe: convert unicode to ascii Pin
Heath Stewart14-Apr-04 7:24
protectorHeath Stewart14-Apr-04 7:24 
GeneralScrolling and background image Pin
Flack14-Apr-04 6:53
Flack14-Apr-04 6:53 
GeneralRe: Scrolling and background image Pin
Heath Stewart14-Apr-04 7:26
protectorHeath Stewart14-Apr-04 7:26 
GeneralMultiple Forms\Views Pin
SanShou14-Apr-04 6:17
SanShou14-Apr-04 6:17 
GeneralRe: Multiple Forms\Views Pin
CWIZO14-Apr-04 6:42
CWIZO14-Apr-04 6:42 
GeneralRe: Multiple Forms\Views Pin
14-Apr-04 8:17
suss14-Apr-04 8:17 
GeneralDistributing Application Pin
Jason Pyke14-Apr-04 5:57
Jason Pyke14-Apr-04 5:57 
GeneralRe: Distributing Application Pin
Heath Stewart14-Apr-04 7:31
protectorHeath Stewart14-Apr-04 7:31 
No, you do not need to register the DLLs (the only assemblies you would register are those that contain CCWs, or COM-Callable Wrappers - the interop assemblies you're using are RCW, or Runtime-Callable Wrappers, to COM servers already registered).

Instead of create the interop assemblies yourself, use the PIAs (Primary Interop Assemblies) from Microsoft - the official assemblies created by them. You can download them for Office XP (just search for Office PIAs on http://msdn.microsoft.com[^]) or install them with Office 2003 Professional as ".NET Framework Support" or something like that.

Make sure that these assemblies are either deployed to the same directory as the assemblies you've created (and pay attention to code access security policies if they're not running on the local machine), or install them into the GAC (Global Assembly Cache) using gacutil.exe, ngen.exe (also pre-JITs the IL), drag and drop them to %WINDIR%\assembly, or using an installer like Windows Installer (for which VS.NET has basic installer projects).

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: Distributing Application Pin
Anonymous14-Apr-04 8:40
Anonymous14-Apr-04 8:40 
Generalprint a .tiff file Pin
cmarmr14-Apr-04 5:06
cmarmr14-Apr-04 5:06 
GeneralRe: print a .tiff file Pin
Mazdak14-Apr-04 6:05
Mazdak14-Apr-04 6:05 
GeneralEncrypting text data to a file Pin
Jon G14-Apr-04 4:20
Jon G14-Apr-04 4:20 
GeneralRe: Encrypting text data to a file Pin
Heath Stewart14-Apr-04 4:30
protectorHeath Stewart14-Apr-04 4:30 
GeneralGUI design the way forward for MS Pin
Andy H14-Apr-04 4:07
Andy H14-Apr-04 4:07 
GeneralRe: GUI design the way forward for MS Pin
Heath Stewart14-Apr-04 4:16
protectorHeath Stewart14-Apr-04 4:16 
GeneralRe: GUI design the way forward for MS Pin
hxxbin14-Apr-04 4:21
hxxbin14-Apr-04 4:21 
GeneralRe: GUI design the way forward for MS Pin
Judah Gabriel Himango14-Apr-04 5:48
sponsorJudah Gabriel Himango14-Apr-04 5:48 
GeneralRe: GUI design the way forward for MS Pin
Michael P Butler14-Apr-04 22:41
Michael P Butler14-Apr-04 22:41 
GeneralDatabindings Pin
bertcox14-Apr-04 3:30
bertcox14-Apr-04 3:30 
GeneralRe: Databindings Pin
Heath Stewart14-Apr-04 3:36
protectorHeath Stewart14-Apr-04 3:36 
GeneralCasting problem Pin
bouli14-Apr-04 2:32
bouli14-Apr-04 2:32 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 2:39
protectorHeath Stewart14-Apr-04 2:39 
GeneralRe: Casting problem Pin
bouli14-Apr-04 2:45
bouli14-Apr-04 2:45 
GeneralRe: Casting problem Pin
Heath Stewart14-Apr-04 2:59
protectorHeath Stewart14-Apr-04 2:59 
GeneralRe: Casting problem Pin
bouli14-Apr-04 3:05
bouli14-Apr-04 3:05 

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.