Click here to Skip to main content
15,896,154 members
Home / Discussions / Article Writing
   

Article Writing

 
GeneralRe: Article Idea: Applying Your Programming Skills to Lose Weight in Real Life? Pin
Philip Laureano21-Mar-09 11:51
Philip Laureano21-Mar-09 11:51 
Generaldatagridview Pin
sairfan13-Dec-08 8:10
sairfan13-Dec-08 8:10 
Questionto write or not to write an article Pin
aljodav9-Nov-08 11:29
aljodav9-Nov-08 11:29 
AnswerRe: to write or not to write an article Pin
Pete O'Hanlon9-Nov-08 22:47
mvePete O'Hanlon9-Nov-08 22:47 
AnswerRe: to write or not to write an article Pin
Paul Conrad10-Nov-08 17:30
professionalPaul Conrad10-Nov-08 17:30 
AnswerRe: to write or not to write an article Pin
Scott Dorman11-Nov-08 3:28
professionalScott Dorman11-Nov-08 3:28 
AnswerRe: to write or not to write an article Pin
mungflesh17-Jul-13 3:48
mungflesh17-Jul-13 3:48 
QuestionUnable to find an entry point named EnumerateSecurityPackagesW in DLL security.dll Pin
PrajithNair8-Nov-08 2:08
PrajithNair8-Nov-08 2:08 
Hello Everyone,

I am using .net 1.1 version of one project.

that code's are below write

String url = "https:
System.Net.HttpWebRequest request = (System.Net.HttpWebRequest)System.Net.WebRequest.Create(url);

string postdata = "DATA=" + xmlval.ToString();
byte[] postdatabytes = System.Text.Encoding.GetEncoding("ISO-8859-9").GetBytes(postdata);
request.Method = "POST";
request.ContentType = "application/x-www-form-urlencoded";
request.ContentLength = postdatabytes.Length;
System.IO.Stream requeststream = request.GetRequestStream();
------------------------
etc....

The error occurs on the last line of the above code with the following error
message:

System.EntryPointNotFoundException: Unable to find an entry point named
EnumerateSecurityPackagesW in DLL security.dll.

bez dotnet 3.5 is working perfect

what is the reason and plz help to me
Question[Message Deleted] Pin
razikang4-Nov-08 10:22
razikang4-Nov-08 10:22 
AnswerCP Ignore - spamming the site Pin
Dave Kreskowiak4-Nov-08 10:36
mveDave Kreskowiak4-Nov-08 10:36 
GeneralRe: CP Ignore - spamming the site Pin
Paul Conrad5-Nov-08 6:23
professionalPaul Conrad5-Nov-08 6:23 
AnswerREPORTED AS ABUSE Pin
leckey4-Nov-08 14:26
leckey4-Nov-08 14:26 
QuestionThe Life of a Project, Day 6, etc. Pin
dybs2-Nov-08 15:32
dybs2-Nov-08 15:32 
AnswerRe: The Life of a Project, Day 6, etc. Pin
Paul Conrad5-Nov-08 6:24
professionalPaul Conrad5-Nov-08 6:24 
QuestionFTPd Pin
EliottA2-Nov-08 9:28
EliottA2-Nov-08 9:28 
QuestionDownload link missing Pin
Babu_Abdulsalam30-Oct-08 1:21
Babu_Abdulsalam30-Oct-08 1:21 
AnswerRe: Download link missing Pin
Paul Conrad31-Oct-08 7:30
professionalPaul Conrad31-Oct-08 7:30 
QuestionHow to hook another process in C# Pin
EliottA29-Oct-08 6:35
EliottA29-Oct-08 6:35 
AnswerRe: How to hook another process in C# Pin
Paul Conrad29-Oct-08 7:06
professionalPaul Conrad29-Oct-08 7:06 
GeneralRe: How to hook another process in C# Pin
EliottA31-Oct-08 6:55
EliottA31-Oct-08 6:55 
GeneralRe: How to hook another process in C# Pin
Paul Conrad31-Oct-08 7:31
professionalPaul Conrad31-Oct-08 7:31 
QuestionMulti Process Pin
Member 468474527-Oct-08 0:53
Member 468474527-Oct-08 0:53 
AnswerRe: Multi Process PinPopular
Pete O'Hanlon27-Oct-08 1:35
mvePete O'Hanlon27-Oct-08 1:35 
GeneralRe: Multi Process Pin
Member 468474527-Oct-08 11:35
Member 468474527-Oct-08 11:35 
GeneralRe: Multi Process Pin
Pete O'Hanlon27-Oct-08 11:45
mvePete O'Hanlon27-Oct-08 11:45 

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.