Click here to Skip to main content
15,891,184 members
Home / Discussions / C#
   

C#

 
Questionabout timer Pin
shazzney1-Feb-06 22:46
shazzney1-Feb-06 22:46 
AnswerRe: about timer Pin
Dave Kreskowiak2-Feb-06 5:41
mveDave Kreskowiak2-Feb-06 5:41 
QuestionTransferring Application Log to a file Pin
engsrini1-Feb-06 22:07
engsrini1-Feb-06 22:07 
AnswerRe: Transferring Application Log to a file Pin
engsrini1-Feb-06 22:11
engsrini1-Feb-06 22:11 
AnswerRe: Transferring Application Log to a file Pin
jasonpb1-Feb-06 22:16
jasonpb1-Feb-06 22:16 
GeneralRe: Transferring Application Log to a file Pin
engsrini1-Feb-06 22:40
engsrini1-Feb-06 22:40 
QuestionBlack Screenshot Pin
jasonpb1-Feb-06 22:00
jasonpb1-Feb-06 22:00 
QuestionAssembly.GetType() stopped working after installing VS2005 Pin
Jan R Hansen1-Feb-06 21:41
Jan R Hansen1-Feb-06 21:41 
Hi,

This might have something with the IIS/permissions to do - but I'm not sure.

My web application worked just fine (developed with VS2003) but then I installed VS2005. I have this code that loads an assembly

Assembly asm = Assembly.Load("CustomLibrary");

which succeeds. The assembly is loaded just fine. Then I try to retrieve a class from the assembly:

Type customization = asm.GetType("CustomLibrary.Customization");

but this returns null.

If I run the exact same code on my laptop (on which I haven't gotten around to install VS2005 yet - thank god...Smile | :) ) it still works. So all that has changed is that I've installed VS2005. I still open the project in VS2003, run it from VS2003 and the IIS is set to use framework 1.1.

What can have happened ? Is it somehow being executed from the 2.0 framework ? Has the default security settings suddenly changed on my local IIS during the install ?

Any help will be much appreciated. Thanks in advance ! Smile | :)

/Jan

Do you know why it's important to make fast decisions? Because you give yourself more time to correct your mistakes, when you find out that you made the wrong one. Chris Meech on deciding whether to go to his daughters graduation or a Neil Young concert
QuestionVS2005 Beta2: Set Grid Header Color? Pin
M-20001-Feb-06 21:20
M-20001-Feb-06 21:20 
QuestionMove a Textbox with the curson in run-time Pin
NewbieDude1-Feb-06 20:28
NewbieDude1-Feb-06 20:28 
AnswerRe: Move a Textbox with the curson in run-time Pin
osamahmirza1-Feb-06 22:31
osamahmirza1-Feb-06 22:31 
QuestionLayered Window And Controls Pin
User 20930731-Feb-06 20:21
User 20930731-Feb-06 20:21 
QuestionDeleting user from AD by using DirectoryServices Pin
osamahmirza1-Feb-06 20:09
osamahmirza1-Feb-06 20:09 
QuestionCMD Pin
drc_no11-Feb-06 18:38
drc_no11-Feb-06 18:38 
AnswerRe: CMD Pin
S. Senthil Kumar1-Feb-06 18:41
S. Senthil Kumar1-Feb-06 18:41 
AnswerRe: CMD Pin
msmits1-Feb-06 21:16
msmits1-Feb-06 21:16 
QuestionHow to place RadioButtons inside a ListView Control or DataGrid Control? Pin
Saravanan_article1-Feb-06 18:14
Saravanan_article1-Feb-06 18:14 
AnswerRe: How to place RadioButtons inside a ListView Control or DataGrid Control? Pin
osamahmirza1-Feb-06 20:14
osamahmirza1-Feb-06 20:14 
QuestionPosting Data to a Blog Pin
AB77711-Feb-06 18:14
AB77711-Feb-06 18:14 
AnswerRe: Posting Data to a Blog Pin
S. Senthil Kumar1-Feb-06 18:39
S. Senthil Kumar1-Feb-06 18:39 
QuestionHow to get the data From DataGridViewCell Pin
USrinivas1-Feb-06 17:48
USrinivas1-Feb-06 17:48 
AnswerRe: How to get the data From DataGridViewCell Pin
luckyv2-Feb-06 3:41
luckyv2-Feb-06 3:41 
GeneralRe: How to get the data From DataGridViewCell Pin
USrinivas2-Feb-06 23:40
USrinivas2-Feb-06 23:40 
GeneralRe: How to get the data From DataGridViewCell Pin
luckyv3-Feb-06 0:49
luckyv3-Feb-06 0:49 
Questionsyetem tray context menu Pin
Mridang Agarwalla1-Feb-06 17:33
Mridang Agarwalla1-Feb-06 17:33 

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.