CS02 modules in windows app
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Commerce Server > Commerce Server General > CS02 modules in windows app




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    CS02 modules in windows app  
Arnold


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-12-05 12:51 PM

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 t
o
start, which object I can use in a windows app and how to configure them ? o
r
maybe just where I can find documentation about it. Thanks !

Regards
--






[ Post a follow-up to this message ]



    RE: CS02 modules in windows app  
Vinayak Tadas[MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-12-05 10:57 PM

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 ]



    RE: CS02 modules in windows app  
Arnold


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
08-17-05 12:51 PM

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 right
s.
>  You assume all risk for your use. © 2002 Microsoft Corporation. All ri
ghts
>  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.  Plea
se
>  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 applicatio
n
> 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 ]



    RE: CS02 modules in windows app  
Vinayak Tadas[MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
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 ]



    Sponsored Links  




 





   All times are GMT. The time now is 09:25 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register