Click here to Skip to main content
16,007,687 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralYou must implement the Add(System.Object) method - Urgent help needed Pin
RichiLloyd26-Oct-04 6:49
RichiLloyd26-Oct-04 6:49 
GeneralRe: You must implement the Add(System.Object) method - Urgent help needed Pin
Christian Graus26-Oct-04 10:24
protectorChristian Graus26-Oct-04 10:24 
GeneralRe: You must implement the Add(System.Object) method - Urgent help needed Pin
RichiLloyd26-Oct-04 12:36
RichiLloyd26-Oct-04 12:36 
GeneralRe: You must implement the Add(System.Object) method - Urgent help needed Pin
Steven Campbell26-Oct-04 14:02
Steven Campbell26-Oct-04 14:02 
GeneralDeploying windows applications Pin
Britnt726-Oct-04 4:29
Britnt726-Oct-04 4:29 
GeneralRe: Deploying windows applications Pin
Dave Kreskowiak26-Oct-04 5:12
mveDave Kreskowiak26-Oct-04 5:12 
GeneralRe: Deploying windows applications Pin
Britnt726-Oct-04 5:16
Britnt726-Oct-04 5:16 
GeneralRe: Deploying windows applications Pin
Dave Kreskowiak26-Oct-04 6:37
mveDave Kreskowiak26-Oct-04 6:37 
It's called "bootstrapping". You can't include the .NET Redistributable in the .MSI that contains your application because one of the pre-launch conditions for install is that the .NET Framework already be installed! So, you must use a non-.NET managed application as a Setup program to check for the required software that must be installed, and unpackage and launch the appropriate installers for them, then, lastly, launch the .MSI setup for your application.

See this[^] excellent article on CodeProject for an example and explanation.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralBuilding Wizards Pin
shevi202726-Oct-04 2:55
shevi202726-Oct-04 2:55 
GeneralRemote COM invoking vb.net Pin
Kumar0926-Oct-04 2:40
Kumar0926-Oct-04 2:40 
GeneralDisplay in List View Pin
Member 146985226-Oct-04 2:21
Member 146985226-Oct-04 2:21 
Generalmsscript.ocx Pin
iambhushan26-Oct-04 1:15
iambhushan26-Oct-04 1:15 
GeneralRe: msscript.ocx Pin
Dave Kreskowiak26-Oct-04 4:14
mveDave Kreskowiak26-Oct-04 4:14 
GeneralMultiple access to Single Database Pin
payal sheth25-Oct-04 23:52
payal sheth25-Oct-04 23:52 
GeneralRe: Multiple access to Single Database Pin
J4amieC26-Oct-04 0:40
J4amieC26-Oct-04 0:40 
GeneralRe: Multiple access to Single Database Pin
Dave Kreskowiak26-Oct-04 4:10
mveDave Kreskowiak26-Oct-04 4:10 
GeneralBuilding Wizards Pin
shevi202725-Oct-04 22:51
shevi202725-Oct-04 22:51 
GeneralRe: Building Wizards Pin
MohammadAmiry26-Oct-04 0:14
MohammadAmiry26-Oct-04 0:14 
GeneralRe: Building Wizards Pin
shevi202726-Oct-04 2:00
shevi202726-Oct-04 2:00 
GeneralWindows Service Pin
maykut209925-Oct-04 13:34
maykut209925-Oct-04 13:34 
Generaldataset basic navigation / traversing Pin
JenniferH25-Oct-04 12:38
JenniferH25-Oct-04 12:38 
Generalcontrol array for addins Pin
shinay25-Oct-04 10:25
shinay25-Oct-04 10:25 
GeneralCom Interop & Deployment Pin
Geopsaros25-Oct-04 7:04
Geopsaros25-Oct-04 7:04 
GeneralSimple String Question Pin
cwayman25-Oct-04 5:40
cwayman25-Oct-04 5:40 
GeneralRe: Simple String Question Pin
Mike Ellison25-Oct-04 6:17
Mike Ellison25-Oct-04 6:17 

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.