VS 2010 Change Version After Install-Visual Studio 2010 Installer

Jun 21, 2010

Well I used the Visual Studio 2010 installer to install my application and I want it to be able to change the version displayed in the in the Add/ Remove Programs (in the Control Panel). How can I do this without going through the install wizard again?

View 3 Replies


ADVERTISEMENT

Including Linked DLL In Installer Packages - Visual Studio 2010?

Dec 12, 2010

I've written a program that works perfectly well when installed on my development PC, but when I use the wizard in "Build-> Publish" and install the software on another computer it complains it can't find the DLL that I've linked to.The DLL comes from a programmable board that I'm linking to, so I don't have access to the source code, and I've included it in my project using the following lines:

Declare Function InitMbee Lib "C:UsersMartin & CelinaDesktopVBminimb.dll" () As Boolean
Declare Function SetOutputs Lib "C:UsersMartin & CelinaDesktopVBminimb.dll" (ByVal outputs As Integer) As Boolean

However I've not included the DLL in any other way, so I'm wondering if I have to add it to a list of items that need to be included with the installer, or if I've declared it in such as way that it needs to be in the same place for all installations.

View 1 Replies

Visual Studio 2010 Setup Installer Files Modified Date?

Jun 18, 2012

I have created installer from Visual Studio Package and Deployment, but after successful installation, the installer files (like dlls, images and all supporting files) modified date or even creation date has been changed and all have the same date depends on the date of installation. Is there a way I can preserve or maintain it's original creation/modified date?

View 2 Replies

.net - Which Version Of Visual Studio 2010 Contains Visual Basic SharePoint Templates

Aug 5, 2011

Does anybody know which version of Visual Studio 2010 contains the full set of Visual Basic SharePoint Templates? I am about to embark on a project to create Visual Web Parts to be used in a SharePoint report.

At the moment I am using Visual Studio 2008 and even though the WSPBuilder is installed none of the relevant SharePoint templates are present.Having searched SO and the web, most advise to install the templates via the Visual Studio command prompt: devenv /installvstemplates

Alas the Visual Studio command prompt is also missing from my VS2008 installation.So, the question remains: which version of VS2010 contains what I need for pain-free SharePoint development? There is a rather large price different between VS2010 Professional and VS2010 Premium, so can anyone tell me if the cheaper version (VS2010 Professional) contains all the Sharepoint templates?

View 3 Replies

Windows Version Visual Studio 2010?

Dec 3, 2011

Am very new to programing and have never done it before.I am working on very small things at the moment like showing the time and date very basic stuff. i have some books and video's so am going over but i just need abit of code for now -

How can i display what version of windows i am running? for example.i have a button if i click it the label on my form will display the version of windows.

View 7 Replies

Can't Install Crystal Report For Visual Studio 2010

Jun 4, 2011

i cant install crystal report for visual studio 2010!

i already have installed vb express 2010 and yet the installation always fails because the installer says :You must already have Visual Studio 2010 installed to proceed with this installation

View 5 Replies

Silverlight Version And Visual Studio 2008 And 2010?

Aug 31, 2010

I tried to install Microsoft Silverlight 2 but fail - fatal operation however I managed to install Silverlight 3 for Visual Studio 2008. Do you think I need to install Silverlight 2 as well because it clearly to see that Silverlight 3 is a latest version. Please response. Secondly for Visual Studio 2010 I managed to install very easily with Silverlight 4. There is no problem at all. I think, I more likely in VS 2010 Professional. But I have to keep this together (VS 2008 and VS 2010) because I still need to develop certain program. Can I maintain both of this version together?

Website: GuidedMissileDesign.comWebsite: GuidedMissileDesign.com

View 4 Replies

Install Microsoft.Data.Access.Components.2.8 In Visual Studio 2010?

Jun 12, 2012

I am using the publish wizard in VB 2010 Professional for deployment as I tried the InstallShield and the Standard Build and cannot get support. My last resort is this wizard. Please help me I am getting the following 2 warnings. I downloaded MDAC 2.8 SP1 for warning 2 and after I run the program it doesn't upgrade and appear in VB2010. How can I install it in VB2010 Pro. Also How can I get the .Net.Framework.2.0 installed.

Warning 2 The 'SAP Crystal Reports Runtime Engine for .NET Framework 4.0' item selected requires 'Microsoft.Data.Access.Components.2.8'. Select the missing prerequisite in the Prerequisites Dialog Box or create a bootstrapper
package for the missing prerequisite. SendGlobalMobileAdvertisingBlasts

[code]....

View 1 Replies

Display Office Doc. Of Version 2007 Inside WebBrowser Of Visual Studio 2010?

Sep 1, 2010

I am using visual studio 2010, in that vb.net with database as SQL. I wants to display files for the user, for that i am using webbrowser. Webbrowser display PDF file's as required but office documents of version 2007 open's separately instead of open in webbrowser. so, my question is how to open office document in webbrowser ?

View 3 Replies

IDE :: Visual Studio 2010, Target .net 3.5, Dll Fails On Load - System.Drawing, Version=4.0 ?

Aug 30, 2011

I have an desktop application that references several dlls. All are targeted for .Net 3.5, x86. The applicaiton has been deployed for several years and was upgraded from visual studion 2008 to 2010 last year. I have made several changes to the app since then (as recently as last Thursday) with out any issues. Now, everything builds, but when I run the application, I get a type initialiazer error when one of the projects is loaded by the main application.

The error messsage is {"Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.":"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"}.

There were no changes to this project since the last successfuly deployment last week, but today I am getting this error.

View 14 Replies

Change VB6 To Visual Studio 2010 VB?

May 12, 2012

[Code]....

how to change that auto redraw in visual studio since there have an error???

View 1 Replies

Change Start Up Menu On Visual Studio 2010?

Feb 8, 2011

i just got visual studio 2010 professional edition and it automatically opens up C++ i need it to open up a menue where i can choose visual basic or c++ just like at my college.

View 5 Replies

Change VB Project Code To C# Using Visual Studio 2010?

May 25, 2011

how to Change VB project code to C# using Visual Studio 2010?

View 3 Replies

Visual Studio 2010 - Change Target Framework In .NET Console App?

Aug 18, 2011

I created a VB Console app and it defaulted to .NET 4 but I need it to be .NET 3.5. I've been looking but all the references I find say to change it on the 'Compile' tab in properties but I don't have a compile tab or anything else that lets me change the target framework.

Note: I'm using VS2010 Ultimate

View 2 Replies

IDE :: Visual Studio 2010 Reference Path To Local Assembly Won't Change?

Jul 20, 2010

We have upgraded our project from Visual Studio 2008 to Visual Studio 2010 without any issues until now. Our project contains a folder call Libraries which contains different versions of Oracle ODP.NET DLL's as well as different versions of Telerik DLL's. Our project contains references to one of the versions of each. The problem is once we remove the reference and re-add it by browsing to the new version, again inside the Libraries folder inside the project, it adds the reference, but to the same version we just removed. We can even copy the DLL to our desktop, remove the reference and add to the new one on our desktop and it still will point to the Libraries folder version???. The only we we can actual change the reference to the new DLL is by manually changing the path in the .vbproj file, which is obviously not going to work for us. The same behaviour worked perfectly in VS 2008. We switch our references quite often, when new versions come out, but also far more often to QA different versions of ODP.NET and Telerik Control DLL's, so manually editing the .vbproj file is becoming quickly cumbersome. If I browse to a specific version at a specific path, Visual Studio should ALWAYS do what I'm telling it to do..

I did some seaching and came across a few other people with the same issue. This better not be as designed and if it's a bug, which I believe it to be, when will it be fixed?[URL]..

View 14 Replies

Visual Studio 2010-VB-Change The Form_Designer Takes Up To 1 Hour To Process

Nov 9, 2010

Every time I make even a very small change to a form in the form designer, when I try to move off the screen to write code, or run the application, VS 2010 takes up to 1 hour to figure out what the small change was, process it and then let me continue. Is there some fix that I am missing to make VS 2010 be able to handle small changes to the form_designer, or is this just the way it is?

View 6 Replies

VB2010: Visual Studio Installer Add Other Installer?

Jul 19, 2011

Triying to use the built in Visual Studio 2010 to install a couple of files and after that is done to run another installer package (3rd Party Installation Wizard).

View 1 Replies

Convert Visual Basic 2010 To Visual Studio Pro 2010?

Apr 20, 2012

I have a project in visual basic 2010 and want to convert it to visual studio 2010 so I don't have to chose the "open with" every time. Is there a tutorial on how to do this?

View 4 Replies

Visual Studio 2010, Outlook 2010 And Windows Application, Return Emails?

Jan 5, 2011

At present I have wrote an application (in-house CRM, vb .net 2010) which allows me to send emails under the selected customer & I categorised these emails.As these are categorised I can return data to display email history in my program by using search criteria:

Dim oMail As Outlook.MAPIFolder = oNS.GetDefaultFolder(Outlook.OlDefaultFolders.olFolderSentMail)
Dim sSearch As String
sSearch = "[Categories] = '" + "[" + tAccount.Text.Trim + "]" + "(" + tShipTo.Text.Trim + ")'"
Dim oItems As Outlook.Items = oMail.Items.Restrict(sSearch)

However the limitation to the above is it only looks at sent items & no other folder.My ideal solution would be to display all email correspondence for a certain contact.

View 1 Replies

VS 2010 Involved VB 2010 And Visual Studio 2010 (WPE PRO)?

Jan 8, 2012

I'm new to visual basic, used it for a few months. My friend is addicted to using a program called Wpe Pro [URL].. and he wanted me to make it more advanced and able to do more stuff.if you no anything about this program please message me

View 5 Replies

Visual Studio 2010 Exporting To Office 2010 Xlsx?

Feb 14, 2011

I need to write from VS 2010 vb.net dataset into a newly created xlsx file.

View 2 Replies

Visual Studio 2008 Sp1 To Visual Studio 2010 Beta Sp2

Feb 17, 2010

Will i be able to successfully install 2010 beta 2 side by side 2008? because i want to test 2010 features and some development toolkits such as silverlight while i don't want to uninstall my visual studio 2008 professional.

View 2 Replies

VS 2005 Visual Studio Installer?

Jul 5, 2010

i would like to ask how am i going to add files with filenames that have non-English characters Also when i try to reinstall my application i get an error.Do i have to always change the version of the application in order to make an installation without errors ?

View 1 Replies

.MSI (Installer File For MS Visual Studio 2008 (.Net)?

Mar 23, 2010

I have a MS Visual Studio .NET project created. I also went through the basic steps to add a setup project which created both an .MSI and a setup.exe file under the "Release" folder within the Debug folder. When I ran the setup.exe it installed the website on my http:localhost/Program/default.aspx which is fine and all..

My only problem is that the website does not have some of the customized icons that should be displayed, some of the other files are also missing such as "filename.txt" found in the main directory of my program used for specific calculations. I guess my two questions are:How do I add "All" the files inside my project to the .MSI?? The Website works fine, but its missing some files.

My second question, what if I "Remove" the program? Will it delete all directories, even files manually added to some folders AFTER the installation? For example: Lets say that my website contains a folder called "Data" which gathers data for specific purposes. The "Data" folder is often changed to replace outdated "Data", so when I need to make an update to the program the "Data" should not be removed, my 'client' should be able to just Add/Remove the program to update the program but all the other files should remain unchanged.

View 1 Replies

Visual Studio WinForms Creating An Installer (.exe) To A .sln Or Vb Project

Mar 5, 2012

i've created a very simple .exe file on my project in vb winForms but i don't know if i have crystal reports, Database, .swf files on my project.

View 3 Replies

IDE :: Adding References In Visual Studio 2010 Beta 2 (Visual Basic)?

Nov 25, 2009

I am just wondering how I can add Direct X references to Visual Basic in Visual Studio 2010 Beta 2. I cant find them in the .NET reference list, or the reference list, or anywhere. I downloaded the Direct X SDK for August 2009, but I can not add the .dll files to the reference list. Is there anything I can do to add them? I need the references for programming reasons.

View 5 Replies

Get Windows Version In Visual Basic 2010

Oct 19, 2010

How can I find the OS using Visual Basic 2010? It does not seems to recognize any of the old commands like GetVersionEx etc.

I am looking to find out the Windows Version, Build, 32 or 64 bit, RAM, Processor and Manufacturer.

View 2 Replies

VS 2010 Trial Version In Visual Basic?

Oct 18, 2011

How offer a trial version of a application on visual basic ? I looking for something the user can't not uninstall and reinstall the trial and start again the trial period, so when the trial period finish the can not use the application anymore.

View 2 Replies

Use OpenGL In Visual Studio 2010 In Visual Basic Project?

Jan 15, 2012

I want to use "OpenGL" in my project. Is it possible to associate it with "Visual Basic" application developed in Visual Studio 2010? If yes then how can we do it.

View 1 Replies

Using Visual Studio Installer For Deploying Windows Forms Project?

Feb 1, 2011

I'm trying to build a setup program using the built-in Visual Studio Installer. I'm using VS 2010 and working on VB.NET.For the most basic kind of program, I have an EXE file which works on a XML file (the XML file is treated like a database). So on a Windows 7 platform with UAC enabled, the best deployment is to install the EXE file in the Program Files folder, and the XML file in the application data folder, for security purposes of Windows. (Windows, now, does not allow creating/writing files inside the Program Files folder unless your application is running with administrative privileges).

So I have added VS Installer to my current project and have opened its File System Editor. So to create the above layout, I've added Primary Output to the Application Folder. Then I've added its shortcut to the User Desktop.Now I need to place my XML file to the application data folder. VS Installer gives the option of User's Application Data Folder, which is the %appdata% folder in the environment table. I need to access the All Users' Application Data Folder.

1) How do I access the All Users' Application Data Folder over here?

2) I tried using the User's Application Data Folder. It doesn't work. It doesn't create any folder in the %appdata% (e.g. C:UsersFarazAppDataRoaming). I tried to play around with various properties, like AlwaysCreate which is supposed to create a folder obligatorily. It doesn't create anything.

View 5 Replies







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