Click here to Skip to main content
15,900,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: AllowPartiallyTrustedCallers not working. Pin
Brady Kelly12-Sep-06 3:17
Brady Kelly12-Sep-06 3:17 
Questionhow Remote programing for data base applicaton Pin
Behrouz Niroomand12-Sep-06 0:58
Behrouz Niroomand12-Sep-06 0:58 
Questionhow to write to a file when there is no exceptions. Pin
zxc8912-Sep-06 0:28
zxc8912-Sep-06 0:28 
AnswerRe: how to write to a file when there is no exceptions. Pin
User 665812-Sep-06 1:20
User 665812-Sep-06 1:20 
QuestionRegular expression to match a string in C# Pin
Suman Singh12-Sep-06 0:08
professionalSuman Singh12-Sep-06 0:08 
AnswerRe: Regular expression to match a string in C# Pin
eggsovereasy12-Sep-06 4:11
eggsovereasy12-Sep-06 4:11 
Questiontab control for web applications Pin
Mohammad Daba'an11-Sep-06 23:47
Mohammad Daba'an11-Sep-06 23:47 
QuestionAnybody can tell me why it is wrong? Pin
steed leung11-Sep-06 23:21
steed leung11-Sep-06 23:21 
a general statement:
XmlSerializer ser = new XmlSerializer(typeof(SomeClass));
In runtime, the IDE throw the exception:

BindingFailure was detected
Message: The assembly with display name Data.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'Data.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
File name: 'Data.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null'

=== Pre-bind state information ===
LOG: User = steed
LOG: DisplayName = Data.XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null, processorArchitecture=MSIL
(Fully-specified)
LOG: Appbase = file:///D:/steed/project/Main/bin/Debug/
LOG: Initial PrivatePath = NULL
Calling assembly : System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089.
===
LOG: This bind starts in default load context.
LOG: No application configuration file found.
LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: Attempting download of new URL file:///D:/steed/project.Main/bin/Debug/Data.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///D:/steed/project/Main/bin/Debug/Data.XmlSerializers/Data.XmlSerializers.DLL.
LOG: Attempting download of new URL file:///D:/steed/project/Main/bin/Debug/Data.XmlSerializers.EXE.
LOG: Attempting download of new URL file:///D:/steed/project/Main/bin/Debug/Data.XmlSerializers/Data.XmlSerializers.EXE.


Though exception thrown, the application runs normally!
Any advice is hoped!
Thanks!Rose | [Rose]
Question[Message Deleted] Pin
Nafiseh Salmani11-Sep-06 22:18
Nafiseh Salmani11-Sep-06 22:18 
AnswerRe: Media player Pin
Niiiissssshhhhhuuuuu11-Sep-06 23:39
Niiiissssshhhhhuuuuu11-Sep-06 23:39 
GeneralRe: Media player Pin
Nafiseh Salmani12-Sep-06 22:45
Nafiseh Salmani12-Sep-06 22:45 
AnswerRe: Media player Pin
Hamid_RT12-Sep-06 2:58
Hamid_RT12-Sep-06 2:58 
QuestionCode Error! Pin
Shahzad.Aslam11-Sep-06 21:23
Shahzad.Aslam11-Sep-06 21:23 
Questionhighlight search text from search results as it is in google or alibaba.com. Pin
S.Bhushan11-Sep-06 21:05
S.Bhushan11-Sep-06 21:05 
Questioncustomizing shortcut keys... Pin
Rohit Dev11-Sep-06 20:38
Rohit Dev11-Sep-06 20:38 
AnswerRe: customizing shortcut keys... Pin
Amit Kumar Chikara11-Sep-06 20:53
Amit Kumar Chikara11-Sep-06 20:53 
AnswerRe: customizing shortcut keys... Pin
Stefan Troschuetz12-Sep-06 2:58
Stefan Troschuetz12-Sep-06 2:58 
QuestionHow to convert XML data to DataSet in C#.Net Pin
AR Reddy11-Sep-06 20:15
AR Reddy11-Sep-06 20:15 
AnswerRe: How to convert XML data to DataSet in C#.Net Pin
_AK_11-Sep-06 20:28
_AK_11-Sep-06 20:28 
AnswerRe: How to convert XML data to DataSet in C#.Net Pin
Tamimi - Code11-Sep-06 20:30
Tamimi - Code11-Sep-06 20:30 
AnswerRe: How to convert XML data to DataSet in C#.Net Pin
Hamid_RT11-Sep-06 20:37
Hamid_RT11-Sep-06 20:37 
Questionhow to change the datetime format into numeric format in crystal reports Pin
anushawickramaratne11-Sep-06 20:13
anushawickramaratne11-Sep-06 20:13 
AnswerRe: how to change the datetime format into numeric format in crystal reports Pin
Amit Kumar Chikara11-Sep-06 20:46
Amit Kumar Chikara11-Sep-06 20:46 
Questionhow to change the datetime format into numeric format in crystal reports Pin
anushawickramaratne11-Sep-06 20:10
anushawickramaratne11-Sep-06 20:10 
Question.dll Debug and Release Folders Pin
Brendan Vogt11-Sep-06 20:04
Brendan Vogt11-Sep-06 20:04 

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.