Click here to Skip to main content
15,914,452 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Generalcustom metadata editor in ArcCatalog Pin
abhishk2001@yahoo.com16-Jun-04 11:56
abhishk2001@yahoo.com16-Jun-04 11:56 
GeneralAttention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Xiangyang Liu 刘向阳16-Jun-04 8:41
Xiangyang Liu 刘向阳16-Jun-04 8:41 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Dave Kreskowiak16-Jun-04 9:09
mveDave Kreskowiak16-Jun-04 9:09 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Xiangyang Liu 刘向阳16-Jun-04 22:18
Xiangyang Liu 刘向阳16-Jun-04 22:18 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Dave Kreskowiak17-Jun-04 3:04
mveDave Kreskowiak17-Jun-04 3:04 
GeneralRe: Attention ASP/VB gurus: Calling LoadLibrary/GetProcAddress from ASP pages or VB scripts Pin
Xiangyang Liu 刘向阳17-Jun-04 4:23
Xiangyang Liu 刘向阳17-Jun-04 4:23 
GeneralConverting from standalone to LAN Pin
nbhairav12316-Jun-04 5:05
nbhairav12316-Jun-04 5:05 
GeneralRe: Converting from standalone to LAN Pin
Dave Kreskowiak16-Jun-04 5:24
mveDave Kreskowiak16-Jun-04 5:24 
These are issues tht only your code can answer. If your app was written properly, then you wouldn't have to do anything to it.
If you hardcoded things like the SQL Server name or used an IP address of 127.0.0.1, then you'll have problems. You should store the connection strin gin the app.config file that goes with your application.
If your app is going to run entirely from a network share, then you have to make sure that the code has permissions to run on the XP machines with the trust it needs. This is done with the .NET Framework Configuration tools.
If your app used hard coded SQL statements, don't. Use SQL stored procedures and parameterized queries.

Like I said, it's entirely up to what you've written already...
For more information about "best practices", see the Microsoft Patterns and Practices site at .NET Architecture Center[^] on MSDN.
But if you want to cut right to the chase, there is the Improving .NET Application Performance and Scalability
[^] guide in the Patterns and Practices library (1,120 pages) that will cover nearly all the topics your looking for.


RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

GeneralRe: Converting from standalone to LAN Pin
sanjaysagrawal17-Jun-04 0:30
sanjaysagrawal17-Jun-04 0:30 
Generalclass constructor Pin
ymohd_22216-Jun-04 2:35
ymohd_22216-Jun-04 2:35 
GeneralRe: class constructor Pin
Dave Kreskowiak16-Jun-04 3:19
mveDave Kreskowiak16-Jun-04 3:19 
GeneralPrinting a bitmap Pin
Robert Gronenthal16-Jun-04 2:12
Robert Gronenthal16-Jun-04 2:12 
GeneralRe: Printing a bitmap Pin
Dave Kreskowiak16-Jun-04 3:36
mveDave Kreskowiak16-Jun-04 3:36 
GeneralRe: Printing a bitmap Pin
Robert Gronenthal16-Jun-04 8:12
Robert Gronenthal16-Jun-04 8:12 
GeneralRe: Printing a bitmap Pin
Dave Kreskowiak16-Jun-04 8:22
mveDave Kreskowiak16-Jun-04 8:22 
GeneralRe: Printing a bitmap Pin
superprogrammingdude18-Jun-04 16:41
superprogrammingdude18-Jun-04 16:41 
Questionhow can i segment scanned document Pin
Saud AKhter16-Jun-04 0:05
Saud AKhter16-Jun-04 0:05 
AnswerRe: how can i segment scanned document Pin
Dave Kreskowiak16-Jun-04 3:05
mveDave Kreskowiak16-Jun-04 3:05 
QuestionHow can retrieves the path and file name when I click right mouse on file in Windows??? Pin
tramdtt15-Jun-04 23:40
tramdtt15-Jun-04 23:40 
AnswerRe: How can retrieves the path and file name when I click right mouse on file in Windows??? Pin
Dave Kreskowiak16-Jun-04 3:02
mveDave Kreskowiak16-Jun-04 3:02 
GeneralRe: How can retrieves the path and file name when I click right mouse on file in Windows??? Pin
tramdtt16-Jun-04 15:44
tramdtt16-Jun-04 15:44 
GeneralRe: How can retrieves the path and file name when I click right mouse on file in Windows??? Pin
Dave Kreskowiak17-Jun-04 2:56
mveDave Kreskowiak17-Jun-04 2:56 
QuestionRead from registry? Pin
Anonymous15-Jun-04 21:27
Anonymous15-Jun-04 21:27 
AnswerRe: Read from registry? Pin
Dave Kreskowiak16-Jun-04 2:58
mveDave Kreskowiak16-Jun-04 2:58 
Generalwhere is the winsock control Pin
GaryKoh15-Jun-04 21:25
GaryKoh15-Jun-04 21:25 

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.