IDE :: Can't Create Asp.net Application Is VS 2008

Mar 3, 2009

When I try to create a new asp.net application in vb.net vs 2008, visual studio just hangs without any error messages. It does create the virtual directory on iis but nothing happens. I have checked and iis is installed, then i re-installed vs 2008 and used the aspnet_regiis -i command to register aspent. but sitll no success.

View 3 Replies


ADVERTISEMENT

VS 2008 How To Create A Frontend Application

Sep 14, 2010

I would like to create a windows forms frontend application to some command line utilities.

1. How can I launch a command line program with arguments from a vb application?

2. How can I pipe information that is returned by that program back into a textbox? Such as status information.

View 4 Replies

Create 2008 Windows Application Setup?

Mar 20, 2009

I want to create a setup for windows application using 2008 including crystal report libraries (DLL files)and should create a icon on desktop

View 2 Replies

Create A Paint Application In VB Express 2008?

Jun 22, 2009

Create a paint application in VB Express 2008?

View 16 Replies

Create An Application Which Will Interact With SQL Server 2008?

Oct 10, 2011

I'm doing a project in VB.NET, in which the application will interact with SQL Server 2008 database. I know how to develop that application. But after created executable version of that application(.exe) i will install it in another machine. How will that application interact with database at that machine??

View 6 Replies

Create Setup Of Windows Application In Vb In 2008?

Sep 29, 2009

the project contains access database file i want to make a setup of my windows application .

View 6 Replies

VS 2008 : Make An Application That Can Create Exe Files?

Sep 4, 2009

how i would make an application that can create exe files.Like i make an app that has the options:

Form name:
Form icon:
Message to display:

and then you click build, and it builds an exe with the options set in the original form as the settings for the new exe.

View 2 Replies

VS 2008 Create An Application That Have Movement With Graphics

Feb 10, 2012

I would like to know what is the best plataform for create graphics... I would like to create an apllication that have movement with graphics...I have a medium knowledge of VS2008, but i don't know if this is the best language to create graphics!

View 4 Replies

[2008] Create Update To Existing Application?

Mar 16, 2009

I have recently released a free application for some game and now I have added a few features 'the public' requested.

I used Inno Setup to create the installer, which works just fine.

Now however, instead of having the ask the user to uninstall the current version, and then reinstall my new version, I want to be able to give the user an Update install exe which they can simply run and it will update the existing application.

One thing I would like is that the users Settings are not changed. So hence the following questions: 1. Where are the Settings stored? I thought it was in the user's Local Settings <Application Name> directory, but I cannot find my application there... I cannot find it in the All Users or Administrator 'accounts' directories either...

2. Are the Settings stored depending on the Version of your application? (Assembly Version / File Version)?

If 2. is true, then obviously changing the Application Version (which is logical in an Updated executable, no?) would also change the Settings back to default..? Can I avoid that?

Finally, is it enough to simply overwrite the executable? What registry 'work' do I need to do, or can Inno Setup do that for me? I am only using one other file which is the SharpZipLib DLL file.

View 1 Replies

Create A Mobile Application With .net 2008 Express Edition?

Feb 12, 2010

Is it possible to create a mobile application with VB.net 2008 express edition. I've done some research and some places have said that you need the professional edition.

View 1 Replies

VS 2008 Create An Application Using .NET Which Will Import Python Object?

Sep 8, 2010

I am trying to create an application using VB.NET which will import python object.

View 4 Replies

Create A Video Conferencing Application Using Visual Studio 2008?

Jul 9, 2009

I'm trying to create a video conferencing application using visual studio 2008 and programming language vb.net.

View 3 Replies

VS 2008 - Registry - App To Create A Reg Key - Make My Application Start Up On Any Machine ?

Feb 3, 2010

Ive got my application running at startup on my computer. But how can i make my application start up on any machine ? Do i need my app to create a reg key ? Also what path do i use for it to start up on other machines ?

Heres the code im using to start it up on my machine.

Private Sub Form1_FormClosing(ByVal sender As System.Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles MyBase.FormClosing
If CheckBox1.Checked = True Then

[CODE]...

View 10 Replies

VS 2008 Create An Interface Between A Third Party Application Which Can Make Use Of C/C++ DLLs

Nov 30, 2010

I am trying to create an interface between a third party application which can make use of C/C++ DLLs, but no interface directly to .NET. What I was hoping to accomplish (not sure if possible though), is create a very basic C++ DLL (not .NET), which the third party application would call directly. This DLL would contain a basic method such as "DoSomething()". Somehow, from my .NET application, I want to "listen" to this DLL and "takeover" the DoSomething() method, and then returning the result back to the DLL, which will in turn return the result back to the calling third party application.

I don't even know if this is possible because I'm sure I would somehow have to get a hold of the memory space of the DLL as initiated by the third party application. Also, it seems that creating a managed DLL does not work, based on feedback from other individuals who have tried this.

View 1 Replies

VS 2008 - Create An Application That Will Login Our Company's Intranet Portal Via A Webpage

Sep 12, 2009

I am trying to create an application that will login our company's intranet portal via a webpage. The webpage has a single frame in it that loads a secure(https) login form. After logging in, the application will need to read and send xml to and from the portal. I have been digging around and have seen a few different ways of submitting the login information from the program to the site, however, I have not gotten any of them to work. From what I can tell it is difficult to change the values of input boxes that are inside a frame. Am I accurate on this? There will be a large amount of data transfer between the app and the portal so I will need something lightweight but I have enough room that I would rather not reinvent the http/web-browser wheel if at all possible. The reason I say that is because I have read that some objects that handle web pages are very resource hungry. I have no preference on the .net frameworks as this is the area of VB thats kinda confusing. What I am looking for is either a point or violent shove in the right direction.

View 2 Replies

VS 2008 Intercept Specific URLS - Create A Listener Type Application

Sep 30, 2009

I'm wondering if it's possible to create a listener type application that would monitor webaddresses that the user attempts to go to. And can then either block or redirect the browser to another website. Purpose: I know this seems to sound a little weird but what I'm attempting to do is a NetNanny type application that can run on the user's PC and the allow, prevent, rewrite (would look for particular keywords and rewrite them "words I wouldn't want my 7yr old seeing or reading), or redirect to other webpages. I would also like to be able to handle both IE and Firefox browser with this one application.

[Code]...

View 6 Replies

Microsoft Visual Studio 2008 Will Not Create Resourse File For Forms Application?

Apr 19, 2011

The environment will not create a resource file for a newly created Windows Forms Application. When I add a button Visual Studio displays a dialog "File Exist". That'sall, plus an OK button. There is no file name or the file name is in unreadable characters.The dialog comes from Visual Studio because the title is "Microsoft Visual Studio".There is no resource file so it must be that the resource file cannot be created.I uninstalled and reinstalled Visual Studio 2008. It did not change anything.I believe the problem was caused by opening the same project rapidly twice on an i7 laptop. I have done this unintentionally before and I can testify that unpredictable

View 2 Replies

VS 2008 : Create A New File Everyday For A Logging Application To Minimize Size When Accessing?

Apr 30, 2012

I'd like to create a new file everyday for a logging application to minimize size when accessing. I'm after a couple of pointers with respect to when to create the file, and what checks to do etc.

View 2 Replies

VS 2008 : Work Properly With The Reflection To Create A Module/plugin-based Application?

Sep 24, 2009

I have found a lot of articles about Reflection and know how to create a class. I'm practicing how to work properly with the reflection to create a module/plugin-based application.So I found a simple example which is working great, but it isn't dynamic enough, 'cause it is hard-coded. I need to read all the .dll's from the application.startuppath & "modules" & *.dll and get there names (without the .dll).Code is was testing for practice returns the form (I know that this is not the correct way to call the dll dynamically):

vb.net
Imports System.Reflection Public Class Form1 Private Sub cmdOK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdOK.Click Dim assemblylink As [Assembly] assemblylink = [Assembly].LoadFrom(Application.StartupPath & "/" & "LoginAssembly.dll") Dim LoginFrm As Form LoginFrm = assemblylink.CreateInstance("LoginAssembly.Login") LoginFrm.Show() End Sub

View 8 Replies

VS 2008 : Create Application For Mobile Phone Sony Ericsson To Remote Control Program Using Bluetooth Connection?

Mar 20, 2009

is it possible to create application for my mobile phone Sony Ericsson to remote control my program using Bluetooth connection which have simple functions?I have came across one program that is able to do that which is floAt's Mobile Agent. It can control from media player, powerpoint slides and even mouse cursor movement.

View 10 Replies

Create A Windows Form Application Program That Can Create Games Something Like Gamemaker Or Klik?

Aug 4, 2010

Hello I want to create a windows form application program that can create games something like Gamemaker or Klik & Play (butt less advanced) with D&D "Drag and Drop" events and actions.

View 7 Replies

Create A VB Application In VS2008 Without Requiring The Application Be Run On A Computer With A .NET Framework In Place?

Feb 26, 2010

How can I create a VB application in VS2008 without requiring the application be run on a computer with a .NET framework in place?

View 4 Replies

Create Uninstall Command For A Windows-based Application In The Application Folder?

May 27, 2009

how to create a uninstall command for a Windows-based application in the Application Folder when creating a new setup project in visual studio 2008.

View 4 Replies

VS 2008 Framework : Create An Application That Can Have "modules" Added To It?

Jul 7, 2009

I am trying to create an application that can have "modules" added to it. For example firefox can have firebug installed into it. I am trying to figure out how I can write my code so that other developers can put their controls where they want to and my program will know to use them. I am assuming that this is called making a framework.

View 29 Replies

Create An Application That Captures A Resource From Another Application?

Dec 17, 2009

I understand this is possible but I am not sure where to start. I want to either buy or create an application that captures a resource from another application so that I can fire off another application. In other words, I want to start an application (which I did not write) that is database driven so the form has a number of text boxes. When someone keys something into that field I want to be able to validate the value, outside of the original application. For instance, if the program asks for a zipcode and it doesn't validate the zipcode, I'd like to trap for that and write something that would validate it. At this point I don't think I'd have to send anything back to the textbox/resource.

View 1 Replies

Create An Application That Can Connect To Others Using That Application?

Oct 29, 2009

I am unsure about how to go at this, what I want is to create an application that can connect to others using that application. Things such as if I change something on the forum it will be changed on someone else who is looking at the forum, granted it would be a specific person who i am connecting with,

View 4 Replies

VS 2008 Object Data - Create A Class And Create A Instance Of CarData?

Nov 28, 2010

I want to create a class is it where I can do...

[code]...

How do I do this? Do i create a class and create a instance of CarData? but how do I add Color and Year etc to it?

View 3 Replies

.NET : Create A Web Application?

Jul 7, 2010

I want to create a web application where I can read and write data into MS SQL data base or an .MDB file (for testing), pls guide me what should be the mean of connectivity to database? ADO /ADODB /OLEDB

View 6 Replies

Create A GUI For That Application?

Apr 27, 2010

I'm working on a project with regard to college. I have been assigned the task to create GUI for a telecom related software.My task is to create a GUI for that application. My job is to create a GUI in VB.NET. My program has to remotely connect to a Linux system and execute a program there. All this has to happen in the background when my user clicks a button on my program. My program must be written on the windows system. I have consulted some people and they suggest the use of Remote procedure calls. But i don't knowhow to implement this in VB.NET. Please give me some tutorials,etc.

View 5 Replies

Create A UI Such As This For An Application?

Aug 27, 2010

Anyone know how I would go about implementing a UI that's very customized, something like this? (Programming in VB.net right now if it matters). Have yet to deviate from the standard windows form look but I've got a project which I would like to visually style out how I want.

View 3 Replies







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