 |
 |
Index ‹ Commerce Server ‹ Commerce Server 2007
|
- Previous
- 1
- Internet Explorer Web Development Downloading or opening a file in aspIve got an asp page which has a button and once you click on the button you can select to either open or save a fle.
My requirement is that- to have this option of opening and saving actually on the webpage/asp page. Do you know any way I could do this or any suggestions Regard s12
- 2
- Commerce Server 2007 After staging: Can not load Website
Hi,
I'm finishid with configuring the Staging/Testing Server. All the WebServices and the BusinessApplications run fine on it. But there is a problem with the website itself (propably not really an Commerce Server problem).
I have two server lok s1 and s2 where s1 is my development machine (running CS and SQL) and s2 is the Staging/Testing server (running also CS and SQL). Now if I call the webservice in the browser: http://s2/CatalogWebService/CatalogWebService.asmx it gets correctly loaded. But if i enter http://s2/shop/default.aspx I get the error "Page could not be dispaly the webpage Cannot find server or DNS Error". If the development Machine with its Web Server runs then I get redirected to http://s1/shop/default.aspx.
Why is that Why does it try to redirect me from s2 to s1 Where can i change that
Thanks
- 3
- Commerce Server 2007 Specification SearchLet's say I have a category with 3 child categories. For example:
Media with child categories of DVDs, CDs and Records.
If someone is viewing the media category and they do a specification search, I would like the child categories to be part of the specification search property list.
Anyone have any suggestion on how to implement this
Regards, Brad
- 4
- Internet Explorer Extension Development Pluggable Protocol works in IE6; does not in IE7
I have a pluggable protocol dll that works when IE6 is installed, but does not when IE7 is installed. The protocol is used by an application that hosts the web browser control. It is used to redirect http requests to a specific machine's IIS. The protocol begins with "maestro://", but the pluggable protocol changes it to "http://<machine-name>" based on internal settings known about the configuration of a work group. The changed URL is then passed to an instance of the machines http handler.
The trouble is with the IInternetProtocol::Start method. In IE6, when the http version of the URL is passed to the http handler's Start implementation, everything proceeds okay. In IE7, the http handler's Start implementation returns 0x800401E4 (Invalid Syntax). Stepping through the assembly code of the http handler in WinDbg, it seems that the IE7 version of the http handler gets an 0x800C0002 (INET_E_INVALID_URL) error in its CUrl::ParseUrlEx method because it attempts to use the "maestro://" version of the URL from a class member variable even though the "http://<machine-name>" version was passed as the szUrl parameter.
Here is our IInternetProtocol::Start implementation in C++:
//IInternetProtocol STDMETHODIMP CCMirrorHttpPP::Start( LPCWSTR szUrl, IInternetProtocolSink *pIProtSink, IInternetBindInfo *pIBindInfo, DWORD grfSTI, DWORD dwReserved) { HRESULT hr = S_OK;
_TCHAR* szwBuff = NULL; if (ChangeSUrlToHttp(szUrl, &szwBuff)) { hr = m_pIInternetP->Start(szwBuff, pIProtSink, pIBindInfo, grfSTI, dwReserved); free(szwBuff); } else hr = E_OUTOFMEMORY;
return hr; }
The m_pIInternetP is the pointer to the machine's http handler COM object created by CoCreateInstance on the GUID contained in the registry's HKEY_LOCAL_MACHINE\\SOFTWARE\\Classes\\PROTOCOLS\\Handler\\http key.
Thanks.
- 5
- Windows Desktop Search Help WDS 3.0 and PDF iFilter
I have WDS 3.0, Adobe iFilter 6 (install file ifilter60.exe) and am unable to find pdf files when searching on text that is located in the body or in the properties of the pdf file. I am able to search on the file name. I have checked the advance options and pdf is listed and the radio button for properties and content is selected. I have verified that the text in the body of the pdf file is searchable when i have the pdf open. I am using Adobe Acrobat 7.0 Professional.
My preview window in WDS is working on these files.
- 6
- 7
- Windows Desktop Search Development Problems with Dash
Thanks for your time!
I'm using WDS 3.0
I've encountered a problem envolving the dash character(-). The company I work for uses the dash character in their file names and folder names. I've worked around the issue of the dash in the file name by wrapping the file name in quotes in my query string. However the dash in the folder name appears a bit more challenging. The index doesn't appear to include the files contained in folders with dashes in their name.
Can you help
- 8
- Internet Explorer Extension Development Mouse event handling problem in BHOI'm building a browser plugin that responds to mouse events; I'm using C#, IE7, Windows XP, and Visual Studio 2005. Having some problems with mouse-click handling.
When I get my DocumentComplete event, I register the onclick handler for a few elements on the page and - mostly for debugging - I register the onclick handler for the document itself. That is, I call IWebBrowser2.Document and cast the result to an IHTMLDocument2, then cast that to an HTMLDocumentEvents_Event, then add the onclick handler, like this:
IHTMLDocument2 doc = m_pWebBrowser2.Document as IHTMLDocument2; HTMLDocumentEvents_Event docevents = doc as HTMLDocumentEvents_Event; docevents.onclick += new HTMLDocumentEvents_onclickEventHandler(OnDocumentMouseClick);
Then I find some elements on the page that I'm interested in and register a handler for them too:
IHTMLElement item; // ...find the element I'm interested in... HTMLElementEvents_Event events = item as HTMLElementEvents_Event; events.onclick += new HTMLElementEvents_onclickEventHandler(OnElementMouseClick);
I'm very pleased that all of this is so straightforward and it's mostly working... however, I have the following significant problems:
1) When I register an event handler for the document, mouse clicks don't really work on the page any more. For example, I can't operate the scroll bar. I return "true" from my event handler, I set the event's return value to "true", and I set the event's cancelBubble property to "false" to make sure the event propagates upward. No luck. How can I get the default handler called as well My handler looks like this:
public bool OnDocumentMouseClick() { // This window pointer is an IHTMLWindow2 // and it came from my document's parentWindow // property. IHTMLEventObj evo = m_pHTMLWindow2.@event; evo.returnValue = true; evo.cancelBubble = false;
return true; }
There are no exceptions, and console printouts confirm that my handler is called and runs to completion. But now I've disabled useful mouse functionality in the page. I have similar behavior when I override the mouseOver event for html elements; the handler is called, but it breaks basic mouse functionality. Is there something I need to do to say "I want information about mouse events, but leave all other handlers in place"
2) My _element_'s onClick handler is called just fine about 20 times (a nondeterministic number), then it totally stops being called. Or sometimes it stops working for all elements but the one I just clicked on. Is there any reason why an HTML element's event handler would get detached and stop working
These two problems are not related; if I disable one handler, I still have a problem with the other.
Thanks for any help anyone can provide!
-Dan
----------------------------------- Dan Morris dan_a_t_microsoft_dot_com http://research.microsoft.com/~dan -----------------------------------
- 9
- Commerce Server 2007 How to disable the Update functionality in Checkout Pipeline
Hi
i have created a basket with one order and two lineitems and i set the stock in hand is 5000 for both the Line items. while i running the program and run the pipelines (first one is basket.pcf and total.pcf and checkout.pcf.) its updating the stock correcty. But i want to disable the update fucntionality. how to disable this one.. (updating the stock)
. As of now i removed the updateinventory from the checkout pipeline and save it.. but it still updating updating .. how to proceed..
Thanks Praba
- 10
- Internet Explorer Web Development How to stop form submission while press the enter key
Hello Everyone,
I have used the following section to stop form submission while press the enter key.
if (e && e.preventDefault) { if(e.keyCode == 13) { e.stopPropagation(); e.preventDefault(); return false; }
It is working in WindowsXp/Firefox combination, but the same section is not working in Mac/Firefox combination.
Please suggest how to modify the code to stop the form submission.
Thanks, Nallasivan
- 11
- Show and Tell The .NET answer to Google's GWT - Open source AJAX framework extending WinForms over ASP.NET
I would like to draw your attention to Visual WebGui (VWG) which is an open source AJAX framework with a growing community that extends ASP.NET with the WinForms programming model.
VWG provides an alternative to ASP.NET's page model in the form of WinForms forms and form events. Since VWG, like most .NET AJAX frameworks, is implemented using an IHttpHandler, it can still interact with ASP.NET pages enabling usage of VWG within an existing ASP.NET site.
VWG features:
- AJAX application development using WinForms development patterns and practices with no prior AJAX (or web development) skills.
- WinForms controls (most of .NET 2.0 controls) implemented for VWG.
- Ability to create custom controls (including full inheritance).
- Ability to interoperate with existing ASP.NET controls and pages.
- Ability to customize control behavior and appearance.
- .NET 1.x/2.0 support.
VWG unlike GWT:
- Does not generate JavaScript code – debugging is done within the server-based .NET code that executes in runtime.
- Does not run application logic on the client – all processing is done on the server.
- Does not expose unnecessary services to the client – server sends UI updates / client sends user event queues.
- Results in a thin client rather than a fat client.
- Is based on a familiar WinForms object model.
- Is provided with full WinForms like design time capabilities.
VWG links:
- 12
- Windows Desktop Search Help Inconsistent search resultsThe following issue pertains to WDS 3.0 RTW.
I have a document called ab1234.pdf. When I search for ab1234, WDS' shows the actual ab1234.pdf, and a shortcut to ab1234.pdf from "My Recent Documents". Typing ab in the searchbox is actually sufficient. This seems ok to me.
However, when I don't know what the filename _starts_ with and search e.g. for 1234 it returns no documents and when I search for *1234 or for *1234* then WDS _only_ shows the shortcut to the document and not the actual document. This behavior seems incorrect to me and severely limits WDS' usefulness because one usually knows only part of the filename, and when I clear the recent documents list, WDS does not find it anymore - except when I know what the filename _starts_ with.
- 13
- Commerce Server 2007 Basic Pipeline Questions
I'm totally new to pipelines and I've read the documentation, but I have a couple of basic questions that aren't answered that would help point me in the proper direction.
Say I have a custom product property indicating whether a product is active or not... and I am currently running the Basket pipeline whenever the user brings up his/her basketed order. I want to modify the QueryCatalogInfo so that if the product has been inactivated since they added it to their basket it will notify the user of this and remove the product from the cart. My question is, can I update the QueryCatalogInfo component or do I have to write a completely new component and add it to the basket pipeline after the QueryCatalogInfo one
Also, should the Basket pipeline be run each time a user adds a product to his basket or only when the user is reviewing the basket is there a standard or pattern/practice as to when to fire off the basket/total/checkout pipelines
Thanks,
Dave
- 14
- Internet Explorer Extension Development Toolbar using ToolStrip control, can't seem to move it in IE7? I have a toolbar written using the ToolStrip control in the .NET framework 2.0. My problem is that once installed, the end user can't grab the toolbar and move it around. I've tried several different things:
When I wrap it in a ToolStripContainer, it fools me like it will move by giving me the NESW arrow and letting me drag an outline around, but the toolbar itself never moves.
I've tried messing with the GripStyle, Dock, and Anchor settings, and am coming up completely empty.
My toolbar's grip shows up as a solid line, instead of a dashed line like every other toolbar inside of IE (which all can seem to move correctly).
Anybody have any idea what's going on
- 15
|
| Author |
Message |
Xcel

|
Posted: Commerce Server 2007, Incremental Import |
Top |
Hi,
I seem to be at a loss on a Catalog Incremental Import. I have set this up through BizTalk which successfully grabs my XML file and returns a success file back, however the Items are not showing up in the Catalog.
I have also tried taking BizTalk out the picture and have run the Import process directly through the Commerce Server Catalog Manager app. Once again no errors and the Item does not show up in the Catalog. There are also no errors in the Event Viewer.
I have also queried the SQL tables and have not found the Item there as well.
Any guidance would greatly be appreciated.
Xcel.
Commerce Server3
|
| |
|
| |
 |
Xcel

|
Posted: Commerce Server 2007, Incremental Import |
Top |
You can ignore the last post.
I had the Catalog End Tag in the wrong place (interesting that neither of the imports errored).
Xcel
|
| |
|
| |
 |
| |
 |
Index ‹ Commerce Server ‹ Commerce Server 2007 |
- Next
- 1
- Windows Desktop Search Help Remote Indexes ?If we have the Indexing Service running on the remote server for the shares that are mapped to our local machine, will WDS 3.0 w/UNC addon use the remote catalog or will it recreate it's own index over the network
- 2
- Commerce Server 2002 and Earlier BizDesk Report Execution Failed
Hi!
It seems that my static reports in BizDesk are failing to execute. When I click Run after selecting one of them, the Report Parameters window is launched but after I click "OK" without changing the settings I get the message "Report execution failed <name of the report>".
Nothing related to this problem is registered in the Event Log.
Can anyone help me, please
- 3
- 4
- Windows Desktop Search Help Email forced reindex/scan problemI have the following problem and would welcome any suggestions/insight..the following is the sequence:
-Run WDS for 1st time with Outlook 2007 closed and not connected to my VPN/Exchange server, and WDS completes the scan/index of around 8,000 files on my pc. -Open Outlook and it then scans/indexes another 25,000 items on my PC.. I can now do Instant Searches in Outlook. -Log into my Cisco VPN so that Outlook can connect to the Exchange server and then, my "Items left to scan" goes from 0 to 25,000 and my "Items indexed so far" drop down from 33,000 to 8,000.
-I then can no longer do Instant Searches in Outlook.. Please HELP!! Mike
- 5
- Windows Desktop Search Help Why don't see results sometimes, it opens C:?
Sometimes when start to search something and click enter, or just open something with left mouse click from deskbar history don't display results, it opens to me C: from windows explorer ! The next time is ok. But for few days it happens often and piss me off.
Windows XP Pro SP2 + all updates
Windows Desktop search 3 KB917013
- 6
- Internet Explorer Extension Development Tool button c# DLL
I am having trouble getting a toolbar button placed in the standard toolbar to execute something in a DLL written in c#
The button turns up on the toolbar but nothing happens when I click it
I think i have followed the msdn toolbar button tutorial to the letter
Any help would be appreciated using System;
using System.Collections.Generic;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using System.Windows.Forms;
using Microsoft.Win32;
namespace HypodyneThumbNailer
{
public class Cows: IOleCommandTarget
{
public void QueryStatus(
ref Guid pguidCmdGroup,
UInt32 cCmds,
[MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 1)] OLECMD prgCmds,
ref OLECMDTEXT pCmdText)
{
prgCmds.cmdf = (ulong)OLECMDF.OLECMDF_SUPPORTED | (ulong)OLECMDF.OLECMDF_ENABLED;
}
public void Exec(
ref Guid pguidCmdGroup,
long nCmdID,
long nCmdExecOpt,
ref object pvaIn,
ref object pvaOut)
{
if (nCmdID == 0 && nCmdExecOpt != (long)OLECMDEXECOPT.OLECMDEXECOPT_SHOWHELP)
{
DoSomething();
}
}
public void DoSomething()
{
try
{
MessageBox.Show("Hey");
}
catch (Exception e)
{
MessageBox.Show(e.Message);
}
}
}
}
- 7
- Internet Explorer Web Development How to determinate javascript actions in Webbrowser control
is it possible to terminate the execution of an javascript method If the webbrowser executes e.g.
function handlung() { var hand = document.miscform.selbox.value; document.inputForm.text2.value = document.inputForm.elements.text2.value+hand; document.miscform.reset(); document.miscform.selbox.blur(); document.inputForm.text2.focus(); }
Is is possible to "catch" the execution
- 8
- Internet Explorer Extension Development Asynchronous Pluggable Protocol IE7 problem
Hi, I have developed an Asynchronous Pluggable Protocol which provides a particular html, css and script content from storage. It works fine in IE6 but in IE7 only html and image content was loaded; all css and script resources referred by page are not processed. Urlmon call reads for css and etc., reads it but despite this none of css or scripts is used by IE7. I tried to use BINDSTATUS_CACHEFILENAMEAVAILABLE with available cache file. Also I tried to decrease security level for protocol without success. When I implement IBindStatusCallback callback interface for URLDownloadToFile, all requested files are downloaded, but if I use this function without callback interface nothing happens.
Can anyone provide additional information for this or similar problem
Thanks.
- 9
- Windows Desktop Search Development WDS w/ Pixvue and IFilterShop's XmpFilter
Thanks for your time!
I'm trying to use WDS w/ Pixvue and IFilterShop's XmpFilter as a means to organize images. I can't get all three pieces to work together. The pixvue changes don't show up in the search results. For example - if I add keywords via pixvue, I cant use those keywords as search criteria.
Any ideas
- 10
- Commerce Server 2007 How to create Breadcrumb for the commerce server 2007
Hi i developed an site with commerce server 2007.
Now i want to give a easy navigation for the user. but i dont know how to create the breadcrumb for our site. i searched some of the thing in the net. its all was using the sitemap datasource. but in case ours its all are dynamically.. i dont know hot create the bread crumb with out the sitemap datasouce.. so any one help me to come out this ...
- 11
- Internet Explorer Web Development Visual Basic 6 Runtime Error -2 (fffffffe)
I am developing a VB6 application having a Web Browser control named web1. A simple statement such as web1.navigate http://www.hotmail.com returns Runtime Error -2 (fffffffe).
I have IE7 installed on the computer. Application developed on a computer having IE6 installed does not give any such error even when its run in debug mode on computer with IE7. In both cases, OS is WinXP Pro.
I have already rectified the problem of ieframe.dll/1 and referenced it to shdocvw.dll
Please help.
Regards,
Vibhu Bansal.
- 12
- Internet Explorer Web Development Visual Basic ActiveX Documents and IE7 (.VBD) 2
Hi,
This is Kiran, I hava a query reguarding IE7 and Visual Basic 6.0.
I developed one application ActiveX document (or ActiveX EXE) using Visual Basic 6.0 few months back and the VBD was downoading properly on IE6. Later i installed IE7(beta) on to the same machine but it is not downloading at all. The activeX which i trying to download was signed.
I did the following testcases to download the activeX exe:
- When IE7 installed then i tried to download the activeX, It was downloading properly. Because active X exe was already downloaded and registered (before IE7) into C:\WINDOWS\Downloaded Program Files.
- After this i removed the downloaded activeX (Previously installed activeX components) from the C:\WINDOWS\Downloaded Program Files and i tried to download the activeX document. I was not downloading. It shows some messages on IE information bar. (Related signed ActiveX security settings)
- After this i changed the security settings by Tools->Internet Options -> Intrnet Zone etc...
- After security changes, again tried to download the activeX document. Again activeX is not downloading but it throwing below message box.
- 13
- Internet Explorer Web Development Remove the address bar in IE7
These forums are great... Thanks
We need to remove the address bar and favorites icons from IE7 for a public kiosk application. I saw all of the new IE7 reg pounds including the one for removing the search bar, but I can't find anything that will allow me to remove the whole address bar. Ideas
KioskMan
- 14
- 15
|
|
|