08-17-05 10:57 PM
Glad that it helped!
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only
--------------------
Thread-Topic: CS02 modules in windows app
thread-index: AcWjAY0OwGi5L/StRByZ/zDCP+hSdw==
X-WBNR-Posting-Host: 62.23.237.17
From: examnotes <Arnold@discussions.microsoft.com>
References: <F2630C02-BAD4-4B51-ABB5-0EECD7799C69@microsoft.com>
<O1o3Fo3nFHA.3472@TK2MSFTNGXA01.phx.gbl>
Subject: RE: CS02 modules in windows app
Date: Wed, 17 Aug 2005 00:59:10 -0700
Lines: 69
Message-ID: <055728DE-CA6B-44CA-96A7-C26FC4144E1B@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3222
X-Tomcat-NG: microsoft.public.commerceserver.general
Thank you very much.. this is very helpfull.
--
""Vinayak Tadas[MSFT]"" wrote:
> Not sure which object you are tring to create
> Here is how you can use the CatalogContext from a windows app
>
> ConsoleDebugContext dbgContext = new
> ConsoleDebugContext(DebugMode.Checked);
> string connectionString = "Catalog connection string ";
> CatalogContext catalogContext = CatalogContext.CreateFromConnectionString
> (connectionString, dbgContext) ;
>
> The catalogContext can now be used from a Windows App
>
>
> Thanks
> Vinayak Tadas
> Microsoft
> http://blogs.msdn.com/vinayakt
>
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> You assume all risk for your use. © 2002 Microsoft Corporation. All
rights
> reserved.
> Use of included script samples are subject to the terms specified at
> http://www.microsoft.com/info/cpyright.htm
> Get Secure! For more info visit http://www.microsoft.com/security.
Please
> reply to the newsgroups only
>
>
> --------------------
> Thread-Topic: CS02 modules in windows app
> thread-index: AcWfOAXtN4DTLvZcSFC/Pv/ANnLbNw==
> X-WBNR-Posting-Host: 62.23.237.17
> From: examnotes <Arnold@discussions.microsoft.com>
> Subject: CS02 modules in windows app
> Date: Fri, 12 Aug 2005 05:19:01 -0700
> Lines: 9
> Message-ID: <F2630C02-BAD4-4B51-ABB5-0EECD7799C69@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.2.250
> Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3184
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> I am trying to access Commerce Server 2002 objects in a windows
application
> or a service (dotNet). I don't really see how to use them without the
> CommerceContext even if I heard it was possible. Anybody could tell me
how
> to
> start, which object I can use in a windows app and how to configure them
?
> or
> maybe just where I can find documentation about it. Thanks !
>
> Regards
> --
>
>
[ Post a follow-up to this message ]
|