Click here to Skip to main content
15,900,258 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: wav file problems Pin
MikeMarq21-Nov-06 15:49
MikeMarq21-Nov-06 15:49 
AnswerRe: wav file problems Pin
Guffa21-Nov-06 21:23
Guffa21-Nov-06 21:23 
QuestionNeed Help Saving? Pin
The ANZAC19-Nov-06 19:36
The ANZAC19-Nov-06 19:36 
AnswerRe: Need Help Saving? Pin
Dave Sexton19-Nov-06 19:59
Dave Sexton19-Nov-06 19:59 
GeneralRe: Need Help Saving? Pin
The ANZAC20-Nov-06 17:50
The ANZAC20-Nov-06 17:50 
GeneralRe: Need Help Saving? Pin
Dave Sexton20-Nov-06 19:58
Dave Sexton20-Nov-06 19:58 
GeneralRe: Need Help Saving? Pin
The ANZAC21-Nov-06 0:09
The ANZAC21-Nov-06 0:09 
QuestionDeploying with ClickOnce Pin
steve_rm19-Nov-06 17:41
steve_rm19-Nov-06 17:41 
Hello,

I have just had a error deploying a clickonce application. The error is below and has been solved

System.Runtime.InteropServices.COMException (0x80040154): Retrieving the COM class factory for component with CLSID {10020200-E260-11CF-AE68-00AA004A34D5} failed due to the following error: 80040154.

The above problem caused me hours to solve. However, was solved my simply by doing the following: regsvr32 sqldmo.dll. to register the dll on the client machine.

I have created a deployment using the MSI, and never had this problem. But clickOnce does cause this problem if the dll does not exist and is not registered on the client machine.

Is there any way that you can use clickone to add this dll on the client's machine, so I don't have to go to trouble of registering manually.

When I publish this file I have added all the required dlls.

This is what I have done:
1. In the solution explorer | references | properties | set the sqldmo local copy to true
2. On the publish tab | Application File | set the publish status for the sqldmo.dll to include and required
3. Prereqisities | Added the .net framework, CR Reports .Net, MS Data Access components.

VB 2005 & SQL Server 2005.

Many thanks for any help,

Steve
Questionhow to pass from datagrid to EXCEL Pin
campbells19-Nov-06 15:37
campbells19-Nov-06 15:37 
AnswerRe: how to pass from datagrid to EXCEL Pin
RichardBerry19-Nov-06 21:29
RichardBerry19-Nov-06 21:29 
QuestionVB.Net 2005 TABControl... Pin
momooomooomomo19-Nov-06 15:33
momooomooomomo19-Nov-06 15:33 
AnswerRe: VB.Net 2005 TABControl... Pin
Christian Graus19-Nov-06 15:42
protectorChristian Graus19-Nov-06 15:42 
GeneralRe: VB.Net 2005 TABControl... Pin
momooomooomomo19-Nov-06 16:24
momooomooomomo19-Nov-06 16:24 
GeneralRe: VB.Net 2005 TABControl... Pin
Christian Graus19-Nov-06 16:56
protectorChristian Graus19-Nov-06 16:56 
GeneralRe: VB.Net 2005 TABControl... Pin
momooomooomomo19-Nov-06 20:03
momooomooomomo19-Nov-06 20:03 
GeneralRe: VB.Net 2005 TABControl... Pin
Mr. Waldorf28-Nov-06 10:46
Mr. Waldorf28-Nov-06 10:46 
QuestionMicrosoft.Web.UI.WebControls.treeview control [modified] Pin
uglyeyes19-Nov-06 13:01
uglyeyes19-Nov-06 13:01 
AnswerRe: Microsoft.Web.UI.WebControls.treeview control Pin
uglyeyes19-Nov-06 16:34
uglyeyes19-Nov-06 16:34 
AnswerRe: Microsoft.Web.UI.WebControls.treeview control Pin
Dave Sexton19-Nov-06 19:37
Dave Sexton19-Nov-06 19:37 
GeneralRe: Microsoft.Web.UI.WebControls.treeview control Pin
uglyeyes20-Nov-06 13:58
uglyeyes20-Nov-06 13:58 
QuestionHow Insert Identity Field on Sql Server 2000 ... Pin
kindman_nb19-Nov-06 7:58
kindman_nb19-Nov-06 7:58 
AnswerRe: How Insert Identity Field on Sql Server 2000 ... Pin
Guffa19-Nov-06 8:07
Guffa19-Nov-06 8:07 
GeneralRe: How Insert Identity Field on Sql Server 2000 ... Pin
kindman_nb19-Nov-06 20:55
kindman_nb19-Nov-06 20:55 
Questionadding background sound Pin
bapu288919-Nov-06 7:14
bapu288919-Nov-06 7:14 
AnswerRe: adding background sound Pin
Christian Graus19-Nov-06 9:26
protectorChristian Graus19-Nov-06 9:26 

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.