Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
KUNWAR99920-Sep-12 6:07
KUNWAR99920-Sep-12 6:07 
AnswerRe: connection of mssql 2008 to cloud in windows form application Pin
Ingo20-Sep-12 6:15
Ingo20-Sep-12 6:15 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
Pete O'Hanlon20-Sep-12 6:06
mvePete O'Hanlon20-Sep-12 6:06 
GeneralRe: connection of mssql 2008 to cloud in windows form application Pin
KUNWAR99921-Sep-12 3:29
KUNWAR99921-Sep-12 3:29 
QuestionDirectShow.Net - Add text to video capture Pin
Testi_x6419-Sep-12 23:54
Testi_x6419-Sep-12 23:54 
Questioninstallaer with Shedule task Pin
Member 795211919-Sep-12 19:24
Member 795211919-Sep-12 19:24 
AnswerRe: installaer with Shedule task Pin
Ingo19-Sep-12 21:03
Ingo19-Sep-12 21:03 
QuestionSocket Permission Pin
LONEROMEO1319-Sep-12 18:34
LONEROMEO1319-Sep-12 18:34 
Hi, I'm from Russia and I don't know English very well, so excuse me =)
I'm makin' a client-server application using Socket. I use C# 2008 Express in Windows 7 Pro. While debuging everything is fine. Also, compiled executables work perfectly on my computer. But when I run a Client-application on another computer (Windows XP), It throw an exeption. SocketPermission Exception. I tried adding to my code following instructions:
C#
System.Net.SocketPermission _permission1;
_permission1 = new SocketPermission(System.Security.Permissions.PermissionState.Unrestricted);
_permission1.Assert();

But exception is still throwing. So, what I need to do to solve that problem?

Oh, almost forgot, An exception appears when the socket is trying to Connect();
AnswerRe: Socket Permission Pin
Ingo19-Sep-12 21:41
Ingo19-Sep-12 21:41 
AnswerRe: Socket Permission Pin
Eddy Vluggen19-Sep-12 23:53
professionalEddy Vluggen19-Sep-12 23:53 
QuestionUsing J Query in DataList Pin
mrkeivan19-Sep-12 9:03
mrkeivan19-Sep-12 9:03 
AnswerRe: Using J Query in DataList Pin
Richard MacCutchan19-Sep-12 11:32
mveRichard MacCutchan19-Sep-12 11:32 
AnswerRe: Using J Query in DataList Pin
V.19-Sep-12 20:50
professionalV.19-Sep-12 20:50 
QuestionHow to upload an image to "google search by image" Pin
hosseinDolat18-Sep-12 17:56
hosseinDolat18-Sep-12 17:56 
AnswerRe: How to upload an image to "google search by image" Pin
Richard MacCutchan18-Sep-12 21:56
mveRichard MacCutchan18-Sep-12 21:56 
AnswerRe: How to upload an image to "google search by image" Pin
Andrei Straut18-Sep-12 22:15
Andrei Straut18-Sep-12 22:15 
GeneralRe: How to upload an image to "google search by image" Pin
Richard MacCutchan18-Sep-12 22:41
mveRichard MacCutchan18-Sep-12 22:41 
GeneralRe: How to upload an image to "google search by image" Pin
Andrei Straut18-Sep-12 22:44
Andrei Straut18-Sep-12 22:44 
GeneralRe: How to upload an image to "google search by image" Pin
Richard MacCutchan18-Sep-12 22:51
mveRichard MacCutchan18-Sep-12 22:51 
GeneralRe: How to upload an image to "google search by image" Pin
Richard MacCutchan18-Sep-12 22:44
mveRichard MacCutchan18-Sep-12 22:44 
GeneralRe: How to upload an image to "google search by image" Pin
Andrei Straut18-Sep-12 22:46
Andrei Straut18-Sep-12 22:46 
GeneralRe: How to upload an image to "google search by image" Pin
hosseinDolat19-Sep-12 0:41
hosseinDolat19-Sep-12 0:41 
GeneralRe: How to upload an image to "google search by image" Pin
Richard MacCutchan19-Sep-12 1:08
mveRichard MacCutchan19-Sep-12 1:08 
AnswerRe: How to upload an image to "google search by image" Pin
Eddy Vluggen18-Sep-12 22:28
professionalEddy Vluggen18-Sep-12 22:28 
GeneralRe: How to upload an image to "google search by image" Pin
hosseinDolat19-Sep-12 0:48
hosseinDolat19-Sep-12 0:48 

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.