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

.NET (Core and Framework)

 
AnswerRe: Difference between # of current Logical Threads and # of current Physical Threads Counters Pin
Mike Dimmick27-Jul-07 4:55
Mike Dimmick27-Jul-07 4:55 
QuestionRe: Difference between # of current Logical Threads and # of current Physical Threads Counters Pin
Vikas Pai29-Jul-07 21:18
Vikas Pai29-Jul-07 21:18 
Questionfunction that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
jhyn26-Jul-07 21:00
jhyn26-Jul-07 21:00 
AnswerRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
Brady Kelly26-Jul-07 22:35
Brady Kelly26-Jul-07 22:35 
GeneralRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
jhyn26-Jul-07 22:40
jhyn26-Jul-07 22:40 
JokeRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
Luc Pattyn27-Jul-07 4:50
sitebuilderLuc Pattyn27-Jul-07 4:50 
JokeRe: function that returns the first letter of each word in uppercase, all other letters in lowercase in reporting services Pin
Brady Kelly27-Jul-07 4:54
Brady Kelly27-Jul-07 4:54 
QuestionPermissions for control hosted in Internet Explorer Pin
AlwiNus26-Jul-07 7:29
AlwiNus26-Jul-07 7:29 
Hello,

I've made a user control that i host in my website in Internet Explorer. It works, sort of, but it doesn't have all the needed permissions (WebPermission in particular).

When i try to play a sound that has to be downloaded from a url from my website, i get this:

Microsoft .NET framework
Application attempted to perform an operation not allowed by the security police. To grant this application the required permission, contact your system administrator, or use the Microsoft .NET Framework configuration tool.

Request for the permission of type 'System.Net.WebPermission, ...' failed
The action that failed was: Demand
The type of the first permission that failed was: System.Net.WebPermission

at System.Media.SoundPLayer.LoadSync()
at System.Media.SoundPLayer.LoadAndPlay(Int32 flags)
at System.Media.SoundPLayer.Play()
at ...

I've made a code group with the Microsoft .Net 2.0 Administration tool, in which i gave all assemblies with my strong name public key Full Trust. If i evaluate the assembly loaded from the url, it also states that my assembly has Full Trust permissions. Setting it to Everything or SkipVerification permission does'nt work, and only makes it worse (sometimes my control won't even load in IE then). I also tried to make a code group based on the url, but that didn't work either.

The weird thing is, my control uses a WebService and that works fine, but that is using web access too rigth? So why does downloading a file from the same website not work? Confused | :confused:

Does anyone know how to solve this?
QuestionPath.GetFiles - Searching for Multiple File Types Pin
SamM26-Jul-07 3:30
SamM26-Jul-07 3:30 
AnswerRe: Path.GetFiles - Searching for Multiple File Types Pin
Dave Kreskowiak26-Jul-07 6:41
mveDave Kreskowiak26-Jul-07 6:41 
GeneralRe: Path.GetFiles - Searching for Multiple File Types Pin
SamM26-Jul-07 6:43
SamM26-Jul-07 6:43 
QuestionObjectDataSource - retrieve return value of a function call Pin
Santiago Perez26-Jul-07 2:44
Santiago Perez26-Jul-07 2:44 
AnswerRe: ObjectDataSource - retrieve return value of a function call Pin
kubben27-Jul-07 2:18
kubben27-Jul-07 2:18 
QuestionHow to create a project on VS 2005 with .net 1.0 Pin
mercenary0125-Jul-07 23:25
mercenary0125-Jul-07 23:25 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
Mike Dimmick26-Jul-07 1:05
Mike Dimmick26-Jul-07 1:05 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
Pete O'Hanlon26-Jul-07 3:16
mvePete O'Hanlon26-Jul-07 3:16 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
Paul Conrad26-Jul-07 6:49
professionalPaul Conrad26-Jul-07 6:49 
AnswerRe: How to create a project on VS 2005 with .net 1.0 Pin
originSH26-Jul-07 22:51
originSH26-Jul-07 22:51 
QuestionRegarding CLR Execution in .NET Pin
Shyam K Pananghat25-Jul-07 20:47
Shyam K Pananghat25-Jul-07 20:47 
AnswerRe: Regarding CLR Execution in .NET Pin
Brady Kelly25-Jul-07 22:17
Brady Kelly25-Jul-07 22:17 
AnswerRe: Regarding CLR Execution in .NET Pin
Mike Dimmick26-Jul-07 2:02
Mike Dimmick26-Jul-07 2:02 
GeneralRe: Regarding CLR Execution in .NET Pin
Luc Pattyn26-Jul-07 7:13
sitebuilderLuc Pattyn26-Jul-07 7:13 
GeneralRe: Regarding CLR Execution in .NET Pin
Shyam K Pananghat26-Jul-07 20:57
Shyam K Pananghat26-Jul-07 20:57 
Questionhow to create setup file for a sql server 2000 database project in vb.net Pin
bonny02022725-Jul-07 6:56
bonny02022725-Jul-07 6:56 
AnswerRe: how to create setup file for a sql server 2000 database project in vb.net Pin
Paul Conrad25-Jul-07 11:51
professionalPaul Conrad25-Jul-07 11:51 

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.