Windows Media Encoder Object Not Created In C# On MS Server 2003 64 Bit/80040154

Mar 14, 2010

I created (and used) a Windows Media Encoder object in Microsoft Visual C# 2008 Express Edition on MS Server 2003 64 bit. This worked fine.

However, when I attempted to create the equivalent Windows Media Encoder object using Microsoft Visual Web Developer 2008 on MS Server 2003 64 bit, the following exception was thrown:

"Retrieving the COM class factory for component with CLSID {632B606A-BBC6-11D2-A329-006097C4E476} failed due to the following error: 80040154."

It cannot be that the component isn't registered, because both have a reference to the same WMEncEng.dll file. The Microsoft Visual Web Developer 2008 code also worked fine on XP 32 bit.

[code]....

View 1 Replies


Similar Messages:

Activate COM Object Using Website Doesn't Work In Windows 2003 Server

Apr 12, 2010

I have been trying really hard to activate and launch a COM object using an ASP.NET web application. The aspx website has a code-behind file that has a reference to this COM object (which is an actual application -a CAD software). When required, the VB code creates (or launches) the application.

The complete set-up works in a Win-XP (32-bit) environment both under debugging using visual studio and when the website is accessed by an outside user (through IIS server in XP). But the same application doesn't get activated when it is hosted onto the Win-2003 (32-bit) IIS server. I get "Object reference not set to an instance of an object" error.

The way I have setup in Win-XP was to grant ASP user and Internet guest user permissions to the COM object in the DCOM Config and since the windows firewall is enabled, I add the exe file (associated with the COM object) to the exception list. For the case of Win-2003 server, I add the Network Service permission to the COM object. But the setup doesn't seem to work at all. I am not sure what I am missing and how to get the application to launch.

View 1 Replies

Web Forms :: How To Interact Between Windows Media Player And Windows Media Services

Jan 12, 2011

I have an ASP .NET 2.0 (4.0 is an option) page that I've embedded the Windows Media Player to using OBJECT tags.

The player is connecting to a Windows Media Services publishing point on the Web server. This is on a 2008 server.

Everything works great, see it here: [URL]

If I understand correctly, the information the player is showing in its status bar comes from the ID3 tags of the current track. Continuing on this line of thought, the ID3 information must be coming to the player from the media server. Correct?

What I want to do is collect and use the information about the track that's current being played. I'd like to be able to create a custom display for the current track information. I'd also like to put a custom value in the track information to look up additional information about the artist/track from a database.

View 2 Replies

Web Forms :: Play Windows Media Player In Webpage Without Installing Windows Media Player?

Mar 20, 2010

i have the following bit of code... is there a way to embed a media player into a webpage (such as windows media player) and play a file on it without actually having to have windows media player installed?

so to clarify, can i play a windows media player in a webpage without having it installed? because at the moment the follwing bit of code only plays my files asfter i installed windows media player on my PC.

private static string MediaPlayer(string file)
{ return "<OBJECT ID="mediaPlayer" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" standby="Loading Microsoft Windows media Player components..." type="application/x-oleobject">" +
"<PARAM NAME="AutoStart" VALUE="true" />" +
string.Format("<PARAM NAME="FileName" VALUE="{0}" />", file) +
"<PARAM NAME="ShowControls" VALUE="true" />" +
"<PARAM NAME="ShowStatusBar" VALUE="true" />" +
string.Format("<EMBED type="application/x-mplayer2" SRC="{0}" name="mediaPlayer" width="176" height="144" autostart="1"showcontrols="1"></EMBED>", file) +
"</OBJECT>";
}

View 1 Replies

ASP 4.0 On Windows Server 2003 64 Bit

Dec 22, 2010

Is there a step by step guide on how to enable .NET 4 on IIS 6 running under Windows Server 2003 64bit?

View 1 Replies

SQL Server :: How To Upload Video And How To Retrieve It And Play In Windows Media Player

Oct 5, 2010

i am developing web portal, which suppose to upload video in sql2005 and should be able to retrieve that video on request and play in aspx page with windows media player.

View 1 Replies

Asp 2.0 On IIS 6.0 Windows Server 2003 - Gives Error

Dec 9, 2010

I have windows server 2003 machine. I want to run a site that uses asp.net 2.0. By default there is asp.net 1.1. Then I installed .net framework 2.0 but still site uses asp.net 1.1 and give errors. How i run site with asp.net 2.0?

View 2 Replies

Write A Application Which Connects To Remote Server(windows 2003 Server

Jan 17, 2011

I have to write a application which connects to remote server(windows 2003 server, open SQL Management studio in that server and enter a specific SQL Server address and access a stored procedure, change some values and execute the stored procedure.)

I have to write this application using C#.Net , Could anybody point me in right direction, Where do I start?

View 6 Replies

DataSource Controls :: SQL Server R2 On Windows 2003 Server Installation Error

May 17, 2010

i am trying to install SQL Server R2 on my windows 2003 server (I downloaded the x64 version) but on the installation directory, just before i click next, to get the error, the path is as follows: C:ProgramFiles(x86)Microsoft Sql Server im not too sure if thats the problem though, just guessing, since i dont know anyother problem, and its a new server. I also tried multiple server restarts and still got the same error.

View 6 Replies

How To Deploy Website On Windows Server 2003 & IIS 6.0

Aug 4, 2010

how to deploy an ASP.NET2.0 website on Windows server 2003 & IIS 6.0.

I tried to follow these steps but I get the message "Internet Explorer cannot display the webpage".

1. Create a new website in IIS with a host header.

2. Browse to the directory where the asp.net website is and setting it as home directory.

3. Stopping the website and starting it.

I am using Visual studio 2005 to develop my Asp.net website.

View 16 Replies

Crystal Report Does Not Run On Windows 2003 Web Server

Feb 15, 2010

we have an application in ASP and Crystal Report design in Segate Crystal Report 7 in the same application. We are running this application on Windows 2000 advanced server web server, its running fine as well as the Reports. The problem arise when we host this application from Windows 2003 web server. The application run fine but the Reports does not run, giving data source error messgae

View 1 Replies

URL Routing Is Not Working On Windows Server 2003 R2?

Nov 1, 2010

I have implemented URL Routing in Asp.net 4.0 application, when i try to run it on windows server 2003 R2 server with IIS 6.0. the application works fine but without routing, whereas routing works fine on every other server.

View 1 Replies

Httphandler Not Working In Windows Server 2003 R2?

Jul 9, 2010

Im using a httphandler to response another pdf file in case requested file not found. Its working fine in local development pc but not working in web server. Mapped .pdf as wild card mapping too but no result yet. Still i'm getting the 404 error.

View 1 Replies

Configuration :: Deploying Web App To Windows Server 2003

Oct 17, 2010

I've been given a virtual dev environment being windows server 2003 and I need to publish a web app to it. I've deployed apps quite easily using the publishing wizard but I'm not sure how to do deploy to a windows server.. can someone please provide a link or a guide on how to do this as I need to set it all up and I really don't know where to start.

View 2 Replies

Hosting WCF Web Serveic On Windows Server 2003?

Mar 21, 2011

Server Error in '/' Application. IISspecified authentication schemes 'IntegratedWindowsAuthentication, Anonymous', but the binding only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anonymous. Change the IIS settings so that only a single authentication scheme is use

View 1 Replies

Configuration :: ASP Error On Windows Server 2003

Jul 5, 2010

I set up VS 2008 team suite on windows server 2003 ,and when I begin a new web site and try to run this website I have error saying

Error 61 Unrecognized configuration section system.serviceModel.
C:WINDOWSMicrosoft.NETFrameworkv2.0.50727Configmachine.config 136

I tried to edit in Machine.config but It did't succeed

View 5 Replies

Add Machine Account In Windows Server 2003?

Feb 18, 2011

I wand to download the files in Windows server 2003. For that the ASP.Net application needs access control to the directory. I searched the ASP.NET Account. But I cannot find. How Can i find or add?IF I try to add the ASPNET account using User Accounts panel. I cannot open the localusers It says an error "the computer is a domain controller. This snap-in cannot be used on a domail controller. Domain accounts are managed with active directory users and computers snap-in"

View 2 Replies

Service Unavailable Error In IIS Windows Server 2003?

Feb 4, 2011

Service Unavailable Error in IIS Windows server 2003

View 2 Replies

VS 2005 Virtual Directory - Windows Server 2003

Apr 9, 2010

I have made a Virtual Directory in XP. I have files with no extension. When I click on those files they are downloaded perfectly from a XP Server. However when I made the server on Windows 2003 Server. I got problems downloading these files. What should I do in Windows 2003 Server Settings? Or should I do something with my code. I am pretty sure that I will not have to disturb my code as it is running fine on XP

View 6 Replies

Getting Error When Deploying On Application On Windows Server 2003

Aug 17, 2010

I am getting the error -- Error 1723. There is a problem with this Windows Installer package. A DLL required for this install to complete could not be run. Contact your support personnel or package vendor. Action WEBCA_FillComboBox, entry: FillComboBox, library: C:DOCUME~1ADMINI~1.XYZLOCALS~1TempMSI15B.tmp -- when I try to deploy a ASP.NET application on the server.I am using "Enablehostheaders.js" to select the website where I need to install the files..I am using visual studio.net 2003/framework 1.1

It is working fine in the development system..

View 4 Replies

Web Forms :: Routing Is Not Working On Windows Server 2003?

Oct 20, 2010

I have Implemented routing in my web application. Iahve registerd the routes in global.asax file in application start event like the following: where my application containing a login page on the root

System.Web.Routing.RouteTable.Routes.Add("Login", new System.Web.Routing.Route("Login", new RouteHandler("~/Login.aspx")));
//RouteHandler class code
public class RouteHandler : IRouteHandler
{
public RouteHandler()
{
}
public RouteHandler(string virtualPath)
{
_virtualPath = virtualPath;
}
public IHttpHandler GetHttpHandler(RequestContext requestContext)
{
var display = BuildManager.CreateInstanceFromVirtualPath(
_virtualPath, typeof(Page)) as IDisplay;
return display;
}
string _virtualPath;
}
//IDisplay code
public interface IDisplay : IHttpHandler
{
}

And i have inherit the IDisplay on my login page.

No have host this application on the windows server 2003 on 80 port and map this to the sub domain like

[URL]

now i am browsing the url

[URL]

this giving me the page not found error on browser.

I am abel to browse the page if i use

[URL]

So wt is the main issues with this routing.

I have done all settion in web config for routing.

View 1 Replies

Configuration :: Deploying Web Application To Windows Server 2003

Oct 31, 2010

I have built my site using VS.Net 2010 on my XP machine. I would like to deploy it to my server which is a Windows 2003 Server. I have tried to do it with FTP, but it keeps failing with the error that "Front Page Extensions are not installed on the web server". When I check the server the extensions were installed and I also checked IIS and the service for the extension is allowed.

View 6 Replies

Deployment - Deploying 3.5 Project To IIS 6 On Windows Server 2003?

Aug 5, 2010

I have a project which involves a database (sql server 2008 express) class library, webservice and a website which I want to deploy on a windows server 2003 with IIS 6. I look ed on the web and how to do this for the website mostly but unfortunately not that much for the webservice, classlibrary and database.

View 1 Replies

Configuration :: Upgrading Windows 2003 Server To Framework 2.0 SP2

Oct 25, 2010

We have multiple websites deployed onto Windows 2003 WebServer running under .NET Framework 2.0 SP1 version and now we want to upgrade it to .NET Framework 2.0 SP2, so just wanted to check that after upgrading the .NET Framework on the server do we also need to re-deploy the websites by recompiling them in .NET Framwork 2.0 SP2 version or it's not necessary as they will automatically start referencing the latest assemblies?

View 2 Replies

Configuration :: Deployment Of ASP 2.0 Website On Windows Server 2003

Jun 8, 2010

I have developed a website in ASP.NET and deployed on IIS 6.0 server on windows Server 2003.I used asp.net 2.0,SQL server 2005,AJAX and javascript .It is working.The problem I have that this website is slow. How did I deployed website on IIS? I went to Build-->Publish Web Site and it then created a folder with all pages, I simply copied that folder on webserver and put path in IIS. Is that a correct way to deploy aps.net webite or not? let me know is any other best way to deploy website that can make my website faster.

View 3 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved