IDE :: Old-Fashioned Install Option Possible For VS 2008?

Feb 18, 2009

Is it possible to create a standard installer with VS 2008 VB? What i'm looking for is an install similar to Windows Installer - one where the user can choose installation location, options, etc. instead of the ClickOnce deployment method of burying the app in the User folder in an unknown location?

View 1 Replies


ADVERTISEMENT

VS 2005 No Debug|Exceptions Dialog Option Available In New Install?

Jun 22, 2010

I just installed VS 2005 on a new laptop with Windows 7 and I can't find the option under the Debug menu called 'Exceptions'. It was available in my previous install under WinXP. I know win7 had some incompatabilities with vs2005. Is this one of them? Man, I'd hate to loose the ability to break on thrown exceptions.

View 2 Replies

Visual Studio 2008 Not Install With Crystal Report (only Crystal Report Install Its?

Jun 12, 2011

i am having a Visual Studio 2008 but it not install with crystal report when i open add new item-> its didnot contain Crystal Report how can i add crystal report and make crystal reports in visual studio 2008 how i install crystal report with visual studio 2008 only crystal reports 2008 install and its open with visual studio 2008 when we click Project->Add New Item-> and crystal reports shows in thiis file

View 1 Replies

Create A Setup Installer To Auto-install Fonts When User Install Apps?

Jan 26, 2010

Is it possible to create a setup installer that will auto install fonts when user install the applications?

View 6 Replies

Deployment :: Create Install File Without The Need For User To Install SQL Server?

Jun 6, 2009

I have a project that i have created in Visual Studio express and SQL server express. i want to create an install file so that i can send to others to install. Currently it is requiring the user to install SQL server Express and 3.5 .net framework.what steps can i take to stop the user having to install these 2 so that it is a simple install for them.

View 2 Replies

Set Option Explicit And Option Strict On A Project / Solution Level?

Feb 22, 2011

I really like the coding speed that vb.net provides, but I don't like the possibility to forget to declare variable types, return types of functions, etc. and that is why in each class I use[code]..

Is there a way to define those two options on the project/solution level?

View 2 Replies

The Combo Box Style 1 Has Both The Drop Down Option But Also A Manual Entry Option

Jan 26, 2010

the combo box style 1 has both the drop down option but also a manual entry option. I need to know how to code it so that when you manually enter data, it takes that data and places it in a text message "The shipping charges for "data" is $15" displaying in a text box. Shouldn't be hard but have developed a mind block.

View 4 Replies

Make A Simple Install Wizard To Install The Program?

Nov 10, 2009

I'm looking to make a simple install wizard to install my program (I know Visual Studio 2010 already has an installer) but anyway, I would like to make it myself, kind of line reinvent the wheel?

View 3 Replies

Click Install Feature Will The Application Install On A MAC?

Mar 30, 2010

With the on-line one click install feature will the application install on a MAC?

View 2 Replies

Install Application, When System Tries To Install .Net Framework?

Aug 27, 2010

While trying to install my application, when system tries to install .Net Framework, it gives an error.Is there any source where I could download uninstalled .Net Framework 3.0 and provide my clients with application?

View 1 Replies

VS 2005 Option Explicit On; Option Strict On

Feb 24, 2010

what does these two code means in vb.net: Option Explicit on Option strict on i think option explicit means the compiler is not going to do any kind of conversion and i need to do all of them by the code;also it becomes case sensitive i.e;

[Code]...

View 8 Replies

Install A .dll With VB 2008 Program?

Jul 9, 2009

I have a simple program that collects information from a database then sends the information to a .dll, which performs some calculations. I have figured out how to build and publish my application, but I'm not sure how to include the .dll. I'd like to put the .dll is a common folder (i.e. system32) when I install the program on a PC.

View 4 Replies

VS 2008 .net 2.0 Needs To Be In Package To Install

Oct 29, 2009

This is not for a class. I would like to know if anyone has information to use the bootstrapper from MS or how to include MS DotnetFix.exe in an application to install onto a computer that does not have it. Also is this possible for mobile devices if the application would need to be packaged for them also?

View 4 Replies

VS 2008 How To Install VB2008 Pro (min.)

Nov 18, 2010

I install (vb 2008 professional edition -90days trial)but I ONLY NEED part of Visual Basic,

when setup installed:
microsoft .net framework 3.5
microsoft .net framework 3.5LP

[code].....

View 1 Replies

VS 2008 Install C# Express Also

Aug 3, 2009

Always pays to ask -- just in case. I have VB.net 2008 express installed. Would like to also install the .net C# express as well. Just install it? No weird "aftercrap" to be concerned with?

View 5 Replies

VS 2008 Net Framework 3.5 Will Not Install?

Feb 13, 2010

I recently tried to reinstall visual studio 2008 Prof. But every time I start theinstallation it fails after installing the .Net framework 3.5. The framework doesn'tsucsessfuly install and it gives me the 1603 error. I think I have the .Net framework 2.0 running right now but the setup for that gave me an error to but it is in add and remove programs.

View 9 Replies

[2008] Set The Install Location?

Mar 10, 2009

I hadnt noticed, a user picked up on this.....I am just using the publish wizard...I have it set to auto update (downloads from my site) etc First of all, the install location is INSANE!??

C:Documents and Settings<username>Local SettingsApps2.0BK1V1VC7.YPOV653YD1L.YMV2g_t..tion_e4fcdfbfebe2c476_0001.0002_057fae213a0f6966

how do I set the install location? why isnt it in program files?second.. it keeps EVERY update? so if the app downloads a new version and installs it...

View 4 Replies

Install VS 2010 First,then Install VS2008?

Apr 15, 2010

Is it possible to install VS 2010 first,then install VS2008?i am asking this because in many cases(specially while installing the O.S) i see that after installing the higher version the lower version of O.S cant be installed....and if want to install linux then it might be installed after installing all the windows O.S starting from xp,then vista,then win7 and finally fedora 12..

View 8 Replies

How To Handle Input - Console Application - Click One Option On Windows Context Menu And Another Function When You Click Another Option

Jul 28, 2009

I want my console application to be able to do one function I have when you click one option on the windows context menu, and another function when you click another option.

View 3 Replies

VS 2008 - Undo Option

Nov 23, 2009

so i have 5 buttons and 5 labels.

when i press button 1 a "1" appears on label1.

now if i press button 1 three times, button 2 one time, button 5 four times, but the last press was wrong so i need to undo. i create a new button named undo, what would the code be for taking away like i said, not just for button5, for every button i set out but the undo button?

View 3 Replies

Option Strict - Error Option Strict On Disallows Implicit Conversions From 'Object' To 'XtremeCalendarControl.CalendarControl'

Oct 17, 2009

How can I get round this error: Option Strict On disallows implicit conversions from

[Code]...

View 4 Replies

Use Of Option Strict And Option Infer

Feb 22, 2011

1. I have read that keeping Option strict on and Option infer off is good practice and will insure your code is tight and properly written. I would like input regarding this, pro's and con's from those who are in the know.

2. Having said that, I have set Option strict on and Option infer off in an existing program I wrote (that was working perfectly mind you) with them off and on respectively. I went through and cleaned up all the errors on the 'need AS' and casting of variables, but one is leaving me a bit put out.[code]

I have also read where using My.Computer.System.Directory.GetFiles() instead of System.IO.Directory.GetFiles() is probably not a good thing, but when I change to this I get no error, but also no dataI am thinking I should stay with the strict on and infer off but am really slogging through getting this code correct.Running Win7 on Dual Quad Core XEON Intel Extreme with 8Gb RAM.

View 2 Replies

Writing The Save Option - Code Up The Save Menu Option So That It Updates The Current Document?

Jun 10, 2010

I am writing a text editor program and I have written the new, open, save as, exit menu items but I am struggling with writing the save option.Now I have created the menu itself (well vb did, I just used insert standard items) but how do I code up the save menu option so that it updates the current document or if the documnt has not yet been saved bring up the save file dialog.Here is the code I have so far

Public Class Main
Private Sub NewToolStripButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NewToolStripButton.Click, NewToolStripMenuItem.Click[code]....

I know I have some finishing touches such as messages and error handling and stuff but at the moment I want to get all the basics working,I think the save menu option is all I am struggling with at the moment.

View 1 Replies

Cannot Install Visual Web Developer 2008 On Win 7 64 Bit?

Jan 10, 2010

I get an error that says Setup Stopped working when installing Microsoft Visual Web Developer 2008 Express Edition with SP1 . Everything else installed fine. I am using the Offline ISO.

EDIT: This happens with the new 2010 Beta 2 also.. same exact error message.

Here are the details:

Description:Microsoft Visual Web Developer 2008 Express Edition with SP1 - ENU has encountered a problem during setup. Setup did not complete correctly.

[Code]...

Google search does not help. What is really funny about this is that from my search I see there are multiple solutions for this problem that have worked for different people, none of which apply to my situation.Why do I get the feeling that God does not want me to learn VB programming? (Grin)

View 1 Replies

Install VB 2008 Express Edition?

Mar 22, 2010

Trying to install VB 2008 Express Edition, on a laptop, that I just installed Windows 7 Ultimate x86 on, I got the attached screen shot.

View 6 Replies

Install VB Studio 2008 Lite?

Mar 10, 2009

I then rebooted as asked, and there was MORE time.

However at the end it said that it had failed to install a couple of components. I am afraid I can't remember the names.

Anyhow. Do I have to re-download, or can I somehow re-install. I tried to reinstall, but was asked where the install resources were. I have no idea, and the installer controlled the entire thing.

Also, if I have installed, where is the programme that gives me the programming interface. I could not find any exe files under Microsoft Visual Studio 9Microsoft Visual Basic 2008 Express Edition with SP1 - ENU.

View 2 Replies

Install Visual Studio .net 2008?

Feb 21, 2009

when i install visual studio .net 2008 it gave me this error it is in the attachment.

View 1 Replies

Install Zedgraph With VB 2008 (express)

Dec 29, 2009

I am trying to install Zedgraph with VB 2008 (express) I have added the reference to the zedgraph.dll file, and the zedgraph.web.dll file, but the toolbox isn't showing any of the entries for Zedgraph. I've saved and closed the project, exited studio and come back, still nothing. I've rebooted, still nothing.

[Code]....

View 4 Replies

VS 2008 Install WMI SDK Or Maybe WMI Win32 Classes?

May 14, 2009

I'm running into is some of the namespaces aren't being recognized. After searching the internet it seems I am supposed to have more than just System.Management.Instrumentation available to Import/Reference.However, that is all I can access.I need System. Management. ConnectionOptions and a few others, but don't know how to get these.Do I need to install the WMI SDK, or maybe the WMI Win32 Classes?

View 2 Replies

VS 2008 Automatically Install Fonts?

Oct 20, 2009

I have made updates to my programs, including a large update with the fonts on my forms. The only problem is this font is not found on vista or Windows XP and must be downloaded. The program is completely ruined with its looks without it. Is their a way so that both Windows XP and Vista could download these fonts, On startup of the first form, Form Load maybe? Even if the user says that he or she would like to see the program with the fonts? I just don't want to take the many hours i wasted resizing with the new fonts, ect. If it would be easier I could ask the user if they are using Windows XP, Or Vista?

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved