Click here to Skip to main content
15,917,061 members
Home / Discussions / C#
   

C#

 
GeneralRe: how can create Extension for document created in my project Pin
Not Active11-Sep-09 9:14
mentorNot Active11-Sep-09 9:14 
GeneralRe: how can create Extension for document created in my project Pin
santosh_anu11-Sep-09 20:50
santosh_anu11-Sep-09 20:50 
GeneralRe: how can create Extension for document created in my project Pin
Not Active12-Sep-09 3:43
mentorNot Active12-Sep-09 3:43 
AnswerRe: how can create Extension for document created in my project Pin
PIEBALDconsult11-Sep-09 11:51
mvePIEBALDconsult11-Sep-09 11:51 
GeneralRe: how can create Extension for document created in my project Pin
santosh_anu12-Sep-09 6:00
santosh_anu12-Sep-09 6:00 
GeneralRe: how can create Extension for document created in my project Pin
PIEBALDconsult12-Sep-09 12:40
mvePIEBALDconsult12-Sep-09 12:40 
AnswerRe: how can create Extension for document created in my project Pin
April Fans21-Sep-09 20:21
April Fans21-Sep-09 20:21 
GeneralRe: how can create Extension for document created in my project Pin
santosh_anu21-Sep-09 21:04
santosh_anu21-Sep-09 21:04 
QuestionHowto: Show Additional linked Data from Database into Crystal Report Detail Section Pin
Sukhjinder_K11-Sep-09 6:31
Sukhjinder_K11-Sep-09 6:31 
QuestionImage in WebBrowser Pin
AmirNapster11-Sep-09 5:22
AmirNapster11-Sep-09 5:22 
AnswerRe: Image in WebBrowser Pin
Not Active11-Sep-09 6:18
mentorNot Active11-Sep-09 6:18 
GeneralRe: Image in WebBrowser Pin
AmirNapster11-Sep-09 6:47
AmirNapster11-Sep-09 6:47 
GeneralRe: Image in WebBrowser Pin
Not Active11-Sep-09 7:08
mentorNot Active11-Sep-09 7:08 
GeneralRe: Image in WebBrowser Pin
AmirNapster11-Sep-09 7:12
AmirNapster11-Sep-09 7:12 
GeneralRe: Image in WebBrowser Pin
Not Active11-Sep-09 7:50
mentorNot Active11-Sep-09 7:50 
GeneralRe: Image in WebBrowser Pin
AmirNapster11-Sep-09 7:56
AmirNapster11-Sep-09 7:56 
GeneralRe: Image in WebBrowser Pin
Not Active11-Sep-09 8:06
mentorNot Active11-Sep-09 8:06 
AnswerRe: Image in WebBrowser Pin
April Fans21-Sep-09 20:47
April Fans21-Sep-09 20:47 
Question.net compact multi line text boxes Pin
faltopar11-Sep-09 5:21
faltopar11-Sep-09 5:21 
AnswerRe: .net compact multi line text boxes Pin
Richard MacCutchan11-Sep-09 5:52
mveRichard MacCutchan11-Sep-09 5:52 
AnswerRe: .net compact multi line text boxes Pin
April Fans21-Sep-09 20:51
April Fans21-Sep-09 20:51 
QuestionAccess a COM dll without registering it? Pin
DiscoJimmy11-Sep-09 4:38
DiscoJimmy11-Sep-09 4:38 
I have a C# application which uses a COM dll that was registered when some third party software was installed. So when I added a reference to it in visual studio, it naturally created an Interop.dll, and that's what I have a reference to.

My problem is that I wanted to send the program to a friend and he doesn't have that 3rd party software on his machine.

What's the best way to deal with this? I tried adding a reference to the dll file itself instead of using the COM tab, and that seemed to work, but it looks like it involves the path to that file on MY machine, which probably won't work on his side either. Copy Local is set to TRUE, but that seems to just copy in the Interop dll. I've had experience with a setup installer packaging the needed files and registering them for you, but i'd like to avoid an installer. we'll be doing rapid dev-test cycles and it's nice to be able to just 'drop-install' the files on his machine.

Anyone able to guide me on this?
AnswerRe: Access a COM dll without registering it? Pin
J4amieC11-Sep-09 4:59
J4amieC11-Sep-09 4:59 
GeneralRe: Access a COM dll without registering it? Pin
DiscoJimmy11-Sep-09 5:02
DiscoJimmy11-Sep-09 5:02 
GeneralRe: Access a COM dll without registering it? Pin
J4amieC11-Sep-09 5:24
J4amieC11-Sep-09 5:24 

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.