| Thread | Last Post | Replies |
|
| No suitable method found to override | 06 Sep 2004 07:25 GMT | 1 |
On compilation the following id reported: Samples.AspNet.System.Web.Management.SampleWebRequestEvent.FormatToString(System.Web.Management.WebEventFormatter)': no suitable method found to overrid How to get around this Jites
|
| InvalidOperationException was unhandled | 06 Sep 2004 07:20 GMT | 2 |
I am getting unhandled InvalidOperationException Details : "There was an error generating the XML document for the statement mySerializer.Serialize(writer, myGroup) at line no.11
|
| The VJ# compiler crashes on compilation. | 06 Sep 2004 06:57 GMT | 4 |
While using System.Windows.Forms.ListView.Groups, the VJ# compiler crashes on compilation Please suggest on how to get around the problem Jitesh.
|
| get_IsPublic ()and get_IsFamily ()property returns wrong value .Please help | 06 Sep 2004 06:36 GMT | 1 |
get_IsPublic() property returns true if this field is public; otherwise, false and get_IsFamily() propety returns true if the field has the Family attribute set; otherwise, false.But in the following code it returns true and false repectively whether it is declared as ...
|
| LoadExternals(System.Collections.Hashtable) not found in DiscoveryReference abstract class | 06 Sep 2004 06:23 GMT | 1 |
Hell Can anyone tell me about the member LoadExternals(System.Collections.Hashtable) in DiscoveryReference as i am getting an error in a class which is extending DiscoveryReference class .It is saying it needs to be declared as abstract class or else define member ...
|
| GetMethods function returns Protected even if BindingFlags.Public is given | 03 Sep 2004 12:44 GMT | 1 |
GetMethods function returns Protected members in the following statemen MethodInfo myArrayMethodInfo[] = myType.GetMethods(BindingFlags.Public | BindingFlags.Instance | BindingFlags.DeclaredOnly) The whole code is import System .*
|
| 'System.Net.SslClientStream' does not contain a definition for 'ServerCertValidationCallback' | 03 Sep 2004 12:32 GMT | 1 |
Hell Can anyone tell me why do i get " 'System.Net.SslClientStream' does not contain a definition for 'ServerCertValidationCallback' " whenever i try to execute my c# code which contains a class having an membe variable of type "SslClientStream" and trying to set its ...
|
| GetCustomAttribute not working properly. Please help | 03 Sep 2004 11:13 GMT | 1 |
GetCustomAttribute method returns the first custom attribute applied to the type, if any custom attributes are applied to the type. But in the follwoing code it retuning null in the following lin AuthorsAttribute authAttr = ((AuthorsAttribute)(Attribute ...
|
| open a htaccess-secured url | 01 Sep 2004 08:15 GMT | 2 |
can somebody tell me how i can open a site who is secured by htaccess ? I created the url and the urlconnection but i dont know how i could enter the password and username for the access. Any help is appreciated...
|