 |
|
|
 |
|
 |
below is the error msg i got when trying to deploy to godaddy. Is there a way around?
Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
Exception Details: System.Security.SecurityException: That assembly does not allow partially trusted callers. ------------ Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Its one of the very good and interesting article I have ever seen, I am making a personal website and like to use your control in it, it's working fine locally but when uploaded into my hosting server it seems like license needed, can you please help me to use your control in my personal website
Thanks in advance
Thanks & Regards
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
I have downloaded both .zip files from the site. pseudomp3source.zip and pseudomp3.zip. I made a directory on C:\Program Files with the name mp3Control, and copied all the files into it, including .dll file on bin directory.
I opened the control in the toolbox by picking the .dll file and i got the radio to display on my site. Then i changed the directory for my mp3s (src), first to a folder containing .mp3 files and then i tried to change the source to a .mp3 file specifically. Either way the player won't play it. I got the name of the .mp3 on the radio on the radio but when i push play it won't play.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi,
Look at the Src for the mp3. This is 99% probably the cause of none file playback during development.
If you have mp3's in a folder called 'audio' (in your main site folder) and a file called 'shake Ur booty.mp3' (sorry) then the the Src will simply be Src="audio/shake Ur booty.mp3"
Of course when you deploy then you will need to include the full URL.
Hope this helps
Martin
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
hi, is it possible to play files which are located on a network share? I have impersonate my application so that it has rights to access the files...
my "src" looks like this, but i does not work:
Src="file://10.10.44.8/voice/germany/279843931/Voice283990936_27115560.mp3"
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
 |
Hi,
I would like to know how do implement the position control for the same control. I would like to play mp3 giving preview of the mp3 i.e playing a snippet of mp3 for 60 sec or so from the position which is customisable. Let me know how do i do it?
Waiting for your prompt reply,
|
| Sign In·View Thread·PermaLink | 2.00/5 (1 vote) |
|
|
|
 |
|
 |
Did you ever figure this out? I'd like to have a property (for the server control) that can set the start and end positions of the mp3. Anybody found this?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Dear Mr. Boisen
We want to use this control for comercial purpose.Please provide us with more details about the license or royalty and the method of payment.
Sujeet
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I haven't sold this control before, but I would sell a single server license for AU $100, and a royalty free distrubution license for AU $300. If you are interested I have a new version of the code which uses ASP.NET 2.0. It removes the problems surrounding the internal flash resource file which this version on codeproject suffers from.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i finally got the control to work. im wondering if i can dynamically change the Src so i can specify which file to load into the player? im using a sql server database and i would like to select a file from there in GridView control, then for it to play in the control.
do you know if this is possible?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
I'd also like to use this for commercial purposes. Basically, what I need is an mp3 player that'll work in CLASSIC ASP. Can you do this? If so, please email me at justinr_02@yahoo.com. Thanks!
Panuvin / justinr_02@yahoo.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Can you modify the control in such a way so that it is not visible in our webpage and we can associate its fuctions to the the buttons on our page ?
Sujeet Singh Software Engineer Hanu Software Solution Gurgaon (H.R.) India E-mail :- sujeet.singh@hanusoftware.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i am struggling to upload the file(s) into my visual studio 2005 application. i simply dont know what to properly do.
can anybody give me some helpful hints?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
i got the control loaded into my application, but it wont play anything! does anybody have and hints at all to solve the problem??
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Ok so here is my dilema... I changed the way the MP3 Player looked to match the companies Intranet. But when I rebuild the project it does not change the looks. I am sure it is something simple and stupid and I am just being blind, but can ya help me out please. Thanks
Life is too short to not enjoy what you do everyday... - Me
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi everyone, I figured it out. But let me tell you, I emailed the source provider and received a read receipt, but them I was just ignored. Nothing worse than a programmer that cannot even attempt to help out others int heir time of need. A simple... I really cannot support this prject anymore would have been fine.
|
| Sign In·View Thread·PermaLink | 1.00/5 (1 vote) |
|
|
|
 |
|
 |
From the source viewer: clip=http://localhost/GreatestGift.mp3
aspx: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
<%@ Register Assembly="PseudoMp3" Namespace="PseudoEngine" TagPrefix="PseudoEngine" %>
<%@ Register Assembly="MMP" Namespace="MMP" TagPrefix="cc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" > <head runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <PseudoEngine:PseudoMP3 ID="PseudoMP3_1" runat="server" Src="http://localhost/GreatestGift.mp3">
</form> </body> </html>
If I navigate in the browser to the file(http://192.168.15.230:8088/GreatestGift.mp3) and double click, it will play with Quick Time but not in the control.
Does anybody have any ideas??
Thanks,
Bill
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
im in the exact same position. i finally got the control to load, but no music is playing.....help please is badly needed...
|
| Sign In·View Thread·PermaLink | 2.00/5 (2 votes) |
|
|
|
 |
|
 |
The mp3 being played sounds like the chipmunks. The file sounds normal when played with Media player, but twice as fast when played with this control. Are there any formatting requirements for the mp3 file?
|
| Sign In·View Thread·PermaLink | 1.09/5 (9 votes) |
|
|
|
 |
|
 |
:(This control works for me if I set the URL to a static mp3 file. However, I need to set the SRC to a HTTP Handler URL for example
http://www.domain.com/MediaServer?MediaID=22
If I access the URL directly via the browser, the song is played by Media Player.
If I set the SRC for this control to the URL above, the song is not played, and there is no error message.
What am I getting wrong?
Eric Onyango
|
| Sign In·View Thread·PermaLink | 2.67/5 (3 votes) |
|
|
|
 |
|
 |
The Control it's really cool, but i need to know, maybe, to play a video, what do i need to do on the control? this control could be, in sometime, used for that use too? One more time, the control it's really cool Greetings, Raul
|
| Sign In·View Thread·PermaLink | 1.71/5 (4 votes) |
|
|
|
 |
|
 |
This control looks awesome - just what I've been looking for, BUT... I have copied psuedomp3.dll to my virtual directory and checked that all users, including the Internet guest Account, have full permission to the containing directory and file. I then added the control to the toolbox successfully and added it to my working asp.net page. when I execute the page I get the following... Access to the path "d:\inetpub\wwwroot\chaseadmin\PseudoEngine\" is denied. Stack Trace:
[UnauthorizedAccessException: Access to the path "d:\inetpub\wwwroot\chaseadmin\PseudoEngine\" is denied.] System.IO.__Error.WinIOError(Int32 errorCode, String str) +393 System.IO.Directory.InternalCreateDirectory(String fullPath, String path) +632 System.IO.Directory.CreateDirectory(String path) +195 PseudoEngine.PseudoMP3.FileFromResource(String FilePath, String FileName, Assembly AssemblyReference, String ResourceName, Boolean OverWrite) PseudoEngine.PseudoMP3.Render(HtmlTextWriter output) System.Web.UI.Control.RenderControl(HtmlTextWriter writer) System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer) System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output) System.Web.UI.Control.RenderControl(HtmlTextWriter writer) System.Web.UI.Control.RenderChildren(HtmlTextWriter writer) System.Web.UI.Control.Render(HtmlTextWriter writer) System.Web.UI.Control.RenderControl(HtmlTextWriter writer) System.Web.UI.Page.ProcessRequestMain()
If anyone else has seen this error or even worked through it I would love to hear from you.
TIA
|
| Sign In·View Thread·PermaLink | 2.00/5 (3 votes) |
|
|
|
 |