Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Visual Basic > VB 6 Visual Basic 6 > VB.NET
|
VB.NET General VB.NET discussions for issues that don't fall into other VB.NET forums.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VB.NET 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 June 11th, 2007, 01:49 AM
Registered User
 
Join Date: Jun 2007
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default Getting error to run project on network

I create a Project on server.which having simple a connection for that i write- dim con as new sqlConnection("server=;uid=;pwd=;database=") i am just writing format
when i debug this project from client machine by accessing that project it gives error of token-b77a5c561934e089.
if i copy this project to client machine it will working without error.
i have all the rights from server.
plz tell me the solution.



Ajeet Mittal
 
Old June 11th, 2007, 08:37 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

I don't happen to recall what "b77a5c561934e089" means, could you be so kind as to provide the text of the message??

I suspect your problem is that you are trying to execute a program off a network resource. This can be problematic in .NET. This is due to code execution rights. Can you instead publish the application to the server and have the users install it locally?

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to run app from network drive? nasimg VB.NET 1 January 25th, 2007 12:42 PM
Error while trying to run project : Unable to star hums ASP.NET 1.0 and 1.1 Basics 9 July 20th, 2006 06:15 PM
How do I run the project. FT BOOK: ASP.NET Website Programming Problem-Design-Solution 1 November 3rd, 2005 09:16 AM
network marketing project yertanian PHP How-To 1 December 2nd, 2004 08:29 AM
Error while trying to run the project: Unable to d rktalla .NET Web Services 1 September 28th, 2004 02:48 AM





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