Click here to Skip to main content
15,896,154 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: can't find keycodeV.dll Pin
nguyenvhn15-Feb-06 20:35
nguyenvhn15-Feb-06 20:35 
AnswerRe: can't find keycodeV.dll Pin
Rana Muhammad Javed Khan15-Feb-06 21:38
Rana Muhammad Javed Khan15-Feb-06 21:38 
AnswerRe: can't find keycodeV.dll Pin
KreativeKai16-Feb-06 5:04
professionalKreativeKai16-Feb-06 5:04 
AnswerRe: can't find keycodeV.dll Pin
malharone16-Feb-06 7:28
malharone16-Feb-06 7:28 
QuestionKeeping Exe On Server and Placing Short Cut on Clients Pin
Rana Muhammad Javed Khan15-Feb-06 19:41
Rana Muhammad Javed Khan15-Feb-06 19:41 
AnswerRe: Keeping Exe On Server and Placing Short Cut on Clients Pin
Joshua Quick15-Feb-06 20:46
Joshua Quick15-Feb-06 20:46 
AnswerRe: Keeping Exe On Server and Placing Short Cut on Clients Pin
Dave Kreskowiak16-Feb-06 1:25
mveDave Kreskowiak16-Feb-06 1:25 
AnswerRe: Keeping Exe On Server and Placing Short Cut on Clients Pin
KreativeKai16-Feb-06 2:31
professionalKreativeKai16-Feb-06 2:31 
Our shop has a good many applications setup this way. You need to make sure the correct version of the framework is installed on each client.

Also, if you decide to use Crystal Reports in the application, there are merge modules that need to be installed on the client's machine. I believe VS 2005 addresses this problem, but we were using 2003 at the time.

As Dave already mentioned, security is a big factor. You have to adjust the trusts on the client's machine to execute an application on the server. We used a MSDN support call on the security issue and below are the links he gave us. Maybe this info can help with the security issues.

Because of some of these issues our shop is looking into clickonce deployment in VS 2005 to be a better solution for us in the future. We just installed VS 2005 this week so we're just starting to figure out the new features.

Good luck! Smile | :)

SAMPLES
No-Touch deployment - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vstechart/html/vbtchNo-TouchDeploymentInNETFramework.asp
.NET Security Samples - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvssamp/html/vbcs_RoleBasedSecurity.asp

MODIFYING SECURITY
URL Security Zones: http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/urlzones.asp
Configuring Permission Sets Using the .NET Framework Configuration Tool - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconusingnetconfigurationtooltoworkwithpermissionsets.asp
Project Folder Not Secure Dialog Box - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vsintro7/html/vxurfprojectfoldernotsecuredialogbox.asp
Performing Common Security Policy Tasks Using the .NET Framework Configuration Tool - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconperformingcommonsecuritypolicytasksusingnetframeworkconfigurationtool.asp
Deploying Security Policy - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpcondeployingsecuritypolicy.asp

DEFINITIONS
Security Permssions - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemsecuritypermissions.asp
Name Permission Sets - http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconnamedpermissionsets.asp (This has the definition for "Local Intranet", as I mentioned before this should be every computer within the domain)
Security Zones: - http://msdn.microsoft.com/library/default.asp?url=/workshop/security/szone/overview/overview.asp

Lost in the vast sea of .NET
QuestionHow to implement Delay? Pin
Rajesh R Subramanian15-Feb-06 19:08
professionalRajesh R Subramanian15-Feb-06 19:08 
AnswerRe: How to implement Delay? Pin
alien viper15-Feb-06 19:47
alien viper15-Feb-06 19:47 
QuestionExport Data To Excel Pin
mayhem_rules15-Feb-06 18:00
mayhem_rules15-Feb-06 18:00 
AnswerRe: Export Data To Excel Pin
Joshua Quick15-Feb-06 21:06
Joshua Quick15-Feb-06 21:06 
GeneralRe: Export Data To Excel Pin
mayhem_rules15-Feb-06 21:45
mayhem_rules15-Feb-06 21:45 
GeneralRe: Export Data To Excel Pin
RichardBerry15-Feb-06 22:36
RichardBerry15-Feb-06 22:36 
GeneralRe: Export Data To Excel Pin
KreativeKai8-Mar-06 6:11
professionalKreativeKai8-Mar-06 6:11 
GeneralRe: Export Data To Excel Pin
Mekong River16-Feb-06 20:27
Mekong River16-Feb-06 20:27 
QuestionWAN/LAN Pin
andylimjp15-Feb-06 16:59
andylimjp15-Feb-06 16:59 
AnswerRe: WAN/LAN Pin
Dave Kreskowiak16-Feb-06 1:22
mveDave Kreskowiak16-Feb-06 1:22 
QuestionXml + Listview + files Pin
ali426715-Feb-06 13:57
ali426715-Feb-06 13:57 
QuestionVB6 Enterprise edition version 6.0.81.76 crashing Pin
MeterMan15-Feb-06 13:44
MeterMan15-Feb-06 13:44 
AnswerRe: VB6 Enterprise edition version 6.0.81.76 crashing Pin
Dave Kreskowiak15-Feb-06 14:22
mveDave Kreskowiak15-Feb-06 14:22 
AnswerRe: VB6 Enterprise edition version 6.0.81.76 crashing Pin
Joshua Quick15-Feb-06 15:31
Joshua Quick15-Feb-06 15:31 
QuestionGet record info from a datagrid Pin
New_Coder15-Feb-06 11:52
New_Coder15-Feb-06 11:52 
AnswerRe: Get record info from a datagrid Pin
KreativeKai16-Feb-06 3:21
professionalKreativeKai16-Feb-06 3:21 
GeneralRe: Get record info from a datagrid Pin
New_Coder16-Feb-06 11:48
New_Coder16-Feb-06 11:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.