Answer Questions
LuckyL WDS3 does not recognize D: drive location
Uninstalled old WDS 2x, working fine. Installed new WDS3. System has one 300 Gb HDD. C: is primary; D: and E: are logical. Locations offered for indexing are only C: and E:. Drive D: is not recognized. (And not on excluded list, either.) Why is E: recognized and available for indexing, but not D: How is your computer is set up On mine "D" is the DVD removable drive. So it won't be available for indexing unless it contains a loaded CD. ...Show All
Phantom_PF SaveProjectAs
Ok...After hearing some complaints on this these boards about not having a "Project Save As" that saves the entire project to a new destination and name...I created this addin for VS05 that does just that. The addin creates a 'Save Project As' menu item off of the file menu and allows the user to select a VB or C# project file and then select a new destination directory and a new name for the project. All standard dialogs used. you can download the xcopy deployment files from: http://codegallery.gotdotnet.com/SaveProjectAs The zip file contains two files: SaveProjectAs.AddIn and SaveProjectAs.dll and all you have to do to get it to work is to unzip the files into your addin directory... Please use this thread or ...Show All
vbzuki Vista/IE7 spawns new windows when Office 2007 is installed (unlike Office XP)
I have an application written in VB6 which uses the webbrowser control to render MS-Office (and other) documents. I have migrated that application to Vista and VB2005 but am running into a problem in that it appears that when Office 2007 is installed, Office docs will no longer embed and render in the webbrowser control (this is probably true of the IE6 version also but haven't tested). Instead, the webbrowser.navigate method spawns a new instance of the appropriate viewer application (e.g., MS-Word 2007). This problem did not appear until I upgraded Office XP to Office 2007. Other file types like Adobe PDF continue to embed and render in the browser, as before. Since the functionality and value of this application ...Show All
Deza IE7 session variable bug ?
Hi I developed a site about 6 months ago, written in Cold Fusion MX 7. A simple log-in page creates a session struct() variable upon successful log-in and then re-directs the member to their login home page area. On the login home page area, a simple script runs to see if a session variable exists, and if it dosnt, redirects them back to the login page. This is so that people cant access their login home page directly, without logging in. The site works fine in Mac OSX, all browsers and on PC, all browsers, except for IE 7. Does IE 7 have a session bug Appears so. Anyone else experienced session problems of this kind Thanks in advance Jason I am having a similar problem! I thought I ...Show All
Bill Schanks Catelog metadata, inventory metadata, property metadata
Who can tell me what "metadata" is and tell me something about Catalog metadata,Inventory metadata,Inventory SKU metadata,Property metadata. I can't understand use of them. Hi Trang, Check out the documentation for an explanation of the terminology used in the Commerce Server product. The definitions you are looking for are addressed in the Catalog and Inventory Schema Manager introduction . Cheers, Colin Hi Trang, It sounds like you are looking for a more general understanding of metadata. If I am correct then you should check out the Wikipedia entry on Metadata . The concept is used through out various applications, both technological and not. Cheers, Colin The metadata contains properties and ...Show All
Craig Throne Audio Files in widoes enviornment
Hello, Can anybody help me, actuall i m building my own audio player in vb.net, But i m not able to find a correct method to play an audio files, Help me urgetly Funny how people don't read. " Cool idea Neat new technology Great find on the Net Share it and discuss it here! " Brian Kramer wrote: Funny how people don't read. " Cool idea Neat new technology Great find on the Net Share it and discuss it here! " I can't help but to agree with that statement, in general ... however, give the guy a break, it's obvious his English isn't fantastic. Sumit Kumar wrote: Hello, Can anybody help me, a ...Show All
pcd Creating A new OS
Hello, I just wanted to make a question What knowledge would it take to make A operating system if you could tell me Cause I am starting to get into building program it may take A long time but dont worry one day your data will be safer then ever I am hoping to do a couple of things in here against bug/virus Encryption and hard ways to get past stuff... If someone would be willing to help me out... Danka sir! go download some Linux sourcecode and take a look Just curious, no big deal but why did you write A operating system Ah, forgive me, you probably speak English as a Second Language. I'm a HS English teacher so I get nosy about odd errors in grammar and syntax. To write an operating system, and then to c ...Show All
IshaiG Is MS trying to throw away menu bar?
In IE7, classic menu bar is disabled by default. In Office 2007, there is not menu bar at all. Also the traditional toolbar is gone. I can't find a way to create my own custom toolbar too. What's happening I know menu bar is very classic and not pretty, but it is one single place that I am 100% sure that I can get all the features from a program. I don't want to lose it. Oh no, why do they want to do that Menu bar is the best. I use Menu bar on Photoshop a lot because it is a centralized place that I know it has every feature listed. If I don't remember where the function is, I always go back to menu bar. Or when explore programs functionalities, I always go through the menu bar. But now I can't do ...Show All
M.A.T Child Windows in IE7
Hi, I am currently responsible for maintaining a BHO for IE, and I need to make it work under IE7. This BHO uses a child window from the CAxDialogImpl ATL template, showing graphics and an animation (during processing time). In IE5-6 it worked great, it was placed on top of the explorer window, just over the title bar, being a window on its own, it was very flexible. The problem is that IE7 sends it to the background and creates another entry in the taskbar for it. It can just be clicked to bring it to front, but as soon as explorer gains focus again the window is sent to the back. So everytime I want to see the status of the BHO I have to click on the taskbar. That is very annoying to the user. Is there a workaround for this. I was consid ...Show All
michael.e.obrien associates Tags To products
Hello Does any one have a suggestion on How to create Tags in commerse server and associate them to a product The Tag need to be multiValue (each producr in a specific category can have more than one tag). The Tag also need to be multilingual Thanks Arik CS, If I remember correctly, it was in fact the search functionality that was giving me difficulty. Even though I set up the JoinTableInformation in the CatalogSearch, I was unable to use the SqlWhereClause on the external table. There are quite a few ways around that issue, but most of them circumvent the built in Search APIs, so do this sort of thing at your own risk. You could consider categories as tags, or do you have specific requirements. ...Show All
Keith Chapman accessing dhtml/dom within c# user control
Hi, I have an embedded .NET user control in a web page, and I need to be able to navigate to a different page with the same browser when I click on a button in the control. How can I access IE's DOM from within the embedded control written in C#. I've been researching this issue for months, and have only found answers that involve .NET 2.0, which I can't use now and C++ which I don't know. Please help me out. Thanks This is the reason that I mentioned a custom IE DOM wrapper, but it is too much work. You must have unmanaged code permission to call unmanaged code (IE DOM in this case). Your user control doesn't have this permission in Internet Exporer by default because this ...Show All
Mahesh Gaware InvalidCast Exception - WDS
Hi, I am facing the same issue(InvalidCase Exception in WDS) as on link mentioned below. I tried Impersonation = True and thread.ApartmentState = ApartmentState.STA but both of the things didn't worked in my case. I also tried ASPCompat = true but it seems to be also not working.. I am getting the exception as-- Run-time exception thrown : System.InvalidCastException - QueryInterface for interface Microsoft.Windows.DesktopSearch.Query.ISearchDesktop failed. What to do now please help me.. Thread: MSDN Forums Windows Search Technologies Windows Desktop Search Development WDSQuery: 'System.InvalidCastException' throwed when "ExecuteQuery" invoked remotely Link: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1 ...Show All
Instinct 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.asp ...Show All
KingKarter Unwanted functionality
Hello. I'm running Office 2007 Beta 2 technical refresh, which prompted me to install Windows Desktop search to use the find feature in Outlook. to it's credit, the new search feature in Outlook is fantastic - I can't imagine running without it. However, WDS Has placed a magnyfying glass icon in the task area, which I cannot find a way to remove. I recently took the genuine advantage team to task for a similer problem (http://forums.microsoft.com/Genuine/ShowPost.aspx PostID=569249&SiteID=25): Task area real estate is a precious thing, even with Windows XP's ability to hide inactive icons. Am I overlooking something obvious, or is there no way to turn this off Also, Windows Desktop Search seems to have replaced the normal Start > S ...Show All
LightFootedEagle Kyro KidSafe Browser (alpha)
Hello all, I am making a "KidSafe" browser for kids. Please download my program and post any noticed bugs,etc. It takes only minutes to set up. I am 10 years old, so who can make a browser for kids better than a kid Progress: Final will be started in January Thanks you everyone for your contributions and encouragement. *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. Beta Features: *Has 3 tabs for browsing. *Has a "My Websites" button with up to ten of your programmed websites in it. *Talking Help guide *A new install program Updates in final version: *Button text replaced with graphics. *A game room with games, and fun KidSafe software (suc ...Show All
