Click here to Skip to main content
15,919,245 members
Home / Discussions / C#
   

C#

 
QuestionWi-Fi Pin
kikka11-Mar-07 21:16
professionalkikka11-Mar-07 21:16 
QuestionCapture LogOff event Pin
MPR200611-Mar-07 21:12
MPR200611-Mar-07 21:12 
AnswerRe: Capture LogOff event Pin
Stefan Troschuetz11-Mar-07 22:08
Stefan Troschuetz11-Mar-07 22:08 
GeneralRe: Capture LogOff event Pin
MPR200611-Mar-07 22:13
MPR200611-Mar-07 22:13 
AnswerRe: Capture LogOff event Pin
pbraun12-Mar-07 3:52
pbraun12-Mar-07 3:52 
Questionc# assemblies app.config [modified] Pin
christalin11-Mar-07 19:45
christalin11-Mar-07 19:45 
AnswerRe: c# assemblies app.config Pin
Stefan Troschuetz11-Mar-07 22:04
Stefan Troschuetz11-Mar-07 22:04 
GeneralRe: c# assemblies app.config [modified] Pin
christalin11-Mar-07 22:56
christalin11-Mar-07 22:56 
Thank u...i have modified


-- modified at 5:01 Monday 12th March, 2007

i am also adding the details from the JIT debugger...hope it is more useful... the prob i think is that the machine.config file is searched instead of locating app.config file...



System.IO.FileNotFoundException: File or assembly name testLib, or one of its dependencies, was not found.
File name: "testLib"
at test1.Form1.button1_Click(Object sender, EventArgs e)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

=== Pre-bind state information ===
LOG: DisplayName = testLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=20dbb001a9e43121
(Fully-specified)
LOG: Appbase = C:\MyTest\test1\test1\bin\Debug\
LOG: Initial PrivatePath = NULL
Calling assembly : test1, Version=1.0.2627.26008, Culture=neutral, PublicKeyToken=null.
===

LOG: Publisher policy file is not found.
LOG: Host configuration file not found.
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config.
LOG: Post-policy reference: testLib, Version=1.0.0.0, Culture=neutral, PublicKeyToken=20dbb001a9e43121
LOG: Attempting download of new URL file:///C:/MyTest/test1/test1/bin/Debug/testLib.DLL.
LOG: Attempting download of new URL file:///C:/MyTest/test1/test1/bin/Debug/testLib/testLib.DLL.
LOG: Attempting download of new URL file:///C:/MyTest/test1/test1/bin/Debug/testLib.EXE.
LOG: Attempting download of new URL file:///C:/MyTest/test1/test1/bin/Debug/testLib/testLib.EXE.


QuestionHow To Reorder Record in DataGridView during Runtime? Pin
indiaone11-Mar-07 20:29
indiaone11-Mar-07 20:29 
QuestionProblem using "System.Management" to get the DVD name? Pin
Khoramdin11-Mar-07 18:22
Khoramdin11-Mar-07 18:22 
AnswerRe: Problem using "System.Management" to get the DVD name? Pin
Niiiissssshhhhhuuuuu12-Mar-07 0:58
Niiiissssshhhhhuuuuu12-Mar-07 0:58 
QuestionHow to Insert/Read a BLOB Field With DB2 DataBase? Pin
weiweiplay11-Mar-07 17:53
weiweiplay11-Mar-07 17:53 
AnswerRe: How to Insert/Read a BLOB Field With DB2 DataBase? Pin
Udhaya Kumar.D12-Mar-07 0:32
Udhaya Kumar.D12-Mar-07 0:32 
QuestionXML serializer problem and replacement... Pin
Super Lloyd11-Mar-07 14:13
Super Lloyd11-Mar-07 14:13 
QuestionMenu question [modified] Pin
Mike Hankey11-Mar-07 14:05
mveMike Hankey11-Mar-07 14:05 
Questioncreate an object from a VC++ class Pin
MinaFawzi11-Mar-07 13:18
MinaFawzi11-Mar-07 13:18 
AnswerRe: create an object from a VC++ class Pin
S. Senthil Kumar11-Mar-07 15:00
S. Senthil Kumar11-Mar-07 15:00 
GeneralRe: create an object from a VC++ class Pin
MinaFawzi11-Mar-07 22:02
MinaFawzi11-Mar-07 22:02 
QuestionReferences to an object Pin
Zoltan Balazs11-Mar-07 11:50
Zoltan Balazs11-Mar-07 11:50 
AnswerRe: References to an object Pin
Christian Graus11-Mar-07 11:10
protectorChristian Graus11-Mar-07 11:10 
GeneralRe: References to an object Pin
Zoltan Balazs11-Mar-07 12:29
Zoltan Balazs11-Mar-07 12:29 
GeneralRe: References to an object Pin
badgrs11-Mar-07 14:09
badgrs11-Mar-07 14:09 
GeneralRe: References to an object Pin
S. Senthil Kumar11-Mar-07 15:02
S. Senthil Kumar11-Mar-07 15:02 
GeneralRe: References to an object Pin
Scott Dorman11-Mar-07 15:32
professionalScott Dorman11-Mar-07 15:32 
GeneralRe: References to an object Pin
Zoltan Balazs11-Mar-07 17:31
Zoltan Balazs11-Mar-07 17:31 

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.