Localtion: Home»Directory »» NET Framework

NET Framework

  • can t access xml service in my project XmlTempConvert1 (in MSDN doc)

    err :WebException: The request failed with HTTP status 401: Access Denied. In: Line 37: object[] results = this.Invoke("convertTemp", new object[] {Also pls how d I translate this VB instruction to C#:What is [] in c# like in : [WebMethod(Description="Thismethod converts a temperature in...

    By tutus, Thurs, 24 Jun 2009 20:28:00 GMT, 384 bytes

  • Freelance Developers Community, who wants to help?

    Hello All,I am in the process of putting together a website that allows freelance developers of all (programming) languages to create a base for sharing files, articles, links, methodologies and interacting with other freelance developers through forums and chats.At this stage I have a lot of...

    By anonymous, Thurs, 24 Jun 2009 20:25:00 GMT, 816 bytes, 5 Comments

  • Freelance Developers Community, who wants to help?

    Hello All,I am in the process of putting together a website that allows freelance developers of all (programming) languages to create a base for sharing files, articles, links, methodologies and interacting with other freelance developers through forums and chats.At this stage I have a lot of...

    By freelancer_to_go, Thurs, 24 Jun 2009 20:22:00 GMT, 814 bytes, 5 Comments

  • I need help about HttpWebRequest

    Once i have tried to encode a data with some encoding and then I called ISAPI with these values.Then I had checked at the IIS' LogFiles, I found that those value were encoded again by urlencode(not sure) Thus, the url that appeared in logfile is some kind like "/xxx.aspx?item=%1C%C0&date="Is there...

    By gniht, Thurs, 24 Jun 2009 20:19:00 GMT, 1,456 bytes

  • how can we use debug.assert in web projects . I don t know its value and...

    how can we use debug.assert in web projects . I don t knowits value and how I can take advantage of it.Any specific example plsThanks...

    By tutus, Thurs, 24 Jun 2009 20:19:00 GMT, 139 bytes, 1 Comments

  • Implementing access rights to different modules, menus and buttons of an...

    If we want to allow certain users to access some menus or some buttons on the web page while denying other users access to those menus or buttons. What s the right way to do that. For example, when a user who doesn t have the right to click on a certain button, should get a message “U can t execute...

    By r_tutus, Thurs, 24 Jun 2009 20:18:00 GMT, 698 bytes

  • character in c#

    when i write something like this char[] arr = {'a','b','''} its giving the Error 2 Empty character literal error how can i add the ' character to an char array *--*...

    By anonymous, Thurs, 24 Jun 2009 20:17:00 GMT, 184 bytes, 4 Comments

  • Identity System

    Hi,How can i get my ASP Page or Web Service to run as the LocalSystem rather than a user?cheers...

    By arranpearce, Thurs, 24 Jun 2009 20:17:00 GMT, 101 bytes, 7 Comments

  • Identity: impersonate=True?

    This issue has to do with security when accessing a web service anonymously and trying to write to appliication event log.**** IIS anonymous account = domain\ProxyAccount With the above setting when trying to write to the application event log I receive:Source: securityCatagory: Privilege UseType:...

    By djinn1, Thurs, 24 Jun 2009 20:16:00 GMT, 1,260 bytes, 4 Comments

  • IDesign C# coding std 1.81, topic 3.21

    HiTopic 3.21 in http://www.idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip claims the following "Release build should contain debug symbols I wonder why. Doesn't this make the executable larger, and slowerThanksTom....

    By tt_tomtempelaere, Thurs, 24 Jun 2009 20:16:00 GMT, 246 bytes, 16 Comments

  • Identity Username - with windows authentication

    Im trying to find a way when i save a security role for the current profile, that only the username without the domaine name of our windows network will be use.Right now my Identity username allways have my network domaine which i dont want that.thank you...

    By beaulieu, Thurs, 24 Jun 2009 12:51:00 GMT, 265 bytes, 6 Comments

  • MC++ and CS?

    Hello,I'm creating a dynamic link library using MC++. Can I include CS code as well?...

    By daniellidstrm, Thurs, 24 Jun 2009 12:48:00 GMT, 87 bytes

  • Character in a text file

    o'm reading a text file into a textbox. problem is the character appears in the first line of text and streamreader does not read past this character. i need a way to open the text file, replace all similar characters and then save the text file. pls help...

    By eben, Thurs, 24 Jun 2009 12:41:00 GMT, 256 bytes, 20 Comments

  • design and good practice question

    When the user is going through the web site pages, if weneed to persist our objects so that we can access them from the different pages(Customer Object, Address Object or Invoice object for ex.) Is it better tostore those objects in public variables declared in module files or is itbetter to put...

    By tutus, Mon, 5 Apr 2009 11:58:00 GMT, 416 bytes, 9 Comments

  • '' Could not be set on property 'Items' - Error

    Sorry if this is not the correct group i could not see one for web controlsHelloI am trying to write a cutom web control, The control contains a customercollection that i want to use the Collection Editor in properties to addmembers to this collection.In design mode the control works correctly b...

    By murray, Mon, 5 Apr 2009 11:57:00 GMT, 642 bytes, 2 Comments

  • '' Could not be set on Property ''

    This error seems to be sprinkled all across google and all across thenewsgroups however there do not appear to be any solidified answers.Here is my scenario.I have a Web User Control that contains several properties that are of acustom class.This Class Contains multiple properties some of which...

    By hbb, Mon, 5 Apr 2009 11:56:00 GMT, 2,149 bytes, 1 Comments

  • '' Could not be set on Property ''

    This error seems to be sprinkled all across google and all across thenewsgroups however there do not appear to be any solidified answers.Here is my scenario.I have a Web User Control that contains several properties that are of acustom class.This Class Contains multiple properties some of which...

    By guest, Mon, 5 Apr 2009 11:55:00 GMT, 2,081 bytes, 1 Comments

  • Child form __gc Array

    Hi,I have a VC++ .Net 2003 MDI application.I am declaring a __gc Array in the frmChild_load method of the child form. The declaration is as followsDouble zData __gc[,] = new Double __gc[10,10];It compiles and links properly but I get the following run-time error!!!!!Error: Method not found: ...

    By nurbynerd, Mon, 5 Apr 2009 11:54:00 GMT, 709 bytes, 6 Comments

  • can we use groups,users and role-based security authorization with XP

    I have my solution in XP. Can i still practice Windows authentication and role-based security and context.current.identity techniques in my XP pro stationWhere is the best place to learn quickly .Net security and with practice and exmamples pls since I have hard time understanding the value and...

    By tutus, Mon, 5 Apr 2009 11:51:00 GMT, 363 bytes, 4 Comments

  • hide listbox scrollbar

    How do I permanently remove the listbox vertical scrollbar? Dayne...

    By anonymous, Mon, 5 Apr 2009 11:49:00 GMT, 73 bytes

«««66662 66663 66664 66665 66666 66667 66668 66669 66670 66671 66672