Architecture :: Dsofile.dll Not Working In VS2008 Website On Windows 7 64-bit Machine / Error: 80040154

Oct 22, 2010

I need to extract meta-data of different files, as uploaded by the user.

For this I found out dsofile.dll from MS. Now the problem is that the version I've downloaded from

[URL] is working fine with Windows XP but giving run-time error in Windows 7 64-bit system. Finding more on the error I was getting I came to know that the dll would not work for 64 bit OS. I also downloaded 64-bit from [URL] but still am getting below run-time error:

Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154.

I've two questions:

How can I solve this run-time error and from where will I get dll working in VS2008 Website on Windows 7 64-bit?

Is there any other way I can extract meta-data (all the attributes/properties other than exposed by System.IO.FileAttributes) of any file (could be doc, docx, xls, xlsx, jpg, pdf, txt, etc.) uploaded by the user?

View 4 Replies


Similar Messages:

Visual Studio :: Windows XP Crashes On Building Website In VS2008?

Mar 24, 2010

I am ruuning VS 2008 on Windows XP Service Pack 3. The problem I am facing is that my windows crashes after a blue screen whenever I run a website in VS2008.Its only with websites projects in VS2008 but not with WinForms projects. WinForm applications running without any problem.This happens in this sequence that when I run the project, it starts, debugs and port is opened for my project (a popup that comes right near the system clock in taskbar) and suddenly after that a blue screen comes and Windows restarts. After restarting,
a message comes that system has been recovered from a serious, send report to Microsoft blah blah blah...Can anybody figures it out what problem there can be?

View 4 Replies

C# - IIS Session Isolation / Internet Explorer Not Working In Windows Server 2003 Machine

Nov 10, 2010

I am using ShDocVW.InternetExplorer class to spawn a new internet explorer object and to do some form filling stuffs(for some sharepoint works).It works fine in my own machine which has Windows 7 as the OS. But when I deployed the same thing in windows server 2003 machine, it does not pop up the internet explorer window. When I check the Task Manager, I could see a new iexplore process, but with Session ID = 0 (but session ID = 1 in windows 7). So, I see this is something regarding IIS Session isolation.So, is it possible to assign a ShDocVW.InternetExplorer instance to kind of a new System.Diagnostics.Process and achieve this task? Or can we start a new ShDocVW.InternetExplorer instance with session ID = 1?

View 3 Replies

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

COM Dll Error: 80040154 When Tried From IIS?

Jan 19, 2010

I have an ASP.NET 3.5 application where I am using an ActiveX control. When I try to run the website from Visual Studio 2008 using built-in web server it is working like a charm.

When I publish the same code to IIS I get the following error:

Retrieving the COM class factory for component with CLSID {ADAACEC8-D9F2-4E05-A5F3-D29E5C9C82F9} failed due to the following error: 80040154.

View 4 Replies

Visual Studio :: Running Website Windows 7 Professional 64 Bit / On Loading Up A Website Project Getting Error?

Mar 6, 2010

I have a new development machine running windows 7 professional 64 bit. On loading up a website project Im getting this error

'The Web Application Project 'websitename' is configured to use IIS. To access local IIS websites, you must install IIS components:

IIS 6 Metabase and IIS 6 Configuration Compatibilty

ASP.net

Windows Authentication

In addition you must run Visual Studio in the context of an administrator account

As far as Im aware, I am an administrator of my own pc and I have the .net framework installed.

View 4 Replies

Failed Due To The Following Error: 80040154 / How To Fix It

Jul 29, 2010

I have written and published a web service that returns a dataset in xml. This works great as long as I am the only one running it locally.

I have the following piece of code so that I can access the web service:

Code:

[code]....

Server was unable to process request. ---> Retrieving the COM class factory for component with CLSID {03BE6394-1DEF-40F1-A53D-9AAB2B688CB8} failed due to the following error: 80040154.

It also yells at me for not being able to step into the code on the server, which makes me believe that there is a security issue.

I know I am being kinda vague, but I really don;t know how to call the webservice from an aspx page to pass the data in and return the xml stream.

View 1 Replies

C# - COM Class Factory 80040154 Server Error?

Feb 22, 2011

I wasn't getting this error before on localhost, but now it's occurring when I uploaded my ASP.NET C# web app to the server. I've been looking for an answer how to fix this, but cannot seem to get rid of it. I have a Microsoft.Office.Interop.Excel DLL which I am trying to use to export data from a dataset to excel. I was told by customer service that the domain that I have registered is hosted on a 32-bit server.

Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154.

Source Error:

Line 499: object misValue = System.Reflection.Missing.Value;
Line 500:
Line 501: xlApp = new Excel.ApplicationClass();
Line 502: xlWorkBook = xlApp.Workbooks.Add(misValue);
Line 503: xlWorkSheet = (Excel.Worksheet)xlWorkBook.Worksheets.get_Item(1);

View 2 Replies

Configuration :: Retrieving COM Class Factory - Getting Error 80040154

Jul 30, 2010

I am facing one problem that when i try to access a page in the website, i am getting the following error,

Retrieving the COM class factory for component with CLSID {58A02778-16FC-423D-91AC-4619BD71257F} failed due to the following error: 80040154.

Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Retrieving the COM class factory for component with CLSID {58A02778-16FC-423D-91AC-4619BD71257F} failed due to the following error: 80040154.

Source Error:

[Code]....

Source File:
d:IEL_HELPDESKIEL-HelpDeskIELHelpDeskl_ticket_approval.aspx.cs
Line: 23 Stack Trace:

[Code]....

I went to that particular class file which is in the form of dll and in codebehind page of that class , builded the application, but it is not showing any compile time errors, but i put a break point it fails.

View 2 Replies

Com Class Factory For Component With CLSID Error: 80040154?

Jun 8, 2010

Retrieving the COM class factory for component with CLSID {86A3FE22-515C-45BF-B489-07DEEB03E2D6} failed due to the following error: 80040154.this is error message in my page in asp.net?

View 1 Replies

Configuration :: Deploying On Iis 7 And Windows Server 2008 But Website Not Working

Sep 10, 2010

I have developed a website using visual studio. Now i want to deploy the same on server having windows server 2008 o.s. and IIS 7. When i copy the website and paste it into wwwroot folder of iis its not working. What settings need to be done so that website can be accessed from iis.

View 2 Replies

Crystal Reports :: Retrieving The COM Class Factory For Component With CLSID Failed Due To The Following Error: 80040154

Dec 1, 2010

We are getting an error when ASP.Net tries to connect to Crystal reports Server.

I am running this in my local PC. The code is developed in .net Framework 3.5. The application is showing the following error.

Retrieving the COM class factory for component with CLSID {E063B04A-CB8B-460E-99D0-F7D8FA2FAAA2} failed due to the following error: 80040154

I am running the .net Framework 3.5 code in my system. AND asp.net version is 2.0

View 1 Replies

Visual Studio 2008 - How To Manually Override The IIS Directory For An .Net Project Opened By VS2008 But Created On Another Machine

Feb 25, 2011

I have an ASP.Net project created by a team member on another computer. The project references a virtual directory that exists on my computer but under a different localhost location.Currently, the following error occurs when I try to open the project:

The local IIS URL http://localhost/foo/default.aspx specified for Web project foobar has not been configured. In order to open this project the virtual directory needs to be configured. Would you like to create the virtual directory now?[Yes] [No]

So, there are two options: select yes: It creates the virtual directory that it thinks I need, which I don't want to do. I already have a virtual directory somewhere else.

select no: This isn't an option, as the project opens, but without all the bells and whistles I know and love.


Where is the virtual directory location (in my case http://localhost/foo/default.aspx) specified within the project? Can I change this manually, say in a configuration file within the project, either before or after I open it? A configuration change seems more ideal than manually opening IIS to override a virtual directory path.

EDIT (solution): Buried in the comments below is the following answer (Thanks @Thyamine)This can be configured in the foo.csproj file for the project. Look for the lines:

<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{F00-000-000}"> [code]....

View 1 Replies

Excel Error "Retrieving COM Class Factory For Component With CLSID {00024500-0000-0000-C000-000000000046} Failed Due To Error: 80040154"

Apr 7, 2010

I've added a reference to Microsoft Excel. Actually I'm uploading Excel file and doing some calculations on it. It works fine with my PC. But when I upload it onto the site and through it when I try to open Excel file it fires error : Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 80040154. How could I resolve this onto my server. It's fine with my pc.

View 2 Replies

ADO.NET :: LINQ Connection To DBF File Using VS2008 On Windows Xp With Sp2

Jan 27, 2011

I am trying to connect linq to dbf file. I am using VS2008 on windows xp with sp2. For most part I can create a connection and see the tables in the server explore, but when I try to drag and drop a table onto the .dbml i get "The selected object is an unsupported data provider". I have been trying to use FoxPro to connect to the DBF. In VS in the Data Connections I go to modify the connection and hit test and the connection says success, but no tables appear.

View 1 Replies

Visual Studio :: Should Windows 2003 Autoupdate VS2008?

Feb 11, 2010

I installed Microsoft Windows Sever Enterprise Edition (rus) SP1, downloaded (manually) and installed Windows Server 2003 SP2.Installed VSTS (Visual Studio Team System) 2008 (with MS SQL 2005 Express with it, MS Office 2003, MSSQL2008 Developer Preview), IE7.And my Windows Update does not detect/autoupdates any updates/service packs for VSTS2008 and MSSQLServers...like Windows XP, only updates for operating system Windows Server 2003, .NET, IE7, MS Office, etc.

Is it something wrong with my setup?Should Windows Server 2003 autoupdate detect and install VSTS2008 and MS SQL Servers updates, or should not?

View 1 Replies

Visual Studio :: Unable To Install Vs2008 On Windows 7 64 Bit?

Jul 27, 2010

I am trying to install vs 2008 on a 64 bit windows 7.

when it completes about 10% of the installation it gives me a list of error messages telling that setup has failed.I searched in microsoft communities and on the net,

View 1 Replies

Configuration :: Database Connection To Windows Form In Vs2008

Mar 25, 2010

I am using Vs2008 in that i created one new project of Windows form using C# language. but the thing is i want to connect the database connection to that one, but there is no webconfig file. how to connect the database connection.

View 1 Replies

SQL Reporting :: Does SSRS/VS2008 On Windows 7 Require IIS7 Install?

May 5, 2010

Here is what I need to know about SSRS/VS2008:

View 5 Replies

AJAX :: Addomg Toolbox Items To Toolbox Window On A Window7 Machine With VS2008

Feb 26, 2010

http://www.asp.net/learn/Ajax-Control-Toolkit/tutorial-47-cs.aspx

According to the above article you "Unblock" the zip file and then unzip it. You then create a new tab within the toolbox window and add the dll to show and use the toolbox items. However when I do that I'm getting the following:

'Request for the permission of type

'System.Web.AspNetHostingPermissio

View 1 Replies

Architecture :: How To Get The Client Machine Mac Address

Dec 16, 2010

We need the a solution for our ASP.NET website. in which a user needs to activate his machine and next time if he visits the site then we need to check the machine is activated or not. if the machine is activated then we want to redirect the user on different page.

Is there any way by which we can get the client machine MAC address and store it our database?

I have found some solution in which this can be done but it works on on IE and some ActiveX setting needs to be done.We want this should work on atleast IE and FireFox.

View 3 Replies

Visual Studio :: VS2008 SP1 Attempts To Connect To Time.windows.com When Starting Applications

Feb 13, 2010

My workstation does not have Internet access, but it uses a DNS server on the LAN. Every time I start any ASP.NET application from Visual Studio with either F5 or Ctrl-F5, the workstation (I don't know whether it's Visual Studio or Webdev.Webserver.exe) asks the DNS server for the IP address of "time.windows.com". The application is not started until the LAN-only DNS server returns an error, which results in a 10-second delay, during which the Internet Explorer is started, but displays a white background. Is there any way to prevent these connection attempts?

View 2 Replies

Can Install IIS 6 & IIS 7.5 On The Same Windows 7 Machine

Sep 13, 2010

I'm having trouble with an app that runs on IIS 6, but not IIS 7.5 (as outlined in this question: IIS 7.5 Can't open Handler Mappings?)

I think it might solve the problem if I could run IIS 6 on my machine as well as 7.5. Can this be done? Will it cause any problems if I do this?

View 2 Replies

AJAX :: No Extenders Are Working For VS2008?

Jan 26, 2011

I started up a new 3.5 Asp.Net Website using VS2008.

No Asp.Net Ajax enabled Website or Ajax toolkit enabled templates present.

Ajax Extensions tool set is there.

Added the ajaxtoolkit3.5 controls to the toolbar in its new tab. I'm running asp.net 3.5.

DesignView....

Add scriptmanager to the page.

Add a standard control. I tried each one of the following one at a time: Button, Textbox, Panel.

I drag and extender to the window and (/) can't do!

I cannot drag and drop any extenders to my page.

I add reference to the ajaxtoolkit dll that is the bin directory. Does nothing.

I add a Register declaration on the page. Does nothing.

I didn't touch the code behind. Everything there is default including the using statements.

[code]...

View 2 Replies

Asp.net - Running A Website In Vs2008 Opens In Other URL

Feb 24, 2011

In Visual studio 2008, if I run a website, then the website is running in other url. But it is running perfect in visual studio 2005.When I click the Asp.net configuration setting itself, the url is redirected into someother webserver.

View 1 Replies







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