473,668 Members | 2,486 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

new visual basic.net application

Questions about creating an .net ‘executable†™ 2005 that will not remained
installed once a user enters some data into the application. I also want this
applcation to not require any previous software installed on a users
workstation.
I basically want to setup an application for new users when they are
applying for insurance. This application would preferably be a run as a
windows desktop application versus on the internet. Once the user enters the
save or submit button, I want the application to send the data back to be
processed on a Sql server 2000 or sql server 2005 database.
I have Visual Studio.net 2005 currently and would like suggestions on how
to do steup this type of an application using Visual Basic.net 2005.

Thanks!

Jan 13 '08 #1
10 1606
If you are not interested in having any remains of your application left on
the client after using the application then this needs to be an ASP .NET web
application.

If you don't want to require any software on the client, then this needs to
be an ASP .NET web application.

If all you are trying to do is send some data to your SQL server, then this
needs to be an ASP .NET web application.

It sounds like you simply need a web page that collects data and populates a
SQL table.
"Wendy Elizabeth" <We************ @discussions.mi crosoft.comwrot e in
message news:B4******** *************** ***********@mic rosoft.com...
Questions about creating an .net 'executable' 2005 that will not remained
installed once a user enters some data into the application. I also want
this
applcation to not require any previous software installed on a users
workstation.
I basically want to setup an application for new users when they are
applying for insurance. This application would preferably be a run as a
windows desktop application versus on the internet. Once the user enters
the
save or submit button, I want the application to send the data back to be
processed on a Sql server 2000 or sql server 2005 database.
I have Visual Studio.net 2005 currently and would like suggestions on how
to do steup this type of an application using Visual Basic.net 2005.

Thanks!

Jan 13 '08 #2
You could also make a ClickOnce "Online Only" application.

This actually does install the app locally, but it doesn't look like it.
i.e. no shortcuts or anything are left.

--
David Streeter
Synchrotech Software
Sydney Australia
"Scott M." wrote:
If you are not interested in having any remains of your application left on
the client after using the application then this needs to be an ASP .NET web
application.

If you don't want to require any software on the client, then this needs to
be an ASP .NET web application.

If all you are trying to do is send some data to your SQL server, then this
needs to be an ASP .NET web application.

It sounds like you simply need a web page that collects data and populates a
SQL table.
"Wendy Elizabeth" <We************ @discussions.mi crosoft.comwrot e in
message news:B4******** *************** ***********@mic rosoft.com...
Questions about creating an .net 'executable' 2005 that will not remained
installed once a user enters some data into the application. I also want
this
applcation to not require any previous software installed on a users
workstation.
I basically want to setup an application for new users when they are
applying for insurance. This application would preferably be a run as a
windows desktop application versus on the internet. Once the user enters
the
save or submit button, I want the application to send the data back to be
processed on a Sql server 2000 or sql server 2005 database.
I have Visual Studio.net 2005 currently and would like suggestions on how
to do steup this type of an application using Visual Basic.net 2005.

Thanks!


Jan 13 '08 #3
Wendy,

You mean that you want to set a kind of delete file(s) script in the
scheduler?

Cor

Jan 14 '08 #4
=?Utf-8?B?U3VydHVyWg= =?= <su*****@newsgr oup.nospamwrote in news:557B3B4A-
1E************* ************@mi crosoft.com:
You could also make a ClickOnce "Online Only" application.

This actually does install the app locally, but it doesn't look like it.
i.e. no shortcuts or anything are left.
Unfortunately ClickOnce just doesn't work well in an uncontrolled
environment.

..NET lacks a good "web start" or applet capability.

There is Silverlight... but it requires yet another runtime and programming
model.

--
sp**********@ro gers.com (Do not e-mail)
Jan 14 '08 #5
What do you mean by this statement?
Unfortunately ClickOnce just doesn't work well in an uncontrolled
environment.
RobinS.
-----------------------------------------
"Spam Catcher" <sp**********@r ogers.comwrote in message
news:Xn******** *************** ***********@127 .0.0.1...
=?Utf-8?B?U3VydHVyWg= =?= <su*****@newsgr oup.nospamwrote in
news:557B3B4A-
1E************* ************@mi crosoft.com:
>You could also make a ClickOnce "Online Only" application.

This actually does install the app locally, but it doesn't look like it.
i.e. no shortcuts or anything are left.

Unfortunately ClickOnce just doesn't work well in an uncontrolled
environment.

.NET lacks a good "web start" or applet capability.

There is Silverlight... but it requires yet another runtime and
programming
model.

--
sp**********@ro gers.com (Do not e-mail)
Jan 15 '08 #6
"RobinS" <ro****@imnotte lling.comwrote in
news:7L******** *************** *******@comcast .com:
What do you mean by this statement?
>Unfortunatel y ClickOnce just doesn't work well in an uncontrolled
environment.
Several reasons:

1. ClickOnce doesn't work with FireFox
2. ClickOnce may not work under restrictive user account permissions
3. Lacks the ability to deploy to multiple environments
4. If .NET framework is not installed, the detection script doesn't work
all the time
5. If custom components are used, sometimes chained installers don't run
correctly (had issues with Managed DirectX)

For simple/demo application it works great, but in a production envrionment
I've run into too many issues to recommend ClickOnce.

--
sp**********@ro gers.com (Do not e-mail)
Jan 15 '08 #7
Cor Ligthert[MVP]" :

Yes.

Wendy

"Cor Ligthert[MVP]" wrote:
Wendy,

You mean that you want to set a kind of delete file(s) script in the
scheduler?

Cor
Jan 15 '08 #8

"Spam Catcher" <sp**********@r ogers.comwrote in message
news:Xn******** *************** ***********@127 .0.0.1...
"RobinS" <ro****@imnotte lling.comwrote in
news:7L******** *************** *******@comcast .com:
>What do you mean by this statement?
>>Unfortunate ly ClickOnce just doesn't work well in an uncontrolled
environment .

Several reasons:

1. ClickOnce doesn't work with FireFox
Yes it does. If you are using VS2005, there is a plug-in to Firefox that
enables it work with ClickOnce. If you are using VS2008, the CLickOnce
deployment works inherently with Firefox, Opera, AND Safari with no plug-in
required.
2. ClickOnce may not work under restrictive user account permissions
The point of ClickOnce is to not require any permissions. If you are being
even more restrictive than Windows Vista, then you may have problems.
ClickOnce installs to the user's profile folders. Unless you're locking that
down, it should be fine.
3. Lacks the ability to deploy to multiple environments
Can you provide more detail as to what you mean by "multiple environments"?
4. If .NET framework is not installed, the detection script doesn't work
all the time
We haven't had this problem with our deployment to thousands of users. We
do, however, occasionally run across someone who has trouble installing the
..Net Framework as a prerequisite.
5. If custom components are used, sometimes chained installers don't run
correctly (had issues with Managed DirectX)
You may have to deploy these as prerequisites. We are deploying DirectX, but
we are including only the dll's we need in our deployment and installing
them as local resources to the application, not in the GAC, so we aren't
having any security issues with those, and it works fine. We have found that
we can deploy most things this way, which removes all security concerns, as
well as the possibility of someone else deinstalling your dll's, or
replacing them with a newer version.
>
For simple/demo application it works great, but in a production
envrionment
I've run into too many issues to recommend ClickOnce.

--
sp**********@ro gers.com (Do not e-mail)

That's a shame. My company is very happy with it. Microsoft uses it to push
its HR software to 80,000 employees, and GoToMeeting is the other
application that comes straight to mind that uses it exclusively for
deploying its product.

RobinS.
GoldMail, Inc.

Jan 15 '08 #9
"RobinS" <ro****@imnotte lling.comwrote in
news:KM******** *************** *******@comcast .com:
>3. Lacks the ability to deploy to multiple environments

Can you provide more detail as to what you mean by "multiple
environments"?
In .NET 2005, it was tough to deploy to development, test, and
production environment. The ClickOnce files could not be manually moved
because the manifests had to be resigned to the deployment URL. I
understand this was supposedly fixed in 2008?
>4. If .NET framework is not installed, the detection script doesn't
work all the time

We haven't had this problem with our deployment to thousands of users.
We do, however, occasionally run across someone who has trouble
installing the .Net Framework as a prerequisite.
I've seen this happen if Internet Explorer has the framework version
overriden in the IExplore.exe.co nfig file, the detection script may not
complete properly.
That's a shame. My company is very happy with it. Microsoft uses it to
push its HR software to 80,000 employees, and GoToMeeting is the other
application that comes straight to mind that uses it exclusively for
deploying its product.
Except for GotoMeeting, your experience and Microsoft's have been to
internal users. When you have control over the corporate machines
ClickOnce can work (known permissions, ability to manually deploy pre-
reqs, etc. However, I believe the OP wanted to deploy an insurance
application to customers (probably home users)? Unfortunately home PCs
are too varied for ClickOnce to correctly each and everytime.

I like the concept of ClickOnce... maybe I'll try it again with VS.NET
2008 and see if there are any major improvements.

Oh, I had another issue - I would deploy new versions of a software ...
and some machines wouldn't detect the updated files. Apparently others
have had a similar issue. Never had time to dig deeper why certain
machines wouldn't update themselves after a while.

--
sp**********@ro gers.com (Do not e-mail)
Jan 15 '08 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

21
12204
by: CHANGE username to westes | last post by:
What are the most popular, and well supported, libraries of drivers for bar code scanners that include a Visual Basic and C/C++ API? My requirements are: - Must allow an application to be written to a single interface, but support many different manufacturers' barcode scanning devices. I do not want to be tied to one manufacturers' software interfaces. - Must support use of the scanner from Visual Basic, and ideally from C/C++ and...
1
4146
by: Robin Powers | last post by:
PROCESS CONTROLS/VISUAL BASIC PROGRAMMERS SALARY: TO $100,000 LOCATION: LOS ANGELES AREA Our Client has recently acquired process automation systems used to monitor and control their asphalt drum operations. The architecture for this system is an Allen-Bradley SLC 5/04 PLC talking to
2
5590
by: Marcel | last post by:
Hi, I'm using Microsoft Visual Basic .NET and want to reference the ThisApplication variable but cannot get to it or find the OfficeCodeBehind class. Is this a shortcomming of the fact that I have Microsoft Visual Basic and not Visual Studio .NET? On page: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_wrcore/html/wrgrfapplicationobject.asp I read:
0
1511
by: Dr. Zharkov | last post by:
Hello. To see the graphics of technology DirectX 9.0 SDK Update - June 2005 in project Visual Basic, WindowsApplication1 from Visual Studio 2005 Beta 1, in file My Project, MyApplication.vb in a method: <Global.System.Diagnostics.DebuggerStepThrough()> _ Protected Overrides Sub OnCreateMainForm()
2
1503
by: elnahrawi | last post by:
Download ebook http://books-download.com/?Book=1487-Visual+Basic+2005+Jumpstart Okay, all you VB6 developers--time's up. As of March 2005, Microsoft no longer supports this version of Visual Basic. And you can't blame them. Three years ago, they introduced the .NET Framework--an elegant, powerful platform--along with the new component-based VB.NET language. But roughly five million of you decided to stick with VB6, mostly to maintain...
4
1723
by: MikeB | last post by:
I've been all over the net with this question, I hope I've finally found a group where I can ask about Visual Basic 2005. I'm at uni and we're working with Visual Basic 2005. I have some books, - Programming Visual Basic by Balena (MS Press) and - Visual Basic 2005 by Willis (WROX), but they don't go into the forms design aspects and describing the various controls at all. What bookscan I get that will cover that?
6
1907
by: Carol | last post by:
Hi. When I try to run Visual Studio 2003 I get the message "MS development environment is not installed for the current user. Please run setup to install the application." Is there any way to work around this without reinstalling VS 2003? Also, can VS 2003 and VS 2005 coexist?
97
5485
by: Master Programmer | last post by:
An friend insider told me that VB is to be killled off within 18 months. I guess this makes sence now that C# is here. I believe it and am actualy surprised they ever even included it in VS 2003 in the first place. Anyone else heard about this development? The Master
6
2519
by: Salman | last post by:
I would like to know how I can distribute the application that I create with Visual C++ express edition. I checked the menu options to find a deploy option similar to the one found on the Visual Basic Express Edition but could not find one. I have even searched the help files and could not find anything useful for me. I want to simply package my application so that I may install it on another computer.
8
2857
by: Chris Asaipillai | last post by:
Hi there I have some questions for those experienced Visual Basic 6 programmers out there who have made the transition from VB6 to Vb.net. How long did it take you to learn at least the basic elements of VB.net....so that you were confident to write a application from scratch. This wouldnt necessarily
0
8462
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8893
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8799
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8658
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6209
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4205
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4380
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2792
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2026
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.