Click here to Skip to main content
15,900,378 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: How to block the option to see my .net code with reflection.exe ? Pin
Mark Churchill23-Feb-09 12:34
Mark Churchill23-Feb-09 12:34 
GeneralRe: How to block the option to see my .net code with reflection.exe ? Pin
Rob Philpott23-Feb-09 23:47
Rob Philpott23-Feb-09 23:47 
GeneralRe: How to block the option to see my .net code with reflection.exe ? Pin
Mark Churchill24-Feb-09 0:17
Mark Churchill24-Feb-09 0:17 
GeneralRe: How to block the option to see my .net code with reflection.exe ? Pin
PIEBALDconsult24-Feb-09 17:42
mvePIEBALDconsult24-Feb-09 17:42 
QuestionMultihreaded .NET app with single threaded ActiveX control? Pin
David Knechtges23-Feb-09 4:03
David Knechtges23-Feb-09 4:03 
GeneralRe: Multihreaded .NET app with single threaded ActiveX control? Pin
Luc Pattyn23-Feb-09 4:55
sitebuilderLuc Pattyn23-Feb-09 4:55 
GeneralRe: Multihreaded .NET app with single threaded ActiveX control? Pin
David Knechtges23-Feb-09 9:55
David Knechtges23-Feb-09 9:55 
QuestionCLR Stored Procedure Exception Pin
snouto23-Feb-09 1:42
snouto23-Feb-09 1:42 
i am writing a stored procedure for this purpose only .
"i have a table of messages , i need the data base to notify my windows service that a scheduled message would be sent now , transfering at least the message id to the windows service"

i tried to use .net Remoting for that purpose but i figured out that .net remoting namespace can't be included in such a solution .

then i tried to use sockets to open ports through the data base to the windows service that exist on the same machine that will listen for incoming data from that clr stored Procedure . i successfully made that second choice but the problem with that , when i try to invoke the send method of udp client , it gives me an exception of socket exception
tells me socket permission request had failed , how can i grant socket access to the CLR Stored Procedure

knowing i tried to configure the code access security configuration manager in the administrative tools but in vain

anyone knows how to solve that problem either that of sockets or give me a whole new solution to the above problem

would be great

thanks in advance

Human knowledge belongs to the world.

AnswerRe: CLR Stored Procedure Exception Pin
Dave Kreskowiak23-Feb-09 4:35
mveDave Kreskowiak23-Feb-09 4:35 
GeneralRe: CLR Stored Procedure Exception Pin
alx.n25-Feb-09 1:49
alx.n25-Feb-09 1:49 
GeneralRe: CLR Stored Procedure Exception Pin
Dave Kreskowiak25-Feb-09 1:55
mveDave Kreskowiak25-Feb-09 1:55 
Questionnet framework 2 Pin
6Mikael922-Feb-09 23:28
6Mikael922-Feb-09 23:28 
AnswerRe: net framework 2 Pin
Dave Kreskowiak23-Feb-09 4:33
mveDave Kreskowiak23-Feb-09 4:33 
Questionremote access to sql server 2000 by c# Pin
H.R22-Feb-09 22:47
H.R22-Feb-09 22:47 
AnswerRe: remote access to sql server 2000 by c# Pin
Greg Chelstowski23-Feb-09 2:15
Greg Chelstowski23-Feb-09 2:15 
GeneralRe: remote access to sql server 2000 by c# Pin
H.R1-Mar-09 2:41
H.R1-Mar-09 2:41 
GeneralRe: remote access to sql server 2000 by c# Pin
Greg Chelstowski2-Mar-09 4:38
Greg Chelstowski2-Mar-09 4:38 
QuestionTabControl Flickering Pin
invictus322-Feb-09 9:15
invictus322-Feb-09 9:15 
AnswerRe: TabControl Flickering Pin
Thomas Stockwell23-Feb-09 15:46
professionalThomas Stockwell23-Feb-09 15:46 
GeneralRe: TabControl Flickering Pin
invictus324-Feb-09 19:25
invictus324-Feb-09 19:25 
QuestionFind .NET transaction that is blocking another transaction Pin
Webster Jones21-Feb-09 21:33
Webster Jones21-Feb-09 21:33 
AnswerRe: Find .NET transaction that is blocking another transaction Pin
Jon Rista22-Feb-09 7:38
Jon Rista22-Feb-09 7:38 
QuestionHow to connect microsift sql server 2005 using microsoft vb.net Pin
rohan404021-Feb-09 18:18
rohan404021-Feb-09 18:18 
AnswerRe: How to connect microsift sql server 2005 using microsoft vb.net Pin
ABitSmart21-Feb-09 19:52
ABitSmart21-Feb-09 19:52 
AnswerRe: How to connect microsift sql server 2005 using microsoft vb.net Pin
Dave Kreskowiak22-Feb-09 4:04
mveDave Kreskowiak22-Feb-09 4: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.