Click here to Skip to main content
15,915,319 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: changing monitor screen resolution Pin
Dave Kreskowiak17-Jun-10 1:38
mveDave Kreskowiak17-Jun-10 1:38 
QuestionHow do I connect vb 2005 and Access 2007 in published application [modified] Pin
cyberexel16-Jun-10 12:14
cyberexel16-Jun-10 12:14 
AnswerRe: How do I connect vb 2005 and Access 2007 in published application Pin
Dave Kreskowiak17-Jun-10 1:36
mveDave Kreskowiak17-Jun-10 1:36 
GeneralRe: How do I connect vb 2005 and Access 2007 in published application Pin
cyberexel17-Jun-10 8:11
cyberexel17-Jun-10 8:11 
GeneralRe: How do I connect vb 2005 and Access 2007 in published application Pin
Dave Kreskowiak17-Jun-10 8:25
mveDave Kreskowiak17-Jun-10 8:25 
GeneralRe: How do I connect vb 2005 and Access 2007 in published application Pin
cyberexel17-Jun-10 19:09
cyberexel17-Jun-10 19:09 
QuestionDeployment of COM AddIn Pin
Sonhospa16-Jun-10 8:41
Sonhospa16-Jun-10 8:41 
AnswerRe: Deployment of COM AddIn Pin
Dave Kreskowiak16-Jun-10 8:47
mveDave Kreskowiak16-Jun-10 8:47 
Michael Schäuble wrote:
From the information I had before, it seemed that I would have to register my dll with regasm on every computer before I could use it.


Yes.


Michael Schäuble wrote:
As a consequence I would have to install the .net framework on each machine, just to allow Excel recognize my assembly.


If you wrote it in VB.NET, you have no choice but to install the corresponding .NET Framework.


Michael Schäuble wrote:
After an experiment I figure now that it seems to be possible to deploy a pre-produced .tlb file as well - Excel called my dll properly on that particular computer. So I might probably save the whole regasm story as well as the installation of the .net framework.


Nope. The .TLB (type library) file is just the COM registration info. It doesn't contain any executable code. You STILL have to install the .NET Framework to run the Add-In code you wrote in VB.NET and you still need the .DLL file you built.

A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008
But no longer in 2009...




GeneralRe: Deployment of COM AddIn Pin
Sonhospa16-Jun-10 22:02
Sonhospa16-Jun-10 22:02 
QuestionDynamic web reference windows ce Pin
thesum16-Jun-10 5:27
thesum16-Jun-10 5:27 
QuestionDataGridViewImageCell Pin
Rajesh Rajan Pankapattu16-Jun-10 0:58
Rajesh Rajan Pankapattu16-Jun-10 0:58 
AnswerRe: DataGridViewImageCell Pin
Henry Minute16-Jun-10 1:36
Henry Minute16-Jun-10 1:36 
AnswerRe: DataGridViewImageCell Pin
Dave Kreskowiak16-Jun-10 1:57
mveDave Kreskowiak16-Jun-10 1:57 
Questionbluetooth application Pin
Folad System16-Jun-10 0:48
Folad System16-Jun-10 0:48 
AnswerRe: bluetooth application Pin
Johnny J.16-Jun-10 0:51
professionalJohnny J.16-Jun-10 0:51 
AnswerRe: bluetooth application Pin
Dave Kreskowiak16-Jun-10 1:54
mveDave Kreskowiak16-Jun-10 1:54 
AnswerRe: bluetooth application Pin
Richard MacCutchan16-Jun-10 1:56
mveRichard MacCutchan16-Jun-10 1:56 
AnswerRe: bluetooth application Pin
AlmightyEdge16-Jun-10 10:34
AlmightyEdge16-Jun-10 10:34 
QuestionUsing event in vbnet Pin
thesum15-Jun-10 23:39
thesum15-Jun-10 23:39 
AnswerRe: Using event in vbnet Pin
Dave Kreskowiak16-Jun-10 1:54
mveDave Kreskowiak16-Jun-10 1:54 
GeneralRe: Using event in vbnet Pin
thesum16-Jun-10 2:18
thesum16-Jun-10 2:18 
GeneralRe: Using event in vbnet Pin
Dave Kreskowiak16-Jun-10 8:42
mveDave Kreskowiak16-Jun-10 8:42 
GeneralRe: Using event in vbnet Pin
thesum16-Jun-10 20:48
thesum16-Jun-10 20:48 
GeneralRe: Using event in vbnet Pin
Dave Kreskowiak17-Jun-10 1:32
mveDave Kreskowiak17-Jun-10 1:32 
QuestionPdf Reader Pin
sarathy5615-Jun-10 23:04
sarathy5615-Jun-10 23:04 

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.