Click here to Skip to main content
15,886,518 members
Home / Discussions / C#
   

C#

 
AnswerRe: DataGridView header click Pin
Robert Rohde18-Aug-06 3:14
Robert Rohde18-Aug-06 3:14 
QuestionHow can i change the base address of my dll Pin
Timothy_198218-Aug-06 2:08
Timothy_198218-Aug-06 2:08 
AnswerRe: How can i change the base address of my dll Pin
Dave Kreskowiak18-Aug-06 2:25
mveDave Kreskowiak18-Aug-06 2:25 
JokeRe: How can i change the base address of my dll Pin
Guffa18-Aug-06 4:11
Guffa18-Aug-06 4:11 
GeneralRe: How can i change the base address of my dll Pin
Timothy_198219-Aug-06 4:06
Timothy_198219-Aug-06 4:06 
GeneralRe: How can i change the base address of my dll [modified] Pin
Dave Kreskowiak19-Aug-06 6:02
mveDave Kreskowiak19-Aug-06 6:02 
GeneralRe: How can i change the base address of my dll Pin
Timothy_198219-Aug-06 22:02
Timothy_198219-Aug-06 22:02 
GeneralRe: How can i change the base address of my dll Pin
Dave Kreskowiak26-Aug-06 3:25
mveDave Kreskowiak26-Aug-06 3:25 
Timothy_1982 wrote:
to speed up the time of loading. But i'm just testing it out, now i saw it makes almost no difference.


Yeah, it doesn't take that long to calculate a new load address...unless you've got LOTS of .DLL's being loaded.


Timothy_1982 wrote:
by using NGEN, u can precompile your assemblies to use, does that help the speed of loading the application?


Yes it does. Probably not as much as you're hoping though. Alot of the overhead you see launching a .NET application is the startup of the Framework itself. There's just about nothing you can do about that.


Timothy_1982 wrote:
I'm using an installer for install my project on client pc. So then i have to add a function to execute NGEN in a custom action in my installer?


That's typically how it's done. Since NGEN produces binaries that are VERY processor specific, you can't just NGEN yourself a precompiled app and distribute that to everyone. Best practice is to include the NGEN step in the customer install and NGEN the application assemblies as the last step in your installation, using a custom action.


Dave Kreskowiak
Microsoft MVP - Visual Basic


GeneralRe: How can i change the base address of my dll Pin
Timothy_198226-Aug-06 22:39
Timothy_198226-Aug-06 22:39 
QuestionAccess Denied trying to read file with StreamReader [modified] Pin
Matt Casto18-Aug-06 2:02
Matt Casto18-Aug-06 2:02 
AnswerRe: Access Denied trying to read file with StreamReader Pin
Dave Kreskowiak18-Aug-06 2:19
mveDave Kreskowiak18-Aug-06 2:19 
GeneralRe: Access Denied trying to read file with StreamReader Pin
Matt Casto18-Aug-06 2:41
Matt Casto18-Aug-06 2:41 
GeneralRe: Access Denied trying to read file with StreamReader Pin
Dave Kreskowiak18-Aug-06 11:41
mveDave Kreskowiak18-Aug-06 11:41 
AnswerSolution Found Pin
Matt Casto18-Aug-06 4:45
Matt Casto18-Aug-06 4:45 
GeneralRe: Solution Found [modified] Pin
Dave Kreskowiak18-Aug-06 11:46
mveDave Kreskowiak18-Aug-06 11:46 
Questionclient server network problem Pin
Kim061818-Aug-06 1:15
Kim061818-Aug-06 1:15 
QuestionBegin-Commit Transaction in .NET Pin
Coding C#18-Aug-06 1:14
Coding C#18-Aug-06 1:14 
AnswerRe: Begin-Commit Transaction in .NET Pin
coolestCoder18-Aug-06 1:24
coolestCoder18-Aug-06 1:24 
JokeRe: Begin-Commit Transaction in .NET Pin
Guffa18-Aug-06 1:29
Guffa18-Aug-06 1:29 
AnswerRe: Begin-Commit Transaction in .NET Pin
Guffa18-Aug-06 1:26
Guffa18-Aug-06 1:26 
GeneralRe: Begin-Commit Transaction in .NET Pin
Coding C#18-Aug-06 1:30
Coding C#18-Aug-06 1:30 
AnswerRe: Begin-Commit Transaction in .NET Pin
Dustin Metzgar18-Aug-06 3:27
Dustin Metzgar18-Aug-06 3:27 
GeneralRe: Begin-Commit Transaction in .NET Pin
Coding C#18-Aug-06 5:13
Coding C#18-Aug-06 5:13 
Questionget the name of a parameter as a string Pin
C-Scharbe18-Aug-06 1:06
C-Scharbe18-Aug-06 1:06 
AnswerRe: get the name of a parameter as a string Pin
Christian Graus18-Aug-06 1:17
protectorChristian Graus18-Aug-06 1:17 

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.