Wrox Programmer Forums
|
Visual Basic 2010 General Discussion For any discussions about Visual Basic 2010 topics which aren't related to a specific Wrox book
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2010 General Discussion section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old September 28th, 2011, 11:18 AM
Authorized User
 
Join Date: May 2010
Posts: 70
Thanks: 4
Thanked 6 Times in 6 Posts
Send a message via Yahoo to GeneBuchite
Default Click Once Applications

Anybody Have a workaround for the lack of support for Front Page?
 
Old October 6th, 2011, 02:37 AM
Authorized User
 
Join Date: May 2010
Posts: 70
Thanks: 4
Thanked 6 Times in 6 Posts
Send a message via Yahoo to GeneBuchite
Default Click Once

I was using Yahoo small business to host my web site. The problem I was having is, after Yahoo quit supporting "Front Page" I was no longer able to publish my applications to my web site. The reason is, Yahoo Small Business web hosting is done on a Unix based system. Unix does not support hosting executable files. So I am in the process of moving my web site to a hosting service that is Windows Based, rather than Unix based.

So if you are having similar trouble, you can reply to this post & I will help you if I can.

Last edited by GeneBuchite; October 6th, 2011 at 02:39 AM.. Reason: Spelling
 
Old October 6th, 2011, 10:12 AM
Friend of Wrox
 
Join Date: Sep 2010
Posts: 245
Thanks: 5
Thanked 24 Times in 23 Posts
Default

Quote:
Originally Posted by GeneBuchite View Post
I was using Yahoo small business to host my web site. The problem I was having is, after Yahoo quit supporting "Front Page" I was no longer able to publish my applications to my web site. The reason is, Yahoo Small Business web hosting is done on a Unix based system. Unix does not support hosting executable files. So I am in the process of moving my web site to a hosting service that is Windows Based, rather than Unix based.

So if you are having similar trouble, you can reply to this post & I will help you if I can.
Front Page server extensions have been depreciated. They are no longer supportted and are no longer safe to run them on the server side. This is true for Unix/Linux and Windows.

I still have clients that use Front Page and they can publish just fine to site what do not have the Frontpage server extensions.

The trick is to use the WebDev or FTP option when you publish.

FrontPage rally has reached its end of life. I would recommend switching to Microsoft Expressions.
__________________
Boyd Trimmell aka HiTechCoach (.com)
Microsoft Access MVP Alumni 2010-2015
 
Old October 11th, 2011, 04:54 AM
Authorized User
 
Join Date: May 2010
Posts: 70
Thanks: 4
Thanked 6 Times in 6 Posts
Send a message via Yahoo to GeneBuchite
Default Click Once

Hi Coach,

Sorry for the delay in the reply. I have been very busy with switching web servers. I was told by a technical support person at Yahoo that yahoo does not support executables. That means no "Click once applications". The reason she gave was " if my executables were to have a bug in them, that could cause the whole site to crash because Yahoo is running on a Unix machine."
I switched to a Windows based site with AT&T. Still I am having trouble using the publish feature. I have been working with Ajay Pathak; Developer Support Engineer | ASP.NET | Internet Information Services | Microsoft GTSC, and so far we have not come up with any solutions, even using FTP. He is scheduled to call later today. Hopefully we can find a solution then.

Thank you for your reply.
 
Old October 11th, 2011, 03:27 PM
Friend of Wrox
 
Join Date: Sep 2010
Posts: 245
Thanks: 5
Thanked 24 Times in 23 Posts
Default

I have nerer had a need for any Click once applications with FrontPage.

Curious, what "Click once applications" are you tryig to run?

Let me know if you donlt get it worling and I will post a screen shot of what I do.
__________________
Boyd Trimmell aka HiTechCoach (.com)
Microsoft Access MVP Alumni 2010-2015
 
Old October 13th, 2011, 07:44 AM
Authorized User
 
Join Date: May 2010
Posts: 70
Thanks: 4
Thanked 6 Times in 6 Posts
Send a message via Yahoo to GeneBuchite
Default Click Once

"Click Once" applications are the executables created when you install an application from the web Using VS2010. It works like this.
1) Build the application.
2) Publish the application to a web site.
3) Download the application from the site.
4) the downloader then installs the "click once" application which...
A) First checks the internet for updates to the program each time the program is booted.
1) IF updates are found,
a) prompts you to Dounload the updates
b) install the updates if yes
c) Boots the program
2) NO updates found then simply boots the program
B) Insures all the required files are in place. .net framework, & other dlls.


"Click once works very nice for me because I can build applications on the road and my employees dont have to be computer literate at all to run the current version of my programs and I dont have to keep track of which Folder I published to last...

but yes I did finally get my new at&t hosted site to accept the installer on my page . Here is the "Hello World program I published as a test for the uploader... http://swcprocessing.com/Test/publish.htm. if you still have any questions about it.

Thank you for you help.
 
Old October 13th, 2011, 12:35 PM
Friend of Wrox
 
Join Date: Sep 2010
Posts: 245
Thanks: 5
Thanked 24 Times in 23 Posts
Default

So what does that have to do with FrontPage?
__________________
Boyd Trimmell aka HiTechCoach (.com)
Microsoft Access MVP Alumni 2010-2015
 
Old October 14th, 2011, 06:03 AM
Authorized User
 
Join Date: May 2010
Posts: 70
Thanks: 4
Thanked 6 Times in 6 Posts
Send a message via Yahoo to GeneBuchite
Default Click Once

Visual Studio uses "Front Page" server extensions to publish to a web site.
 
Old October 15th, 2011, 05:44 PM
Friend of Wrox
 
Join Date: Sep 2010
Posts: 245
Thanks: 5
Thanked 24 Times in 23 Posts
Default

Ah ... things are making sense now.

What version of Visual Studios are you using?
__________________
Boyd Trimmell aka HiTechCoach (.com)
Microsoft Access MVP Alumni 2010-2015
 
Old October 16th, 2011, 07:08 AM
Authorized User
 
Join Date: May 2010
Posts: 70
Thanks: 4
Thanked 6 Times in 6 Posts
Send a message via Yahoo to GeneBuchite
Default Click Once

Coach,
my e-mail address is [email protected]. if you would rather we could continue this via. e-mail ... I am using Visual Studio 2010. not sure the exact version right now. I left my laptop at work.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Developing other applications SP2010Dude BOOK: Beginning ASP.NET 4 : in C# and VB 3 September 18th, 2010 02:49 AM
Right-Click or Double-Click Combobox? panuvin C# 2005 3 June 15th, 2006 04:30 PM
I have trouble on new applications Morphy6297 Apache Tomcat 0 June 1st, 2006 10:39 PM
Multiple Applications ~Bean~ ASP.NET 1.x and 2.0 Application Design 1 March 2nd, 2006 08:47 PM
Starting COM+ Applications cyad VB Components 5 September 2nd, 2004 06:46 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.