Build Application Outside The Development Environment?

Mar 1, 2010

how to run a Windows application within the VB.NET development environment. How can I 'build' or save my VB.net application, so I and others can run this application without runing the Visudal Studio?

View 2 Replies


ADVERTISEMENT

C# - WinForms Development Environment In The Workplace

Sep 17, 2010

I'm from an AS/400 (iSeries) background and have no idea about how a team of programmers work within the .Net environment. Lets say a company purchases a new button control. Now, in that company they'll have 5 or 10 developers working with that new control. Its my understanding that even if the control is in the GAC, it must still be copied locally to work on at design-time. My question is, what is locally? Does each developer have a copy on their own PC or is it held centrally on a server?

View 3 Replies

IDE :: Keep A Very Strict And Regulated Development environment

Sep 13, 2011

I work for a medical devices company and as such, we need to keep a very strict and regulated development environment.Since we are using MS Visual Studio as our main SW development tool we need it to comply with FDA regulations.So, is Visual Studio (and its compiler) FDA approved?

View 1 Replies

Change The Website Name For Project From Another Development Environment?

Nov 23, 2009

I have inherited a large VB.NET solution that was created in VS 2003. I am trying to update it to VS 2008 to maintain it. I no longer have access to an install of VS 2003.

The solution contains 15 projects that are console applications and 1 that is a Website application. The website application refers to some assemblies in the other console projects.

When I try to open the solution in VS 2008 all the console applications open but as it tried to open the Web application (or website? -- not sure) I see the dialog "Trying to open http://dmedibiz/dotcom.vbproj". It is unsuccessful in doing so. I don't have a website named http://dmedibiz on my development machine.

I tried changing the name of the website in DotCom.vbproj.webinfo, but that does not have any effect in VS 2008. When I go so far as to change the Hosts file so that the local machine resolves "dmedibiz" to the proper folder on my local machine, I keep getting prompted for a login and cannot access the folder even using the administrator login. I have tried adjusting the security on the Folder and in IIS Manager and even in the Frontpage Extensions, but nothing works.

So, what can I do to open this web project along with the other projects whose classes it references? Is there a way to change the website reference in the upgraded application? I actually do not want Frontpage Extensions in the site, but there was some reference to that also in the erro messages about installing them to "fix" the problem.

Here is the error I am receiving...

Unable to open the Web site '[URL]. Could not find a Web server at 'http://dmedibiz'. check to make sure that the Web server name is valid ...'

Can anyone tell me how to change the website location reference? Or must I remove the Web project from the solution and create a new Website and then copy in the files that need to be worked on?

View 1 Replies

IDE :: Why Would Database Drivers Work In Development Environment

May 12, 2009

Why would database drivers work in the development environment of VB.Net and not once the project is built and installed on the same pc? I've tried the MS ODBC Oracle driver. I've tried various ODBC datasources. All work when I am in the development environment but none once I build and install. No matter whether the configuration is Debug or Release. This is the only project having this problem. I have other apps (VB.Net) that access the same database (Oracle 9.2) with no problem.The environment variables are the same during both types of runs. The error messages vary depending upon the driver being used.

View 1 Replies

VS 2005 - Form Redrawn Twice In Development Environment

May 21, 2009

In VS2005, I noticed that when you go from the code window to the form window, the form immediately appears, but then redraws again, and takes about 4-5 seconds to come back. Is there any way around this annoyance? Has it been fixed in VS2008? In general, has anyone noticed any speed improvements in the development environment between VS2005 and VS2008?

View 9 Replies

Green Line Left Side Of Development Environment

Jun 19, 2010

Well I've finally decided to upgrade some of my vb6 applications. Anyway I have two forms that are very similar one is customers one is vehicles. One of them is working on form load and one of them isn't. The one that isn't working I've traced the point it stops down to where there is a green line left of the code on the left bar of the development environment. This green line doesn't exist on the form that works. What the green line in this photo means? [URL].

Bigger Picture [URL]. I found a page that says the green simply means the code was saved but it's only on the form that stops working right after the execution of the sql statement. For some reason while stepping through the code it returns to the show command that was called to originally open the form right before the form opens but it skips everything with the green line next to it. I went and disabled tracking and it went away.

View 3 Replies

Minimum Development Environment Required For RS232 Communication?

Feb 16, 2011

I have just started using VB.net, and am currently using VB2010 Express. Previously in VB6, I used the MSCOMM control for communicating via the serial port.

1) What is the minimum development environment required for RS232 communication? I assume VB2010 Express will not be sufficient.

2) What control or class should I use?

View 3 Replies

VS: Windows Application Development - Undo "Build" Or "Publish" Actions

Apr 21, 2010

Is there a way to undo "Build" or "Publish" actions (like unbuilding/unpublishing) in order to get the original files/folders of the application? I am creating a program for a homework assignment and we aren't supposed to build or publish our applications but I didn't save my project before building and publishing it (out of curiosity) and I didn't upload the application's folder to the FTP server before so now there are "extra" files and folders (created during the build/publish process) and I don't know which ones are the "extras" and which I need to upload.

View 2 Replies

Free Professional Game Development Environment. Microsoft Have Teamed Up With "The Game Creators Ltd" It Seems?

Feb 5, 2010

In case you are interested and have not spotted this.>>

http://gdk.thegamecreators.com/ee Professional Game Development Environment

View 1 Replies

VS 2008 : Build An Application To Monitor A Site To Build Statistics From The Data Being Read?

Mar 3, 2010

I'm trying to build an application to monitor a site to build statistics from the data being read. This HTML looks like this.

<div id="history">
<h4>HISTORY</h4>
<table border="0" cellspacing="0" cellpadding="0">

[code]...

Now I can read the html and put the text anywhere, I just don't how to read specific parts so I can separate the data out.

View 17 Replies

.NET 2010 : Pause It By Clicking On A "pause" Button In The Development Environment?

Jul 21, 2011

I have an app that I'm debugging and I need to pause it by clicking on a "pause" button in the development environment. I don't want to stop it programmatically, just manually to check what it is doing. I know this should be simple but I can't find a pause button anywhere on the toolbar.

View 4 Replies

[2008] Application Deployment - Build->build Myapp

Mar 7, 2009

I just created a simple application. I Builded that using build->build myapp. I got .exe of that application. i runned. all went fine. but when i closed that app, even after closing it is in memory. it is still running. how to deploy it properly?

View 12 Replies

VB Application Book - Entire Development Process Of An Application (Prefered: WPF ,LINQ ,ADO)

Apr 17, 2012

I am looking for a VB.net book that strings me through the entire development process of an application (Prefered: WPF ,LINQ ,ADO). I have read a few books on OOP and VB.net with small code samples demonstrating the specific idea of the chapter.I think it would be really helpful if there was a book that programmed an entire application that uses a sql database (Northwind , Adventureworks).

View 1 Replies

.net Windows Application Development?

Mar 31, 2010

I am working on a VB6 project and my organization is planning to upgrade the technology from VB6 to VB.net. As I am new to VB.net windows application development, I dont know where to start and what to include in code. I have read that VB.net windows applications code should have AssemblyInfo, CultureInfo, Windows Security authentication etc. But I have still not found any article, code sample or VB.net windows application sample that could give me a complete list of features that an organization level VB.net windows application must have.

View 2 Replies

Code In .net For Application Development?

Feb 17, 2009

I am new developer and i need code for my tools which i had to develop for my desktop Application like pan add data show attribute table

View 1 Replies

Console Application - Environment.GetCommandLineArgs()

Jun 5, 2011

I've seen sample vb project. It's a console application. There's a code there like Dim q() As String = Environment.GetCommandLineArgs()

First I try to check it by using message box to print it out: the index-0 of q contain a path project vshost --> q(0)="D:TestServicesample1.vshost.exe" and the index-1 of q contain a xml file --> q(1)="Setting.xml"

The thing I really confuse is, from where the Environment.GetCommandLineArgs() get that both q(0) and q(1)?

I've tried to search both and can't found any code which is contain the path to load it, then I try to delete the all complied files in debug folder and then rebuild it, the strange thing happen, I mean the "Setting xml" file automatically created and appear again although it doesn't has the same contain as it has first which is remain only. The original contain of the Setting.xml is some IP and database name. Is there any setting which can make the vb.net create the Setting.xml? Because I don't find either the code for creating this Setting.xml or the tool bar for set it.

View 4 Replies

Setup Of 32-bit Application Running In 64-bit Environment

Feb 10, 2010

one general question about 32-bit application running in 64-bit environment Our application is developed in VB.Net depends on .NET Framework 2.0 Service Pack 1 Microsoft Visual C++ 2005 SP1 Redistributable Package All application components are compiled to 32-bit application, such that run in WoW64 of 64-bit Windows Server 2003 without any modification.

[Code]...

View 9 Replies

Advantages Of .net Over Vb6 For CRUD Application Development?

Dec 13, 2009

What are the improvements in vb.net compared to vb6 that make developing such an application easier?

View 3 Replies

Application Development Connecting To A Database?

Apr 8, 2009

With Use of VB.NET, SQL Server, ADO.NET How can I develop an application for video rental management with the following specifications:

1. Keeping track of available videos

2. Accumulating surcharges for detailed videos returned

3. Warning subscribers through emails when rental period expires

4. Generating monthly report for the transactions

Special respect to extended functionalities such as reports on customers with surcharges when two dynamically specifiable dates are entered

View 1 Replies

Application Development Guide / Inspiration

Feb 9, 2012

I have been asked to develop a small application for a friend. The current app is in Excel format but he would like it converting to a downloadable piece of software.I have been looking for well designed applications and found: url...Are there any good resources about learning to design/ develop a similar interface? Or good software design inspiration sites?I am typically a PHP web developer with VB experience but thought i'd give it a go.

View 3 Replies

Developing New Application In Windows Development?

Jun 5, 2010

I have to develop a new application in windows. in which i have to develop following thing but i am not getting how to develop it.I have to develop following are the two points:1)To show the http addresses that are visit by other computers on the wireless network.

[Code]...

View 6 Replies

Development - Editing The Application Or The Files

Jun 6, 2011

My developer has lost access to the source code of a program that I have asked him to develop. However I have the folder containing files such as

[Code]...

How do I go about editing the application or the files, I want to add new functionality to the program but need to be able to view the code.. or even just help on what these files are about.. the developer has gone awol

View 1 Replies

Game Development - Reset Application?

Jun 27, 2012

I'm developing a game and I'm there a lot of things that change after a few minutes, so I created a New Game button where I use Application.Restart() to clean everything and get a new fresh game, but the problem is that this exits the game and starts a new one. What I want to do is to restart a game, but without the players noticing that the game exits. How do I do this?

View 1 Replies

Set Environment Variable On Several Remote Machines From One Application?

Sep 22, 2010

I think my title covers the high level, but for indepth; i need to be able to connect to a machine through and ip and set a enviroment variable, i have over 60 machines in different states all on one network that i need to do this for as well as someother things for the machine. currently this is being done through a PCEXEC command in a batch file they want more control on how this operates. I just really have no idea where to even start looking for the enviroment variable change(setting one on a machine that the app is running is simple we all know that. but on a external machine im lost) on a remote machine.

View 1 Replies

Error:Application Development Based On Opencv?

May 15, 2012

I done my opencv code using windows console application vs2008 than i make that as a dll and used it in windows application vb.net. while running i got this error.i didn't get where i did mistake.The error is like this

unhandled exception has occurred in your application if you click continue the application will close immediately.unable to load aranga.dll.The application failed to start because its side by side configuration incorrect.

aranga.dll is my dll having my coding opencv coding part.

View 1 Replies

VS 2008 Base Application For Future Development?

Jan 19, 2010

I am at the stage of planning the application which will conect to a Ms SQl database, and process some data to Excel files.The problem is, that i would like to make a base pure application, without any functionality, and then add functionalities by adding some external files with code to program folder.I`not sure if what i just wrote is clear. To simplify:I would like to have an application which connects to a database, but let`s say when after 1 year, i will be in need of some more functionality, i woun`t have to change the code of whole application, but can just add a new file, and when I run the application there will be one more function to be chosen from the list.

View 13 Replies

Stack Expansion In Application - Lend Themselves To A Non-recursive Environment

Dec 28, 2011

I have a not too complicated problem which I do not know how to solve in vb2010. Currently I have a recurive routine for finding files/and or searching. With a recursive routine I never complete the call until the end and process growth is significant enough to radically slow down the process with the now large stack. To make maters worse, I use precoding routines which will take wildcards. which are these:

[Code]...

View 1 Replies

Database To Use For PDA Application - Mobile Development | Dream.In.Code?

Apr 14, 2009

what database i need to use for PDA application? EDIT: Title edited to be more descriptive

View 2 Replies

VS 2010 Application Development - Supporting Two Types Of Databases?

Apr 27, 2012

I want to design a application which can support two different types of databases same time e.g; when we install, it will ask which db it has to support and based on initial selection it should work with any db without changing anything in the application.In short it has to be developed keeping in mind that user may have either MS SQL or MySQL. It should support both.

View 4 Replies







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