473,326 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

Deployment Issue

Ken
First time user of .NET. I've created a simple Email application. Created the Install project and made the setup files. I've tested on two computers and it works fine when I install to the local hard drive. Problem occurs when I install to a folder on another server or PC workstation (Win2000 servers; all PC's XP Pro). When I dbl-click the app locally it runs just fine. When I do the samething to a remote folder with the same files I get an Error: Application has generated an exception that could not be handled. Anyone... hints where do I go for more assistance
Nov 22 '05 #1
4 1790
Sounds like a permissions issue. You probably need to set your machine to
allow .net programs on remote servers to alter your file system.

"Ken" <kk***@ringlerassociates.com> wrote in message
news:7F**********************************@microsof t.com...
First time user of .NET. I've created a simple Email application.

Created the Install project and made the setup files. I've tested on two
computers and it works fine when I install to the local hard drive. Problem
occurs when I install to a folder on another server or PC workstation
(Win2000 servers; all PC's XP Pro). When I dbl-click the app locally it
runs just fine. When I do the samething to a remote folder with the same
files I get an Error: Application has generated an exception that could not
be handled. Anyone... hints where do I go for more assistance
Nov 22 '05 #2
Sounds like a permissions issue. You probably need to set your machine to
allow .net programs on remote servers to alter your file system.

"Ken" <kk***@ringlerassociates.com> wrote in message
news:7F**********************************@microsof t.com...
First time user of .NET. I've created a simple Email application.

Created the Install project and made the setup files. I've tested on two
computers and it works fine when I install to the local hard drive. Problem
occurs when I install to a folder on another server or PC workstation
(Win2000 servers; all PC's XP Pro). When I dbl-click the app locally it
runs just fine. When I do the samething to a remote folder with the same
files I get an Error: Application has generated an exception that could not
be handled. Anyone... hints where do I go for more assistance
Nov 22 '05 #3
Hi,

Thanks for your post. As I understand, the problem you are facing is that
your .NET application fails to run when you put the executable file on a
shared network folder, while it works properly on local folder. Please
correct me if there is any misunderstanding. I agree with Marina that the
problem may be caused by the security policy affecting to the file share. I
suggest you to give the file share FullTrust permission as described in the
MSDN article below and check whether or the problem still exists.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vxurfprojectfoldernotsecuredialogbox.asp

I look forward to your result.

Have a nice day! :-)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #4
Hi,

Thanks for your post. As I understand, the problem you are facing is that
your .NET application fails to run when you put the executable file on a
shared network folder, while it works properly on local folder. Please
correct me if there is any misunderstanding. I agree with Marina that the
problem may be caused by the security policy affecting to the file share. I
suggest you to give the file share FullTrust permission as described in the
MSDN article below and check whether or the problem still exists.

http://msdn.microsoft.com/library/de...us/vsintro7/ht
ml/vxurfprojectfoldernotsecuredialogbox.asp

I look forward to your result.

Have a nice day! :-)

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Nov 22 '05 #5

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

Similar topics

5
by: Arun Bhalla | last post by:
I'm working with VS.NET 2003 and .NET 1.1 (not SP1) on Windows XP SP1. My application is using the Windows Installer Bootstrap. (I may have also installed a module which detects requirements (.NET...
1
by: Sunny | last post by:
Hi I have a Database Application that i am trying to install on the Clients machine, the application uses three custom Ms access Databases. Those database i added in the correct folder in the SETUP...
1
by: Steve | last post by:
I am having an issue deploying an ActiveX control. This is a .NET project in C#. The ActiveX control is written in VB6. I use the PDW (Package and Deployment Wizard) to create a .CAB for the...
2
by: Mark | last post by:
Hi, I've been having problems with the validation controls not working on my deployment server. Initially it was a security issue with the anonymous account not having permissions to access...
5
by: DEWright_CA | last post by:
I have a app that I built for a client. I was able to deploy it to a test server without any real issue. I copied the bin folder to my server, copied over the aspx pages and made the virtual...
1
by: Marty Cruise | last post by:
My application is run within an intranet environment and is installed on client machines. Each time the application is executed, it checks to see if a newer version is availble. If there is, it...
3
by: Jeff G | last post by:
When I build the deployment project for an application everything works. However, the two files instmsia.exe and instmsiw.exe do not appear with the setup files. I may be installing this on...
1
by: moondaddy | last post by:
I need to have multiple deployment profiles for a .net 2.0 winforms project. This is my requirement: 1) Re-use same project for multiple ClickOnce deployment profiles. 2) Each profile will...
0
by: blkwebman | last post by:
I'm trying to create a "standalone" install package (without any of the dialog boxes that a standard setup package would have). I think I understand how to do it in VB6 (using PDCmdLn.exe); I have...
6
by: andrewbb | last post by:
I want to deploy a service with a windows app and the setup program must conform to the Vista certification requirements. Can that be done with the standard .net setup project? Assuming cost is...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

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.