Executing Application On A Share?

Apr 23, 2010

My problem relates to executing an application located on a network share and getting various security exceptions in trying to do so. By far the greatest number of replies to this sort of problem relate to creating a new Code Group under Runtime Security Policy in the .NET Framework (v2 in this case) Configuration tool. However try as I might, and I've spent hours, trying various things with the config tool (and with caspol), I just cannot get my app to work.Still fails on things like reading command-line parameters and displaying a web page in a WebBrowser control or firing up a browser using Process.Start. In fact I've regressed to creating a VB6 version for this particular task as time is off the essence. Which works fine! As I mentioned lots of people have posted on this topic and not s few of them seem not to have resolved their issues either. So I was wondering if anyway had come up with a definitive solution for this problem which, in my case, seems to affect XP machines only? Seems to work OK on Vista, 7, 2003 Server, etc - although I haven't run exhaustive tests in these environments.

View 1 Replies


ADVERTISEMENT

How To Share Application In LAN

Dec 14, 2009

How to start vb.net application from a shared file in LAN I mean that the application is installed in my PC but I want other users to get access to this application using my shared file.

View 8 Replies

Run A Application In A Share Drive?

May 13, 2010

I developed a Visual Basic Program in my laptop. I can run the program form my C Drive and works perfectly.

Then I put the program in a Share Drive and:

1. If I run the program from my laptop but in the Share Drive I get this Error[url]...

2. If I run the program from my desktop and the Share Disk it is works perfectly.

3. If I run the program from a different user desktop and the Share Disk I get this error[url]...

I suppose it is a Security Issue or something like that but I am not totally sure and I do not know how to fixe it.

View 4 Replies

Share And Get Feedback On My Application?

Jul 1, 2010

I've created an application (a simple calendar app w/vb.net) for my own use and would like to share it with you guys. I don't want money for it, just for the fun of sharing, and maybe get some feedback on it, not regarding the code, but the usability and concept.

However, this might not be the right place, as this forum is more about getting help on specific questions regarding code.

I've looked at codeproject.com, but it seems it's about presenting particular topics concerning code.

Does anyone know of a good place/forum to share and get feedback on finished applications?

View 3 Replies

Share Projectsolution And Application?

Nov 27, 2011

When i do a new project, the IDE do very files some solution files, some project files and some folders with some files.when i move my aplication to another computer(without speaking setup files and the framework 4.0), i only need the exe file or more files?

View 6 Replies

Build Project Then Share Application

Jan 7, 2011

In VB.NET, my application is quite simple, and it accesses many images and creates a list with them.The images are in my application's Resources folder.The images are accessed in my code where I typed the path, in my PC, how to reach said folder.Works like a charm, my project displays the images etc.Now I go to Debug->Build.Now I go to the bin folder, release folder, and find my application. I upload it.I share the download to a friend.My question is, will the images my application should show will appear? Considering the path I created in the code was manually written?

View 1 Replies

Share A Server Folder Only With An Application?

Apr 24, 2012

I need to access to a server shared folder from a vb.net 2010 program, but the user in the same computer must not be able to access to the same folder. The access to this shared folder must be only permiss trough the program. (The shared folder is on a Windows server 2008 Std). It is possible for example to include user and password in the folder string?[code]...

View 2 Replies

Share An Instance Of A Class Across The Application

Feb 8, 2012

I am creating a Windows application using VS 2008. This has a MDI Parent form that hosts multiple MDI children forms. I have a login form that authenticates the user and creates an instance of a user class. This has information such as UserID, Name etc. I would like this instance available to other windows. How would I implement this functionality?

View 2 Replies

Error When Executing My Application

Apr 7, 2009

Since i set my 3rd party addins to be copied local i am now getting an error which is below.

When i selected Build i set the build to release. Why is it so difficult to get your application published and running? It runs fine in debug but when you come to do a release build it wont run.[code]...

View 3 Replies

Automatically Updating Application From Network Share

Feb 15, 2012

Any simple way of automatically updating a newer version of my application from a network share. Everything I have read pertains to an update from a web site. This is possibly a simple thing to do but as I have 6-8 users using the application I have to email them all stating there is a new version on the share and for them to copy and overwrite the existing application executable in the program filesapp directory. If this could be done on launching the program within the splash screen that would be fantastic.

View 3 Replies

C# :: Can Share A Static Field Across Application Domains

Aug 2, 2010

Consider a process, in which multiple Application domains are created. Can we share a single static field across these Application domains or can we pass this static field across these application domains? How does CLR handle this?

View 1 Replies

Run NET Application From A File Share Without Code Signing?

May 2, 2009

The .NET security model throws security errors whenever a .NET exe is run from a file share. The error does not appear when ran from a local drive. Does anyone know of a way around this without requiring the code to be signed?

View 7 Replies

Executing An External Application In A Form?

Apr 23, 2010

i'm working on visual basic with an external program and want to lunch this program from visual basic like withe the shell but what i need the most is to make him incorporated into the form means that the executable is lunched within the form included into it in order to make them like one part for the user is there any way to make it with any version of VB or .net or visual studio even the 2010 ?

View 12 Replies

Write A DLL Logger That Is Independant Of The Executing Application?

Jun 8, 2009

Trying to write a DLL logger that is independant of the executing application. How can I determine the DLL path?

View 11 Replies

Application To Run In More Than One System / Share Common Database Exampls Or Some Codes

Mar 14, 2011

i saw more applications can run in more than one systems and accessing a common database whenever update a data from one computer thats reflects in another eg a product is select by one system in a shop it wont showed by another system in the same local network.how to develop that kind of apps what kind of applications they are .please explain about that concept or give some ebook references.give me a simple vb application code in vb.net like above mentioned.[code]

View 7 Replies

Making Application Not To Freeze While Executing Code Or While Looping?

Mar 23, 2012

i'm trying to make a simple email sender and the problem is that during the sending process my application freezes, therefore my progress bar also freezes so is there anyway i can try to make application not to freeze?

View 2 Replies

Attach A PDF File In VB Application And Make The User To Download While Executing?

Aug 22, 2011

How do we embed / attach a pdf file (100 page file) in one of our form and the users should be allowed to download the same while executing /using this tool.

View 5 Replies

Executing Command Line Application And Inserting An Argument Automatically

May 11, 2010

I have a normal windows forms application. A button launches a command line application.I need to insert an argument automatically without the keyboard. Then hide the command line application. I've been trying to figure out how to do this but with little success.I need to build a function that does this but I've never built a function before.Here is what I have but it tells me it may result in a null exception.(Because I'm not doing something quite right.)[code]

View 8 Replies

C# - When Deploying .NET Applications - Find Out What Zone A Share Is In Relative To The Computer Running The Application?

Jun 8, 2011

Using any version of .NET how do you find out which zone a particular share is classified under. I am having a problem identifying if a share where my referenced dlls reside is in the "intranet zone" or "internet" zone relative to some user machine that is running my .NET application. I suspect this is a problem because I am having a problem accessing referenced dlls from a share on some machines but not others. How can I tell which zone .NET is classifying that share in so I can adjust permissions accordingly?

View 1 Replies

C# - Make A Windowless / Command-line Application Return But Continue Executing In Background?

Feb 15, 2011

I'm writing a command-line application in .Net. The app itself is fairly simple, but it has to connect synchronously to a web-service, which in turn has to connect to a Oracle database, and those pieces are fond of taking their time.

Is there a straightforward way (without dividing my app exe in two) to continue executing but nonetheless yield execution to the command prompt?

It's Windows, so no "&". Also, I cannot use cmd.exe's "start" cmdlet.

View 4 Replies

Enable Application To Run On Server / Network Share So That Only Serial Number Needed Is For Server?

May 29, 2012

I have an application I have developed which works great on individual PC's. However I've had some interest from a few customers that asked if I have a network version for site licencing.If my app did not save any data or write any reg entries, this might have been ok. But it does to the local computer. I also built in my own copy protection and trial function that stores data in the registry on the local computer.What would I need to do to enable my application to run on a server/network share, so that the only a serial number needed is for the server?

View 3 Replies

How To Only Share In Facebook

Feb 27, 2012

simple way to share, only share, in facebook? I see alot of libraries but they come with alot of code and without documentation.

View 2 Replies

Share Folders Over Net?

Jun 6, 2011

i am working on a app. and i need to know how can i share floders that the app will use to save flies over the net. i was thinking about crearting a data base that would save all the files on to it , and then share the data base with fellow co workers, but i do not know how to add a excel file or word doc. in the database. i am pretty new to all of this so any help would be great. the app is writen in visual studio 2010.

basical it will let the user access the file he needs to compelte his work off shore. the files are created and saved as he needs them. once he is finished, i need the app to send the floder to some type of server ( dont have a server yet) so that the office and other co workers can see the files when they run the app.

View 1 Replies

UNC Share Names / How To Get Them

Jun 11, 2009

I've looked in System.IO. but I can't find anywhere to get the unc share name of a path/drive.Anyone know how to get the unc share name of a folder, i.e. 'O:MyFolder'.

View 4 Replies

Way To Share A Folder

Feb 17, 2009

I have to do an application that share a folder and his sub folder.

This application have to run on Vista computer.

What's the best way for share a folder ?

View 1 Replies

2 Form Share Same Progress Bar?

Jun 21, 2010

can I have 2 form share the same progress bar? If so how does this work?

View 3 Replies

App.Config On A Network Share?

Apr 26, 2011

Visual Studio 2008 / Windows 7 / .net framework 3.5 / Windows forms application

My applicaiton has the following App.Config:

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>

[Code]....

View 1 Replies

Asp.net - Create And Share Bus Booking API?

Apr 16, 2011

I have created a Bus Booking Website [URL]. I want to share the bus booking form with other sites so that they use our services.How can do I this using vb.net?

View 2 Replies

Connect To A Network Share?

Feb 12, 2011

How can I connect to a network share without using System.Diagnostics.Process.Start?

I need to connect to a network share and get feedback if it already exists.

Can I use some kind of API?

View 1 Replies

Got A New Server, With A New Sever Share Name?

Oct 22, 2009

My company got a new server, with a new sever share name, etc. I also moved my project from 'My Documents' to the C: Drive. I went through all my code and replaced the old path info to the new path. Tried to publish and received errors stating my temporary key was no longer valid. I googled that error and tried a solution. I created a test certificate and the app published as expected.

View 2 Replies







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