473,516 Members | 2,737 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Deploying a vb.net app on a network drive - Help Needed

Bob
Hello All,

I have created a vb.net app that I want to place on a network drive. Each time I try to execute it from the network, a security violation pops up and
prohibits the app from running. Running from my local system everything works fine. I can't give the exact error because I'm not at work where
this occurs. The error is something like "No Security Priviledges ---- zone: Intranet." I googled and found a near match, but reading the resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did build->cleaned the app then build->build the app. I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. Detail examples would be even
better! Or worst case provide a link to an easy understandable guide for deploying. I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob
Sep 21 '08 #1
5 1681
On Sep 21, 12:07*am, Bob <B...@No-Address.comwrote:
Hello All,

I have created a vb.net app that I want to place on a network drive. *Each time I try to execute it from the network, a security violation pops upand
prohibits the *app from running. *Running from *my local system everything works fine. *I can't give the exact error because I'm not at workwhere
this occurs. *The error is something like "No Security Priviledges ----zone: Intranet." *I googled and found a near match, but reading the resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did *build->cleaned the app then *build->build the app. *I then took the "Release" folder and placed it on our networkdrive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. *Detail examples would be even
better! *Or worst case provide a link to an easy understandable guide for deploying. *I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob
First things first, install .NET 3.5 SP1, that service pack changes
the default security settings for intranet applications. If you don't
want to do that, please search the archives of this newsgroup at
http://groups.google.com/group/micro.../topics?lnk=sg
I written a few times on the matter and I'm sure others have as well.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 21 '08 #2

You can

Upgrade to framework 3.5 SP1 or change the Local Intranet Policy to
FullTrust you can do this by hand or with a deploy package
http://support.microsoft.com/?id=815173
HTH

Michel
"Bob" <Bo*@No-Address.comschreef in bericht
news:11********************************@4ax.com...
Hello All,

I have created a vb.net app that I want to place on a network drive. Each
time I try to execute it from the network, a security violation pops up
and
prohibits the app from running. Running from my local system everything
works fine. I can't give the exact error because I'm not at work where
this occurs. The error is something like "No Security Priviledges ----
zone: Intranet." I googled and found a near match, but reading the
resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did build->cleaned the app then build->build the
app. I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper
direction on how to deploy to a network. Detail examples would be even
better! Or worst case provide a link to an easy understandable guide for
deploying. I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob

Sep 21 '08 #3
Bob
On Sun, 21 Sep 2008 05:26:55 -0700 (PDT), rowe_newsgroups <ro********@yahoo.comwrote:
>On Sep 21, 12:07*am, Bob <B...@No-Address.comwrote:
>Hello All,

I have created a vb.net app that I want to place on a network drive. *Each time I try to execute it from the network, a security violation pops up and
prohibits the *app from running. *Running from *my local system everything works fine. *I can't give the exact error because I'm not at work where
this occurs. *The error is something like "No Security Priviledges ---- zone: Intranet." *I googled and found a near match, but reading the resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did *build->cleaned the app then *build->build the app. *I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. *Detail examples would be even
better! *Or worst case provide a link to an easy understandable guide for deploying. *I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob

First things first, install .NET 3.5 SP1, that service pack changes
the default security settings for intranet applications. If you don't
want to do that, please search the archives of this newsgroup at
http://groups.google.com/group/micro.../topics?lnk=sg
I written a few times on the matter and I'm sure others have as well.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/

Thanks for the info! Does the 3.5 SP1 install on my local development machine AND the clients running the app? or does it create different in the
deployment package?

Thanks.

Bob
Sep 21 '08 #4
Bob
Thanks Michel.
On Sun, 21 Sep 2008 18:16:26 +0200, "Michel Posseth [MCP]" <MS**@posseth.comwrote:
>
You can

Upgrade to framework 3.5 SP1 or change the Local Intranet Policy to
FullTrust you can do this by hand or with a deploy package
http://support.microsoft.com/?id=815173
HTH

Michel
"Bob" <Bo*@No-Address.comschreef in bericht
news:11********************************@4ax.com.. .
>Hello All,

I have created a vb.net app that I want to place on a network drive. Each
time I try to execute it from the network, a security violation pops up
and
prohibits the app from running. Running from my local system everything
works fine. I can't give the exact error because I'm not at work where
this occurs. The error is something like "No Security Priviledges ----
zone: Intranet." I googled and found a near match, but reading the
resolution
bewildered me somewhat.

I also use Crystal Reports viewer within the app (3 different reports).

From within VS Studio I did build->cleaned the app then build->build the
app. I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.

I would like someone to provide at minimum, an overview that will proper
direction on how to deploy to a network. Detail examples would be even
better! Or worst case provide a link to an easy understandable guide for
deploying. I have no-one else to turn to except you chaps here in the
newsgroup.

Thanks a bunch for your help,,

Bob
Sep 21 '08 #5
On Sep 21, 2:09*pm, Bob <B...@No-Address.comwrote:
On Sun, 21 Sep 2008 05:26:55 -0700 (PDT), rowe_newsgroups <rowe_em...@yahoo.comwrote:
On Sep 21, 12:07*am, Bob <B...@No-Address.comwrote:
Hello All,
I have created a vb.net app that I want to place on a network drive. *Each time I try to execute it from the network, a security violation pops up and
prohibits the *app from running. *Running from *my local system everything works fine. *I can't give the exact error because I'm not at work where
this occurs. *The error is something like "No Security Priviledges ---- zone: Intranet." *I googled and found a near match, but reading the resolution
bewildered me somewhat.
I also use Crystal Reports viewer within the app (3 different reports)..
From within VS Studio I did *build->cleaned the app then *build->build the app. *I then took the "Release" folder and placed it on our network drive,
and setup a desktop shortcut to the .exe.
I would like someone to provide at minimum, an overview that will proper direction on how to deploy to a network. *Detail examples would be even
better! *Or worst case provide a link to an easy understandable guide for deploying. *I have no-one else to turn to except you chaps here in the
newsgroup.
Thanks a bunch for your help,,
Bob
First things first, install .NET 3.5 SP1, that service pack changes
the default security settings for intranet applications. If you don't
want to do that, please search the archives of this newsgroup at
http://groups.google.com/group/micro...languages.vb/t...
I written a few times on the matter and I'm sure others have as well.
Thanks,
Seth Rowe [MVP]
http://sethrowe.blogspot.com/

Thanks for the info! *Does the 3.5 SP1 install on my local development machine AND the clients running the app? *or does it create *different in the
deployment package?

Thanks.

Bob
It's been years since I've pushed out a Window's app, but I'm fairly
sure this would need to be installed on the client machine.

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
Sep 22 '08 #6

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

Similar topics

2
2138
by: jannordgreen | last post by:
I try to run http://localhost/scroller/scrollertest.asp in my IE 6 browser. The asp program tries to connect to a MS Access 97 database. The program works when the database is sitting on any local drive, but when I put it on a network drive I get this error message: Error Type: Microsoft JET Database Engine (0x80004005)
3
1867
by: Christian Nunciato | last post by:
Hi there: I'm a veteran to ASP.NET 1.1, but new to 2.0, and I'm using VS 2005. When I run the app on my local machine, using the built-in Web server, I have no problems, but deploying the site to a 2003 Server machine (which is also running several 1.1 sites) throws a persistent 404. I've looked around and found several references to the...
6
2945
by: tendim | last post by:
G'day group. Currently our organization us using VB6 based applications, and I am trying to push forward and migrate some of the smaller things to VB.NET, eventually migrating all applications from VB6 and other legacy languages/systems (Pure VBScript, DataEase, etc.) over to .NET. Currently, *all* user data is stored on network shares. ...
0
937
by: David P. Donahue | last post by:
I have a relatively simple .NET application that I'm trying to deploy to a Citrix server. However, when I try to run it on that server (just using Remote Desktop, not even going through Citrix yet) I get an error from the Common Language Runtime that says the application has generated an exception that could not be handled. My testing has...
2
958
by: redeagle | last post by:
I have a Solution with a WinApp Project and a Setup Project. This has already been deployed and installed on other users machines. I have since added a very nifty CheckBox to add functionality to a form and would to upgrade the current users. What is the best way to do this? John
2
5394
by: Keld R. Hansen | last post by:
I am coding a .NET 2.0 application that needs to be able to run from a network share (intranet), but the security settings does not allow me to do this by default. How can I - in the installation program or by manual intervention afterwards - grant FullRights to the program? The program consists of three modules: WinEXE - a plain...
0
4119
by: jimmarq | last post by:
I need reporting functionality in my app, but for several reasons, I don't want to have to package any DLL files in a setup. I want to deploy my application straight to a shared network drive with the DLL files it needs. Is there any problem with deploying the 3 Microsoft ReportViewer DLL files to a networked drive and having users access them...
6
1123
by: Dom | last post by:
In my C++ and VB days, it was easy to put a program on a network drive, and allow each user to shortcut to it. Then, when needed, I could just update the program on the network drive, and each user automatically had it the next time they ran it. Sometimes seems to be happening in CSharp. Now I get the error: "Request for the permission...
5
1242
by: =?Utf-8?B?anAybXNmdA==?= | last post by:
Using VS2005: We have created custom class projects that output to DLL files. In our App, we add these to the list of Solution References and include them in the code. When the App compiles, it places copies of the DLL files in the output (bin's Debug/Release folders).
0
7182
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
7408
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. ...
0
7581
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...
1
5110
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...
0
4773
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3267
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...
0
3259
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1624
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
1
825
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.