Deploy Project In Visual Studio 2010 Express Edition?

May 13, 2011

How do I deploy my project in visual studio 2010 express edition? I dont see any setup and deployment template

View 6 Replies


ADVERTISEMENT

IDE :: Database Access From A Visual Studio 2008 Express Edition Project?

Mar 3, 2008

I would like to access to a SQL Server Database from my Visual Studio project.

I have SQL Server 2005 Express Edition installed on my PC and I have a database with some tables.

In Visual Studio, I open the Database Explorer and I try to create a database connection.

The Add connection dialog box proposes to enter a database *file name* but I cannot select a database *server* and a database *name*.

Perhaps, is it a restriction because it is a free version ?

Within Visual Web Developer 2008 Express Edition, I can select a database *server* and a database *name* !

View 5 Replies

T4MVC VB With Visual Studio 2010 Express Edition

Nov 28, 2010

I am having trouble using T4MVC VB with Visual Studio 2010 Express Edition.I can reference the T4MVC classes in my controllers, but I cannot access them in my views (where I actually need them).In the view, the following code is overwritten by intellisense as if the class MVC is invalid.[code]Which generates the error message 'Home' is not a member of 'Mvc'. It seems that in the view there is an Mvc namespace hiding the MVC class. This doesn't exist in the controller.After playing with it some more, it seems the classes aren't available in the View no matter what they're named. What decides what classes and namespaces are available in the view? The classes continue to be available in the controller, regardless of naming as well. I presume there has to be some filter or limit on what is available in the views?I was just watching this excellent video from Phil Haack, and it game me a clue.I need to modify the <pages> section in the web.config file. Now the question is, can I get that to use a class that's not in a namespace, as the MVC class is by default, otherwise I'll have to modify the T4 template to put it in a namespace and include that.

View 1 Replies

Add An Existing Folder To Visual Studio 2010 Express Project?

Jan 11, 2012

I'm trying to add a folder and some files within it to a Visual Studio 2010 Express VB.NET project. I have read the answers to questions on this subject here and here. They both say "select folder, right click, and then select Add To Project". But when I right-click in this way, no "Add to Project" option appears. Does anyone know why this is so, and what I can do about it, or alternatively another way of adding a folder to a project?

View 1 Replies

Possible To Write Projects In The Express Edition Of Visual Studio

Apr 29, 2010

I couldn't find a quick answer on the official pages,is it possible to write VB projects in the express edition of Visual Studio that connect to a SQL Server that is not the included 'Express' server ?

View 1 Replies

Visual Studio 2008 Express Edition VB: Monthcalendar Not Working?

Sep 1, 2010

I cannot get the VB monthcalendar control to obey any of the properties I set for it, or the commands I give it programatically. It works (sort of - but with obvious bugs) in the state it arrives when copied to a new form straight out of the toolbox, eg when I click on a date etc, however if I set the background colour in Properties (or programatically), or try to change the BoldedDates programatically (as per numerous examples I have found) it ignores me!

I can create a brand new project, new form, add the monthcalendar out of the toolbox, change its properties in the Properties window, & when I run it the changed properties (eg background colour) are totally ignored.

View 5 Replies

IDE :: Open An VBS Project In Visual Basic Express Edition?

Apr 13, 2009

How do i open an VBS project in Visual Basic Express Edition?

View 1 Replies

C# - Visual Studio 2010 Express Phonegap Error "The Project Type Is Not Supported By This Installation"

May 26, 2012

I just installed VisualStudio 2010 Express and Windows phone SDK 7.1. I downloaded Phonegap 1.4 and added the PhoneGapStarter to the projectTemplates folder. When I hit new project I get the Phonegap icon. When I double click it to start a new project I get this error:

[Code]...

View 1 Replies

Introduction To Visual Basic 2010 Express Edition?

Jun 24, 2010

I am new to Visual Basic. The only programming I have played with thus far is Perl and some Python in script writing for Paint Shop Pro. (if that is acually programming) I found a tutorial on About.com "from the ground up" with a link to download VB 2010 and when I tried to install the vb_web file I got this error:C:usersuserAppDataLocalTempSit24308reboot.ini cannot be opened. I did a computer search and found this file was not in the Temp folder. The install just hung and I could not cancel or retry. I shut down from task manager. When I looked in add emove there was not a Visual Basic listed. I couldn't tell if there were any other files that were added even though VB is not listed. There seems to be more C++ files (which came installed on my laptop) but I'm not sure if there are more of these C++ files.

I have searched for a week and cannot find a tutorial of how to install this program. I see VB 5, VB 6 and VB 2008. I also see a file for Microsoft Web Platform Installer, but it does not say if I need to download and install this file in order to download Visual Basic 2010 Express. I keep going in circles with my searches and always end up back where I started which is at the Visual Basic 2010 Express download page.

View 5 Replies

Using A Legacy DLL In New Visual Studio Express (C++ Prefrred) Project?

May 21, 2012

I've got an old legacy application for communicating via serial port to an embedded controller communications bus. that someone else developed.The application is written in VB6, and is structured as two projects - a DLL to handle the connection and communications logic, with an application GUI project.I was hoping to be able to write a new application GUI (in C++ ideally) to use the existing DLL as-is, but I'm having lots of problems working out how to import it.So I'm wondering, is it even going to be possible to use this old DLL into a C++ project as is? or is it possible to import into a C# project? or a VB.NET project? (would prefer not to use VB, but can if I have to)Where I am now: I have the existing compiled executable and DLL, and these run on my system.I also have the project files, and they're all readable in notepad++ but I don't have VB6, and importing the project into visual studio VB.NET 2008 express isn't at all straightforward. Especially not without a working example to dig through and play with first (DLL project may be importable, but has 50+ things indicated as needing changing in the upgrade report. It also seems to be ignoring three .cls files that look very important to my not particularly VB6-savvy eyes... The application project has a message in the upgrade report about something "missing a design time license" and the only project files that actually seem to come into the project explorer for imported project is the project file itself, and the assembly info file.)

Most examples of how to import a DLL into VS C++ assume you have a solution with the DLL project all compiling nicely alongside your project that will use it. Or at least a .DLL and .lib and .h file... I spoke with the original developer of the code (in another city, we don't work directly) and got a .lib to match my .dll, but still have no .h file.I'm usually fine to bash through something new, but without a baseline working example of the project even in VB6 that I can get my understanding from, it makes this very hard. Also a lack of similar questions anywher google can find them on the net makes me wonder if this is something i should be even attempting.I'm working on getting a non-express copy of visual studio if that will make any difference (express worked fine for everything up until now so I never needed anything more) but that will take a number of weeks, most likely.

View 1 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

Made A Chat In Visual Basic 2010 Express Edition?

Sep 9, 2011

How I can made a Chat in Visual Basic 2010 Express Edition ?

View 1 Replies

Crystal Reports For Visual Studio 2010 Runtime Edition?

Aug 24, 2011

I have Visual Studio 2010 installed on a 64-bit OS with Crystal Reports for Visual Studio 2010 (obviously 64-bit edition as well). When I installed the runtime, their installation notes stated that if you develop 32-bit applications, you need install the 32-bit runtime, which I did. Testing the application and all is well.

However, this application is going to be distributed as x86 and x64. Now I have not yet converted my project to 64-bit, but should I now install the 64-bit runtime? How is this going to affect my 32-bit installation and report designs?

Secondly, when I distribute my application to the end-user, will they also be required to install the Crystal Reports runtime? Also according to their installation type (32-bit/64-bit)?

Lastly, I want to convert my project from x86 to x64. I understand you set this option by Build > Configuration Manager > (project) x64. Is it ok if I duplicate the entire project folder contents and setting only the duplicate project as x64?

View 1 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

Cannot Open A New Project In Studio 2010 Express

Jun 9, 2011

When creating a new project I get an messages stating "Access to the path 'C:userscontrollerAppDatalocal emporaryProjectsMazeMy ProjectAssemblyInfo.vb' is denied.

View 4 Replies

Informes En Visual Studio 2010 Express?

Aug 18, 2011

Estoy trabajando con visual studio 2010 express, que alternativa tengo de crear informes, ya que no viene con crystal report ni puedo descargarlo al parecer porque no es compatible.

View 1 Replies

Visual Studio VB 2010 Express Downloads?

Oct 27, 2010

I'd like a redist package (full single download) instead of the web installer (tiny single download, massive multiple at-runtime downloads). Anybody know where to get one?It never hurts to try. In a worst case scenario, you'll learn from it.

View 3 Replies

Datagridview And BindingNavigator - Visual Studio Express 2010

Feb 23, 2012

Visual Studio Express 2010. Windows Forms Application. New MDF Database. Add a table, put some data in it. Now, from the data sources window drag a DataGridView over to the Form1, drop it. There is no BindingNavigator created with it, so I drag on over there from the toolbox. Run it and the BindingNavigator does nothing. Why/how do I make it talk to the DataGridView?

View 3 Replies

IDE :: Microsoft Visual Studio 2010 Express Prerequisites X64?

Sep 22, 2011

When i try to install Visual Basic Express 2010 and Visual C++ Express 2010, I get this error:Setup could not install the following component:Microsoft Visual Studio 2010 Express Prerequisites x64

I'm on Windows Vista Things I've tried: Deleting contents of %temp% folder

[Code]...

View 1 Replies

C# - Visual Studio 2010 Express Multi-language Solutions?

Dec 1, 2011

I am working on a C# project, which needs a VB.NET Class library.I have added the DLL reference of VB.NET Project into C# project.This works fine, but sometimes I need to debug the VB.NET project or pause the project and check the variable values of my VB.NET Project.Is it possible in Visual Studio 2010 Express Edition?

View 2 Replies

Get An Intermittent Exception In VB(debugging In Visual Studio Express 2010)?

Apr 12, 2012

I'm testing my Visual Basic .net application by running it in Visual Studio express.Sometimes it runs OK, but other times I get an exception (details below, if useful). I'm not sure why I get the exception as the particular part of the application that I am testing re-uses code that works OK for other features.

What should I check, what would give me a hint as to the root cause. Things I tried so far are: Rewriting some of the code to be more robust. The outcome of this was that this approach was getting out of control - I was correcting everything. I made changes such asing alternative libraries (e.g. replacing CInt with convertTo etc). Some lazy declarations, but it occurred to me that there was no problem with these with the code before my changes. And every change I seemed to solve uncovered yet another problem, another different exception So I thought something must be fundamentally wrong with my installation, and a search found discussion group posts from people experiencing something similar. The suggested remedy would be to re-install the .net framework. So I did that and the problems still occured.

Any thoughts on approach to get to the root of the problem? I'm not asking for a solution but some fresh ideas would be very welcome.

[Code]...

View 2 Replies

MS Visual Studio 2008 Standard Edition, Visual Basic?

May 22, 2012

I recently loaded my copy of MS Visual Studio 2008 Standard Edition, with Visual Basic, on to my new laptop, one with a Windows 7 operating system. This version of Visual Studio had been on my other laptop, a Windows Vista machine. When I attempt to run any of my Visual Basic applications which has a MSFlexGrid container on it, I get this error message "Unhandled exception has occurred in your application... The error is: Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG). Also,

View 2 Replies

Open Visual Studio Express Files With Normal Visual Studio?

Apr 11, 2011

Is it possible to open visual studio express files with normal visual studio?

View 2 Replies

Reading Text In Third Party Software To Visual Studio 2010 Express

Nov 19, 2010

I'm writing a small pet program in VB2010 Express

I have 7 labels

Form1
Label1 to Label7

I want these labels to display the text from a third party Software program.

The text is displayed in a child form of the main form the text is in

"window handle is 000E0678"" RichEdit20W"

The text scroll up continuously,

every time - let's say
John (10year) 'is displayed, it takes the 10y and place it
in Label1

Ann (22year 7Street) 'is displayed, it takes the 22y & place it in Label2 7St in Label3

get that text in the labels I only know a little VB. I have used Spy++ to get the window handle

Yes lots for the pro's but we dont understand it, if its just code we dont know where to start or make changes to that code. This is something simple that beginners will understand

View 1 Replies

Project Conversion To Visual Studio 2010?

Aug 24, 2011

Programming Applications Office Outlook 2007.This publication comes with sample VB code which I have dowloaded and am attempting to run.The code was written using VS2005 and I am using VS2010.The Upgrade conversion works ok and the project loads - however I get the following errors when I try to build:Does Microsoft have a fix? I only get thousands of people asking the same question when I search!!

ErrorAn error occurred while validating. HRESULT = '80004005'C:Documents and SettingsMartinMy DocumentsVisual Studio 2005ProjectsSampleCodeVBSampleCodeSetupVBSampleCodeSetupVB.vdprojSampleCodeSetupVB

[code].....

View 4 Replies

Visual Studio 2010 - Project Folder?

Jun 27, 2011

So if I am working on a project in VB.net (really any visual studio project), I am able to create folders. My project is getting rather unweildy (over 30 classes) and I think it would be beneficial to store for example data structure classes in a folder "ds" and user controls in a folder "uc". Is this OK? Will it affect the way I reference the classes? Are the folders simply for my own use and structure or do they actually have some kind of impact on my project as a whole?

PS in case you are confused, I am referring to the structure shown in the "Solution Explorer". Sorry if this is a dumb question or not clear, but I have never worked on a large project like this before.

View 4 Replies

Visual Studio 2010 Building The Project?

Jun 14, 2010

When ever i publish the project, i get a bunch of deployment files and a setup file. Even after running the set up there is no .exe file.Is this just VB .Net way of opening the file now? Do i even need to use the installer? My program uses very basic math with list's and datagrid views.

View 2 Replies

Visual Studio 2010 Project Compadibility?

Apr 23, 2010

When i create a program with Visual Studio 2010 which operating systems is it compatible with. I know it would be Windows only but witch versions? Is there anything special i need to do to make my programs compatible with older versions of Windows such as XP or Vista? I am running VS 2010 on Windows 7 Ultimate.

View 1 Replies

C# - Web Matrix Differ From Visual Studio - Is It More Efficient Than Visual Studio To Develop ASP.NET Web Project

Oct 12, 2011

WebMatrix is a web development and deployment tool by Microsoft so how is this compared to Visual Studio? which Use C# Razor Syntax is that more better coding.

[Code]...

View 2 Replies

Deploy A 2008 Express Class Library Project (addin Dll)?

Mar 16, 2009

I'm not sure if this is the right forum or not but...I've written my first VB.NET 2008 Express Class Library project (addin dll) and now I need to deploy it. I see Windows Form Applications have a Publsh tab (ClickOnce) in the project properties window but my class library project does not. How do I deploy a VB.NET 2008 Express Class Library project?

View 8 Replies







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