Class Not Registered With RMO And X64 Windows

Nov 16, 2006

I have a small .net application that uses RMO to synchronize a merge subscription. Everything works fine when I build with platform target = "Any CPU" on both x86 and x64 systems, but I get a "Class not registered" error on my x64 system when the application is built with platform target = "x86". Incase you are wondering I have to run this code under x86 because it is actually going to distributed in a dll and called from an x86 application.

x64 System:
Microsoft Windows Server 2003 R2
Enterprise x64 Edition
Service Pack 1

Here is my code:

{
ServerConnection dbconn = new ServerConnection(publication_server);
dbconn.LoginSecure = true;
dbconn.Connect();

MergeSubscription subscription = new MergeSubscription();
subscription.ConnectionContext = dbconn;
subscription.DatabaseName = publication_db;
subscription.PublicationName = publication_name;
subscription.SubscriberName = subscription_server;
subscription.SubscriptionDBName = subscription_db;

if (!subscription.LoadProperties() || subscription.SubscriberSecurity == null)
throw new Exception("Unable to initialize the Synchronization");

MergeSynchronizationAgent agent = subscription.SynchronizationAgent;
agent.Synchronize();
}

View 7 Replies


ADVERTISEMENT

Class Not Registered

Dec 28, 2001

Not able to use Enterprise Mgr after updgrade. Getting Class not registered? Any idea what to do to correct? Thanks, A

View 1 Replies View Related

Class Not Registered

Feb 14, 2007

Hi,

when i am trying to open a table from Microsoft Visua Studio 2005
I got the following error

Class Not Registered.Loking for object with classID:......

how resolve this?????

View 1 Replies View Related

Enterprise Class Not Registered 6.5

Mar 30, 2004

Today morning i tried connecting to sql 6.5 through enterprise edition got the following error


SQL ole object could not be registered class not registered (80040154)


I did shut down and restart, stopped and restarted the services

View 6 Replies View Related

Class Not Registered Error

Jun 7, 2007

When I try to run DTS Package in SQL 2000, it reports a error - Class not registered?



What is the solution to this problem?

View 1 Replies View Related

Class Not Registered Error.

Apr 14, 2008



Hi all,

I have created a SSIS package that pulls data from paradox tables using a microsoft Jet 4.0 OLEDB Provider.

Iam pulling data from Paradox tables to SQL SERVER

In the package i have changes the properties RunIn64bitmode from True to False,doing this helped me to run the Package in BIDS environment....However iam not able to run the same using batch file.
.
I get the below error when run thru a batch file.

Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered"

Has anybody come across this situation?Any help on this is greatly appreciated.

Thanks

View 1 Replies View Related

RMO Class Not Registered Error.

Jan 12, 2007

I have an application written in .Net 2.0 using the SQL Server RMO .Net assemblies to create the replication on the SQL Server and to control the synchronization between the publisher and subscribers. I have installed the application on a server that only has the following components install on it:


Microsoft SQL Server Native Client
Microsoft Core XML Services (MSXML) 6.0
Microsoft SQL Server 2005 Management Objects Collection

When I run application everything works until I try to synchronize a subscriber, I get the following error: Class not registered.

I tracked down the clsid which it can€™t find to be this:
1E6ADC03-1A05-4DF0-B627-3DAE0F6DA188.

This is listed to be the following class: (Microsoft SQL Merge 9.0) SQLMerge.SQLMerge.3 which located in the following dll file: sqlmergx.dll.

Is there a separate install package that I need to run to get this, sqlmergx.dll and other dependent libraries installed? Or do I have to have SQL Server Services installed on this server because I tried to install only the SDK from the server install on this server and then the client tools and still get the same error when trying to synchronize between the publisher and subscriber.

Or is there something missing with our RMO .Net assemblies?

View 1 Replies View Related

Error Working With DTS -- Class Not Registered

Jun 1, 2007

I have a DTS package (stored in a .dts file) that was created in SQL Server 2000 and I am trying to work with it in SQL 2005. When I try to import it into the Legacy > Data Transformation Services node in Management Studio, I get a window that reads "Class Not Registered (Microsoft Data Transformation Services (DTS) Package)". I get the same error if I try to just execute the package itself from a query window.



I have Legacy Support installed, and I also have Integration Services installed.



Any ideas? We have three installations of SQL 2005 and I am getting the same error on all of them.

View 1 Replies View Related

'Class Not Registered' When Getting Property SynchronizationAgent

Jun 20, 2007

I've searched through all the forums for hours on hours on this one and all possible solutions have not worked. Here's what I'm trying to do:

Subscriber computer is MSDE 2000 and is able to synchronize with our SQL Server 2005 machine (Publisher) with no problems. I'm working to automate this process and from my "development" machine I can connect to the subscriber, load a MergePullSubscription, get the SynchronizationAgent and call Synchronize() on it...no problems.

However (isn't there always a however?), when I try to run this from our subscriber, production machine, my application would crash with no errors saying an assembly could not be found, but would not tell which one. AND it did not throw an exception to tell me which assembly was missing. I found that I needed to install Native Client and Management Objects and all seemed well...until I got to the code where I tried to get the SynchronizationAgent property from the merge pull subscription. Now I get this error:

Microsoft.SqlServer.Replication.ComErrorException (0x80040154): Class not registered
at Microsoft.SqlServer.Replication.MergeSynchronizationAgent..ctor()
at Microsoft.SqlServer.Replication.MergePullSubscription.get_SynchronizationAgent()
at ReplicationSync.Form1.btnStart_Click2(Object sender, EventArgs e) in ...

I have spent hours trying to figure out what's different on my development machine (with Visual Studio and MSDE, etc) and I'm lost. I did find a post where they mentioned registering sqldistX.dll & sqlmergX.dll, but this did not fix the problem.

Am I missing some install here?

View 3 Replies View Related

An OLE DB Error Has Occurred - Description: Class Not Registered

Jan 30, 2007

Hi

I have a package the connection of which is defined in a config file. When the source is on SQLserver, the package executes fine but when i change the connection to Oracle then i am getting this error.



TITLE: Microsoft Visual Studio
------------------------------

Error at DMND_PROBS_EXTRACT [Connection manager "DLWSDV18.PM"]: An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".

Error at DMND_PROBS_EXTRACT [DEMANDPROBLEMDETAILS [1]]: The AcquireConnection method call to the connection manager "DLWSDV18.PM" failed with error code 0xC0202009.



------------------------------
ADDITIONAL INFORMATION:

Exception from HRESULT: 0xC020801C (Microsoft.SqlServer.DTSPipelineWrap)

------------------------------
BUTTONS:

OK
------------------------------


Please let me know if theres any solutions.

Thanks,

Vipul

View 3 Replies View Related

Scheduled Package Problem: Class Not Registered

Sep 14, 2007

Hi,

Attempting to schedule and execute a package. The server is a 64bit clustered sql 2005 server.

The package was developed on my local install of sql 2005 client tools. I can run the package within BIDS, I can export and run the package from MSDB, but I cannot get it to execute without failure when scheduled.

I suspect it is some weirdness caused by the difference between 32 bit and 64 bit type program, but do not know what to do to figure it out.

Job history output below:

Date 14/09/2007 1:07:30 PM
Log Job History (SISS)

Step ID 1
Server servername
Job Name SSIS test job
Step Name Import NE Outpat
Duration 00:00:02
Sql Severity 0
Sql Message ID 0
Operator Emailed
Operator Net sent
Operator Paged
Retries Attempted 0

Message
Executed as user: HAHSillsqlserver. ...9.00.3042.00 for 64-bit Copyright (C) Microsoft Corp 1984-2005. All rights reserved. Started: 1:07:30 PM Progress: 2007-09-14 13:07:31.54 Source: Clinics Validating: 0% complete End Progress Progress: 2007-09-14 13:07:31.54 Source: Clinics Validating: 33% complete End Progress Progress: 2007-09-14 13:07:31.75 Source: Clinics Validating: 66% complete End Progress Error: 2007-09-14 13:07:31.89 Code: 0xC0202009 Source: ImportNewEnglandOutpatientData Connection manager "Clinics" Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154. An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered". End Error Error: 2007-09-14 13:07:31.89 Code: 0xC020801C Source: Clinics Clinics Access Database [15] Description: SSIS Error Code DTS_E_CANNOTACQ... The package execution fa... The step failed.

Thanks for all suggestions,

View 5 Replies View Related

Class Not Registered Error | Loading Excel File

Aug 3, 2007


Hi All,

I have SSIS package which loads excel data in SQL server. Now when I execute the package by double clicking it(GUI Utility for Dtexec) or by running it in SSIS Editor it works great.
However if I run it using the command line dtexec.exe then following error arises. Note that machine on which I am executing does not have Microsoft Office installed and is 64 bit.

Error: 2007-08-03 16:53:27.42
Code: 0xC0202009
Source: PkgExtract Connection manager "SRC_Connection"
Description: An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
End Error
Error: 2007-08-03 16:53:27.42
Code: 0xC020801C
Source: Data Flow Task - Extract Data Excel Source [1860]
Description: The AcquireConnection method call to the connection manager "SRC_Connection" failed with error code 0xC0202009.
End Error
Error: 2007-08-03 16:53:27.43
Code: 0xC0047017
Source: Data Flow Task - Extract Data DTS.Pipeline
Description: component "Excel Source" (1860) failed validation and returned error code 0xC020801C.
End Error



Any pointers or help is greatly appreciated.

Thanks
Sid

View 11 Replies View Related

Integration Services :: SSIS Class Not Registered Error

May 6, 2015

I am using SSIS 2008 R2 & SQL Server 2008 R2. When I run the package in bids it runs fine but when I try to execute this package from agent job I get the below error message. In the job execution options I tried using 32-bit runtime that didn't work either.

Connection String for Ole db source"Data Source=Test;Initial Catalog=DB_SSIS;Provider=SQLNCLI10.1;Integrated Security=SSPI;Application Name=SSISDataLoad;"

Error Message:
Executed as user: Domainusername. Microsoft (R) SQL Server Execute Package Utility  Version 10.50.4033.0 for 32-bit  Copyright (C) Microsoft Corporation 2010. All rights reserved.   

Error:      Code: 0xC0209302     Source: SSISDataLoad Connection manager "DB_SSIS"     Description: SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR.  The requested OLE DB provider
SQLNCLI.1 is not registered. Error code: 0x00000000.  An OLE DB record is available.  Source: "Microsoft OLE DB Service Components"  Hresult: 0x80040154  Description: "Class not registered".  Code: 0xC020F42A . Source: SSISDataLoad Connection manager "DB_SSIS"     Description: Consider changing the PROVIDER in the connection string to SQLNCLI10 or visit

View 4 Replies View Related

SQL Server 2005 X64 SP2 Conflict With Teradata Oledb? (class Not Registered)

Jul 23, 2007

SP2 for SQL Server 2005 x64 has been less than happy for me.

The initial problem, mentioned in another thread, concerned SSIS client which stopped liking Data Flow components. It was solved by a removal and reinstallation of the client tools.

However, there now seems to be a problem with making use of the Teradata oledb provider within SSIS. Prior to the installation of SP2 there was no problem.

I create a new SSIS package
Add a Data Flow component
Within the data flow add an oledb source
Create a new connection - using the Teradata oledb provider
Test the connection (it works!)
Use SQL something like "select * from some_teradata_table_on_the_TD_server"
Click on columns, wait a second, a list of columns is returned
Add a SQL Server destination (with a new SQL Server connection)
Connect the two components
Save the package

Click go
The TD oledb source component turns bright red and the error is "class not registered"

I have uninstalled the TD oledb provider (and underlying TD components) and re-installed (32-bit and 64-bit) - no change

Any ideas?

- KjM

View 7 Replies View Related

SQL Tools :: Unable To Save A Maintenance Plan In 2005 / Class Not Registered

Nov 2, 2015

Unable to save a maintenance plan in sql server 2005, SP3. Error is class not registered.

View 2 Replies View Related

Source: Microsoft OLE DB Service Components Hresult: 0x80040154 Description: Class Not Registered. - MSAccess

Oct 31, 2007

Hello,

I am running Windows Server 2003 R2 Enterprise Edition SP 2

I have created an integration package in VS 2005 which extracts data from Access 2000 and imports it into a table on SQL server 2005 running on this server.

The package runs ok in Visual Studio 2005, but when i schedule it as a step in 2005 SQL Agent to execute as a SQL Server Integration package using SQL Agent Service Account it comes with the following error -
I did a bit of research which suggests this is due to SQL 64 bit and Windows 64b bit, however I am running 32 bit !! also the sql server agent is a domain admin user...can you gurus please help ?



Microsoft (R) SQL Server Execute Package Utility
Version 9.00.3042.00 for 32-bit
Copyright (C) Microsoft Corp 1984-2005. All rights reserved.
Started: 10:07:42 AM
Error: 2007-10-31 10:09:13.85
Code: 0xC0202009
Source: Copy all Data to Reporting Prod Connection manager "Access Allocations.mdb"
Description: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x80040154.
An OLE DB record is available. Source: "Microsoft OLE DB Service Components" Hresult: 0x80040154 Description: "Class not registered".
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC020801C
Source: 5_Copy vw_Allocations 5_Access Allocations [1]
Description: SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "Access Allocations.mdb" failed with error code 0xC0202009. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC0047017
Source: 5_Copy vw_Allocations DTS.Pipeline
Description: component "5_Access Allocations" (1) failed validation and returned error code 0xC020801C.
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC004700C
Source: 5_Copy vw_Allocations DTS.Pipeline
Description: One or more component failed validation.
End Error
Error: 2007-10-31 10:09:13.85
Code: 0xC0024107
Source: 5_Copy vw_Allocations
Description: There were errors during task validation.
End Error
DTExec: The package execution returned DTSER_FAILURE (1).
Started: 10:07:42 AM
Finished: 10:09:13 AM
Elapsed: 91.422 second


View 29 Replies View Related

OLE DB Error: OLE DB Or ODBC Error: Class Not Registered.

Apr 28, 2008

I have been searching high and low for days and I am perplexed and appalled at the lack of information regarding what can not be an isolated incident.

We are trying to get an Analysis Services 2005 to process on a x64 server. We have both versions of the Oracle client installed and .ora file in both places. I have seen a couple of posts regarding this issue, but they are 2 years old and MS was supposed to have resolved the 'parentheses' issue long ago.

The test connection succeeds, and I can explore the data in the datasource view, but I cannot process the cube. All I get is the "OLE DB error: OLE DB or ODBC error: Class not registered"

Microsoft Windows Server 2003 R2
Enterprise x64 Editon
Service Pack 2

Installed Oracle Client 10g and ODAC home

I tried a few things that were suggested in posts, but nothing has worked. I tried the cmd line starting SSMS from progra~2 instead of (x86). I tried renaming the directory with no parentheses. This is the second time we've tried to get it to work in 2 years. We'll probably give up again and stay with x86, um, because it works without all these silly mickey-mouse tricks. Most of our relational DBs are ORACLE so this is a showstopper for us as far as trying to go x64.

Sorry for the attitude, but I'm really frustrated!

If anyone can tell me a way to resolve this (or that it can't be resolved), I'd really appreciate it!

View 8 Replies View Related

Error Creating Package - Failed To Save Package File ... Emp EmpD4B.tmp With Error 0x80040154 Class Not Registered

May 19, 2006

I had just installed SQL 2005 dev on my laptop and got an error message when I tried to create a package using the BI IDE. I received the same error using VS2005 IDE. But the project was created regardless without any packages. When I tried to create a new package in the project, I received the same error again, but with an option to view the error details.

Following is the text of the error details:

TITLE: Microsoft Visual Studio
------------------------------

Error creating package

------------------------------
ADDITIONAL INFORMATION:

Failed to save package file "C:Documents and SettingsmyoungbloodLocal SettingsTemp mpD4B.tmp" with error 0x80040154 "Class not registered".


------------------------------

Failed to save package file "C:Documents and SettingsmyoungbloodLocal SettingsTemp mpD4B.tmp" with error 0x80040154 "Class not registered".


------------------------------
BUTTONS:

OK
------------------------------
I found a similar post that suggested that they try the following:


regsvr32 msxml3.dll
regsvr32 msxml4.dll
regsvr32 msxml6.dll

But msxml6.dll could not be found.

I did get a copy of this file from a coworker, and after copying it and registering it, I was able to add a package to the project.

My concern now is what is the likelyhood of this being the only file missing from the installation.

I'm wondering if I should reinstall, or (if it exists) do a repair on the installation.

Thanks.

Marshall

View 12 Replies View Related

SqlDatareader Belongs To Which Class Is It Sealed Or Static Class?

Feb 21, 2008

Hai Guys,
       I have a doubt Regarding SqlDataReader
      i can able to create object to Sqlconnection,Sqlcomand etc...
     but i am unable to create object for SqlDataReader ?
     Logically i understand that SqldataReader a way of reading a forward-only stream of rows from a SQL Server database. This class cannot be inherited.
   sqlDatareader belongs to which class is it sealed or static class?
can we create own class like SqldataReader .......
Reply Me ...... if any one know the answer.............. 
 

View 8 Replies View Related

Can SqlDataSource Class Inherite To Another Class

Feb 1, 2008

Does any one inherit SqlDatasource class?
I treid it as :
public class MYDataSource : System.Web.UI.WebControls.SqlDataSource
{public MYDataSource(){
 
}
 
}
Debugger dont give any error or warning when i buld project. But when i use it in a page Visual studio is crashed.
 Can any one help me ?

View 1 Replies View Related

Registered Servers

Apr 13, 2008

On the machine on which I want to put my database, there is already a Registered server called berlinsophos - berlin is the name of the machine and sophos relates to the anti-virus system that has been installed on this computer. I added my database to this server - but on reflection have thought that this might not be best practice since the Sophos so closely tied with computer security. Or perhaps, it was just a name that the person setting up the server gave the name to the first registered SQL Server on the machine.

Any suggestions would be greatly appreciated.

Roger

View 1 Replies View Related

Interface Not Registered

Jan 13, 2006

I was trying to burn cds when I got thisfda error message stating Interface not Registered what does this mean and can someone tell me how to fix it 

   -thanks Lequeta

View 3 Replies View Related

Interface Not Registered

Dec 31, 2006

I was just wondering why when i go to burn a cd it says Interface not registered. If somone could help i thank you.. cause i really want to burn cds again. thanks

View 3 Replies View Related

SQL Express Not Registered As Installed

May 22, 2007

Hi All,
 I had Visual web express and SQL 2005 express installed.  Then I uninstalled SQL 2005 for a period of time.  In that time, I installed Office 2007 with Business Contact Manager which uses a SQL 2005 database for it's contact DB.  I beleive it's a SQL express 2005 version, I'm not sure.  Anyway, now I install SQL 2005 express again.  I install it as the default instance.  The problem is, it's no longer COMPUTERSQLEXPRESS, it's now COMPUTERMSSQLSERVER. 
 I've found in the Machine.Config where the provider is located for ASP configuration and I changed it from .SQLEXPRESS to nothing and that did the trick, the ASP.Net Web configuration tool works fine now.
The problem is now Visual Web Express doesn't think SQL Express 2005 is installed.  If I try to create a database, I get a warning to install SQL Express.  I can't find the setting where I can tell VWD that SQL is installed and it's called MSSQLSERVER instead of SQLEXPRESS.
 Thanks
Tony

View 2 Replies View Related

Registered Servers Are Unavailable

Jul 13, 2007

So I've had some issues upgrading to SQL Server Mgmt Studio Dev from Express.  I finally got everything upgraded / installed and I see the instances that I was using with Express in my Registered Servers window but I can't connect to any of them.  After looking in my Microsoft SQL Server directory I noticed that there are no MSSQL.# folders.  How can I recreate these or create a new instance on my local machine?

View 1 Replies View Related

Moving Registered Servers

Mar 9, 2004

Just got a new workstation and installed Enterprise Manager. Is there an easy way to migrate the registered servers from the old workstation to the new one.

I have about 30 servers defined under 6 groups. It would certainly be a lot easier if there was a file I could drag from one workstation to another.

Sidney Ives
Database Administrator
Sentara Healthcare

View 7 Replies View Related

Migrate SQL EM Registered Servers To Another PC?

Mar 15, 2005

I have 100+ SQL servers registered in SQL EM. Is there a way to migrate these servers to a new PC (registry keys?) or do I have to individually register each one in the new PC? Thanks in advance for any response.

View 3 Replies View Related

Registered SQLServers Lost

May 13, 2002

Hi,

I keep losing the SQLServers that I had registered in Enterprise Manager everytime I change my domain password.

I would appreciate it of someone could give me some pointers as to what is the reason behind this and how this can be avoided/corrected.

Thanks.

P.S.: I am running SQLServer2000 on Windows XP.

View 1 Replies View Related

Linked Server Not Registered?

May 7, 2007

Trying to use OPENROWSET in 2005 to pull data from a 2000 server.
I have created a linked server named "ABC". But when I execute OPENROWSET I get an error message back:
Msg 7403, Level 16, State 1, Line 1
The OLE DB provider "ABC" has not been registered.
This is not my comfort zone, so any advice on what settings I need to use is appreciated.

e4 d5 xd5 Nf6

View 7 Replies View Related

Endpoint Already Registered To Another Service

Feb 23, 2006

I am unable to create endpoint in the Windows 2003 server using SQL 2005. I also tried reserving the namespace before CREATE but i still end up with this error

Msg 7806, Level 16, State 1, Line 1
The URL specified by endpoint 'zzzzzz' is already registered to receive requests or is reserved for use by another service.

Msg 7807, Level 16, State 1, Line 1
An error ('0x800700b7') occurred while attempting to register the endpoint zzzzzz.

My code looks loke this:

IF EXISTS ( SELECT name from sys.http_endpoints WHERE name = 'zzzzzz' )
DROP ENDPOINT zzzzzz
GO

CREATE ENDPOINT zzzzzz

STATE = STARTED AS HTTP (
site='servername',
path='/sql/zzzzzz',
AUTHENTICATION=(INTEGRATED),
PORTS = (CLEAR) )
FOR SOAP(
WEBMETHOD 'http://servername/' . 'sp1' (NAME = 'dbName.dbo.sp1'), WEBMETHOD 'http://servername/' . 'sp2' (NAME = 'dbName.dbo.sp2'),
WSDL = DEFAULT,
BATCHES=ENABLED)
GO
-- End of Script --

The script that I use is correct and it works fine on my local machine (Windows XP). The user that I used to crete an endpoint on the server has 'sysadmin' level. The IIS was already turned off. Also I run the script by using the RemoteDesktop to connect to the server (Windows 2003) that has SQL Server 2005. If anyone has an idea about my problem, please help me !!!
Thank You
Zee.

View 2 Replies View Related

List Registered Assemblies

Jun 1, 2006

Hi,

It's possible to register an assembly in SqlServer 2005 using the

CREATE ASSEMBLY

syntax.

How can I get a list of assemblies that have been registered?

Thanks

Herbjörn

View 1 Replies View Related

WTF...where Do I Download The Registered Version?

Feb 20, 2008

Like the subject says. I registered and everything. But how do I download the registered version?

View 1 Replies View Related

The OLE DB Provider MSDASQL Has Not Been Registered.

Feb 8, 2007

I'm trying to set up replication on SQL Server 2005 (64-bit) and I am getting this error message when the replication kicks off.

'The OLE DB provider "MSDASQL" has not been registered.'



When I try and register the MSDASQL I get the folloing error message.

'LoadLibrary("c:program filesCommon FilesSystemole dbMSDASQL.dll") failed - the specified module could not be found.



View 3 Replies View Related







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