Installing VS 2010 Ultimate?

Jan 24, 2012

I'm running Windows 7 Pro and am trying to install Visual Studio 2010 Ultimate from a zip drive. When I double-click on the "setup.exe" app, I get the following popup errors (see attached screenshots).

I would think there would be no compatability issues but that's just me!

View 11 Replies


ADVERTISEMENT

Is It Ok To Install VS 2010 Ultimate If Already Have Installed VB 2010 Express Edition

Mar 7, 2012

Is it ok to install my VS 2010 Ultimate even if I already have VB 2010 Express Edition? or should I uninstall the express edition first?

View 3 Replies

IDE :: Active Tab In VB 2010 Ultimate?

Jun 14, 2010

i have tabcontrol1 and has 7 tabs and 1 button i want that button to recognize the active tab and do something.. else if anothor tab is active do something else... and so on i searched the net but i couldnt find what i am looking for

View 4 Replies

IIS For Visual Studio 2010 Ultimate?

Aug 1, 2011

I am about to publish my program and I need IIS for Visual Studio 2010 Ultimate, does anyone where to get it.

View 3 Replies

Create In Visual Studio 2010 Ultimate?

Apr 26, 2010

I have a program I am trying to create in Visual Studio 2010 Ultimate, and have a few questions as to whether what I would like the program to do is even possible - Here is the idea of my program:

I have a main form with a ComboBox1, Pic1, ImageList1, and Label1 - In my ComboBox I have 118 entries, and 118 corresponding Images in the ImageList control - Right now I have it set to show the Image from the ImageList when a ComboBox1 entry is clicked, by the Index number:

If ComboBox1.SelectedIndex <> -1 Then
Pic1.Image = ImageList1.Images(ComboBox1.SelectedIndex)
Else
Pic1.Image = Nothing
End If

What I want to know is, Can I make it so I can add/update entries in the ComboBox1 and ImageList1 at runtime? Such as, have an 'Open' dialog to import the Image I want to add, and a simple InputBox to add to the Combo1 list? Also, if this IS possible, if I add Items at runtime, won't it mess up my Indexes, and then the correct Images from the ImageList1 won't be the ones that show?

I know, lot of questions, but I am trying to cleanse my mind of VB6, and focus on .NET - More complicated, but I like the appearance of the finished programs much better, without stupid additional OCX's

View 2 Replies

Crystal Reports Download And VS 2010 Ultimate?

Jun 12, 2012

Apparently Crystal Reports doesn't come with VS 2010 Ultimate like I thought it did. When I went to create a new report, I got prompted to download it free and install it. Then, after installing it, I tried to recreate a report and got the same prompt to download it again.

View 2 Replies

VB 2010 Ultimate Lost Saved File?

Jun 18, 2012

from yesterday night i have done a part of my practical and i saved to my pendrive... the folder name as <Chapter 3>and today i went to college computer lab continue to finish another part and i also saved to my pendrive, since i open the .sln file from pendrive.and i go rename those folder names and .sln name and others possible to rename as <Practical 3>when i back home want continue to do, the folder is still exist but inside folder's files are lost.

View 3 Replies

2010 Ultimate Error Comctl32.dll Missing As Reference?

Jan 24, 2012

I have been using the VB IDE for many months on a VB6 translation to vb.net 2010. I have had no troubles building and running in debug,until the message below just appeared. This now prevents me from running in debug. I have not used Publish in the Build menu or used ClickOnce. The Project - application page has "enable XP visual styles" checked. I do not want this unchecked, which will remove the error message below.

The error message is:
Error 2 Could not find file 'Microsoft.Windows.Common-Controls, Version=6.0.0.0, Culture=*, PublicKeyToken=6595b

[code].....

View 18 Replies

Add A Reference To DirectX11 In Visual Studio 2010 Ultimate?

Oct 24, 2010

Installed DirectX11 June 10 SDK on Win7 machine with VS2010 Ultimate. Project written in Visual Basic, targeting .net 2.0. Just need the directx audio player capability.

Tried to add reference to the SDK Developer Runtime Files.

Nothing from DirectX11 shows up in the add reference COM for the project.

I can't seem to make my project see or accept the DirectX11 .dll's.

Unclear of which one I need other than maybe XAudio2 (I think) to play a .wav file.

DirectX11 SDK Release Notes say's the following but I don't understand it.

MS says VC++ directories are depricated.

[Code]...

View 3 Replies

Making A Program In Visual Studio 2010 Ultimate?

Mar 16, 2011

OK, So I am making a program in Visual Studio 2010 Ultimate. I have gotten all the forms and everything correct. Except the text color. I need to make it so when they reach the end and it says if they got it right or not, that the program changes the textbox's text color. The code I currently have is when form2 = the first word in the spelling test. Form2.textbox1 is the first place where the user puts the answer. Form1.Textbox1 is where the user puts the original word.

Private Sub TextBox1_TextChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged
If Form1.TextBox1.Text = Form2.TextBox1.Text Then
TextBox1.ForeColor = Color.Green
Else

[Code]...

This code does nothing and there is no errors. P.S. If you need a copy of the program, you can download the solution here: [URL]...

View 6 Replies

Use Microsoft Visual Studio 2010 Ultimate Edition?

Dec 12, 2010

I am a visual basic developer and I use Microsoft Visual Studio 2010 Ultimate Edition. I've been making applications that can play only in my PC because it requires .NET Framework 4, which is not installed at even Windows 7 nor Windows Vista nor Xp. So, I decided to use Visual Studio 2008 which uses .NET Framework 3.5 SPI. It still doesn't run in common PCs. I believe it is pointless building applications that can perform only on programers' PCs. Is there any way to avoid using 4 or including it for the installation. I also downloaded .Net Framework 4.0 from this location [URL].. on a XP computer and my app couldn't perform because it was 3.5 SPI.

View 5 Replies

Add Ribbon Control In Visual Studio 2010 Ultimate Toolbar?

Apr 3, 2012

how can i add ribbon control in my visual studio 2010 ultimate toolbar , i m used vb.net and i have also try download ribbon for wpf and install it and right click on toolbar chose item and in wpf tab i select ribbon but its not working and i cant find the ribbon control.

View 3 Replies

How To Publish A Program Which On Installing On A Computer Asks For The Drive For Installing?

Sep 9, 2009

I created a program and published it using the wizard through the "Property" in menu.

When I used the Published program to Install it in my same computer it got installed in "StartMenu".

I didn't get the option to select the Drive for Installing it like what we get when installing other program.

how to make that option to appear on installing the program?

View 8 Replies

VS 2010 Installing It With VS 2008?

May 24, 2009

i want to download VS2010 Beta can i download it normally without having any problems in my VS 2008 Pro edition?or do i need to unistall it first?

View 2 Replies

VS 2010 Updating & Installing.

Aug 12, 2010

A program that I'm slated to release, is (Hopefully with help) going to contain Auto-Updating.I've tried publishing using the microsoft Publishing that's offered in VS 2010, but i keep getting errors.I have an unlimited space FTP at my disposal, and i was hoping to do it through that.[code]Or, is there a better way to do Updating and Downloading? Also, for the First run, i would like it to be in an installer.

View 10 Replies

IDE :: Installing SAP Crystal Reports 10 For .NET 2010?

Jun 17, 2012

I have Visual Studio 2010 Professional, version

Microsoft Visual Studio 2010
Version 10.0.30319.1 RTMRel
Microsoft .NET Framework
Version 4.0.30319 RTMRelMy Labtop runs WinXpSp3 Pro, version
5.1.2600 SP3 Build 2600
Physical Mem 1024 MB

Processor X86, Intel 1862 MhzVS installation did not have Crsytal Reports, so i downloaded this single file from [here] as shown in the photo:After installation completed, i could not find the crystal reports any where in the VB2010, so i changed the .Net Frame work from Client profile to .Net framework 4.0 as i found in some blogs, but still did not solve the problem any how.[URL]..

View 5 Replies

Connect Vb With Server Sql In Vb 2010 Without Installing Sql From Oracle As Done In Vb 6?

Sep 20, 2011

i want a step by step answer iam familiar with vb6 not with vb2010

View 6 Replies

Installing The First Beta Of Visual Studio 2010

Feb 6, 2010

I've been having a problem since installing the first beta of Visual Studio 2010 which has limited what i have been able to do. The problem centres around one reference: System.Design When I attempt to add the reference i get the following error: However, the System.Design.dll file actually does exist and is valid:

[Code]...

View 1 Replies

Installing Vb 2010 Express Project On Other Computer?

Nov 7, 2011

I've managed to produce a simple project in vb 2010 express and to publish it onto a cd. I can install the project from the cd and run it successfully on my windows 7 machine where I developed it but trying to install it onto a windows xp machine produces the message:

"An error occurred while downloading a required file...

Details: http://go.micrtosoft.com/fwlink/?linkid=182805

View 8 Replies

Installing Visual Studios 2010 - Windows

Dec 23, 2011

when I try to install it, after it extracts all of the needed temp files, it throws this error, and stops there..."windows cannot find 'C:users*my username*appdatalocal empSIT19120.tmpsetup.exe' make sure you typed the name correctly and then try again."anyone know what the heck I need to do to get this fixed...nothing has changed, not even the file location of the installation files...nothing..also, I just found out, the temp file's name is changed each time I try to run the setup application...

View 2 Replies

VS 2010 : Install MySQL Before Installing Application?

May 29, 2012

I'm working on a MySQL database with a VB.NET front end, and I'd like the installer to first install MySQL and Connector/.NET (if they aren't already installed) and then run a query to load the dump file that I'm including among the program resources.Is this possible, or will I have to instruct my users how to install MySQL and Connector/.NET themselves beforehand?

View 21 Replies

VS 2010 : Installing Encrypted Pfx Files Using X509certificate2?

Feb 9, 2010

I have an encrypted pfx certificate (for testing purposes the cert is "c:1.pfx" and the password is "Popcorn")and I have been trying to figure a programmatic way of installing this file to my personal store using the System.Security.Cryptography.X509Certificates import.

View 2 Replies

VS 2010 Installing Encrypted Pfx Files Using X509certificate2

Jul 1, 2010

I have an encrypted pfx certificate (for testing purposes the cert is "c:1.pfx" and the password is "Popcorn")and I have been trying to figure a programmatic way of installing this file to my personal store using the System.Security.Cryptography.X509Certificates import.

View 1 Replies

VS 2010 Installing Windows Serivce Option?

Feb 4, 2012

I been reading about the windows services in the msdn but I get lost quick because I'm not sure what it is that I actually need. I'm only using the standard version. Any pointers on how I can give a user the option to install my executable as a service so that it can run when no one is logged in.

View 1 Replies

Beaucoup Errors After Installing VS 2010 Service Pack 1

Jan 8, 2012

I had no errors in my VB project it was compiling nicely. I loaded SP 1 today and now I have 102 errors. Actually I'm sure more than that as 102 is the max it will show. It particularly doesn't like the date functions and isDBNull. And it balks at vbcrlf now. Here are some examples of the errors I'm getting:

[Code]...

View 9 Replies

VS 2010 - Adding Fonts In Folder With Program Without Installing

Oct 24, 2011

I have several fonts I want to include in my program to be used, or just want to put them in a folder with my program, or some method of adding them to the program without having to install it on any PC that I want to use the program on.

So basically I want to Either
A. Include the fonts in the program so the program can use them
B. Find a way to have the program use the fonts without them being installed on the PC.

View 8 Replies

VS 2010 Installing .net 2.0 After VS 2010.net 4.0?

Jun 22, 2010

Can I install framework 2.0 and 3.5 after VS 2010 and .net 4.0 is installed ?

View 9 Replies

Any Ultimate Date Format Possible Or Not?

Sep 27, 2011

Is there any Ultimate date format possible or not?

View 2 Replies

Can't View Bob Tabor Videos On Windows 7 Ultimate

Jul 15, 2011

I recently purchased a Dell laptop with Windows 7 Home Basic installed and installed my Visual Basic 2008 Express and Visual Basic 2008 Step by Step and have run into at least 2 different problems I know of. One is I can not view the videos from my Bob Tabor subscription and two I do not see the fonts the Step by Step book refers me to access in some of the practices.

View 1 Replies

Windows Vista Ultimate - LAN Card Had Been Demaged?

Sep 12, 2009

I have installing a new windows vista ultimate on my computer and i have written my product key in the setup but is the activation required to logon to the windows desktop after installing because my LAN card had been demaged and i have asked this quistion from my friend computer. i don't wan't to make any error when installing the windows.

View 1 Replies







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