Vipul211890's Q&A profile
Visual C++ IDE for C++ 2005 Problem with Resources
When i add any control in Visual C++ 2005 Form Designer or add a new resource string (It's displayed in arabic without any problem) but after i save the file , the resouce file doesn't save it in arabic then it will not be displayed in the right way. I to add any resource string in arabic without open .rc file in an external viewer. Any Suggestions Thanks Ted. for your help, I have installed SP1 and the problem was resolved. I had to wait about 45 minutes till it's installed like windows installation but my problem has gone. Thanks alot. ...Show All
Visual C# DataGridView and media files
Hi I want to have a column in a datagridview, which contains various mediafiles such as text, audio, video (it can be any). Now if a user clicks on such a cell - let's say it's an audio file - I want the standard media player to open and play this file. The datagridview gets its data from a database. It should work similiar to Explorer (or any other file manager), where I click on a file and the corresponding application is opened to view the file. Is this possible How Thanks! As long as the file type is registered in the registry, then all you need do is call the Process.Start( ) method (in the System.Diagnostics namespace) passing the file name Process.Start("somesong.mp3"); ...Show All
SQL Server How to update my program with a database
I need help to decide how to proceed. I have written a program using vb 2005 express that will create menu items after the user presses a particular button. So if the user picks a mountain dew then inside the reciept window(list box) the user will see 1 MT DEW $1.00 also as the user selects more items the price is calculated and displayed also. This part of the program works fine. After using the program for a while I realized that I will need to update prices and be able to add and subtract items from the menu that customers order from. The way I accompolish this now is to go back into my code and rewrite alot of code. From reading the forums I think that a database would be a good solution because what I have gathered so far is t ...Show All
SQL Server SharePoint Integration
I originally installed SQL Server 2005 and configured Reporting Services to run on a different port and website and all worked fine. I can access it via localhost:15540/reportserver and also use BI Development Studio to creat and publish reports. I updated to SQL Server 2005 SP2, selected SQL Server integration on Reporting Services Configurator, created a new Report servcies database. Now when I go to localhost:15540/reportserver, the reports I had previously had available do not show... that may be ok However, I go to Sharepoint 3.0 Central Admin, no entry for Reporting Services show under App Management. Should it I also notice that link localhost:15540/reports no longer work... Where should I be able to go to get access to the ...Show All
.NET Development Creating Voice applications with VXML and ASP .NET
I m about to develop a web application where in i need to create a VXML based on the request send by an IVR enabled server to my webserver (Which inturn receives a request from auser upon dialing a tel no) & send it back the VXML generated by my web application on the basis of the request received to the IVR Server so that it reads out the VXML & make the user listen accordingly. Now my problem is how to create a VXML file in .Net (secially in VB.net) & send it back to the IVR server & specifically how to identify the initial request send by the IVR Server to my application. We are using Voxeo IVR server as our voice recognition platform. I searched for these input on Voxeo Server community forum but couldn't get much ...Show All
Visual C++ unistall shortcut setup and deployment
Hi All, I have added a setup and deployment project to my solution. Now, I just want to add an uninstall shortcut. I have looked for help on this and I get this: Q: How do I create an uninstall link on my shortcut: A: 1. In your setup project’s directory, create a new uninstall.bat file. 2. In your Setup project, copy the ProductCode property (something like [12345678-1234-1234-1234-123412341234] 3. Edit the uninstall.bat so that it has one line that says: Msiexec /x [insert product code here] 4. Add the uninstall.bat to your setup project’s application folder. 5. Right-click on the uninstall.bat to create a shortcut, and then put it in the Start menu folder you want it in (in the ...Show All
SQL Server management studio does not work
Hi, I get TITLE: Microsoft SQL Server Management Studio ------------------------------ Exception has been thrown by the target of an invocation. (SQLEditors) ------------------------------ ADDITIONAL INFORMATION: An error occurred creating the configuration section handler for system.data: Column 'InvariantName' is constrained to be unique. Value 'Microsoft.SqlServerCe.Client' is already present. (C:\Windows\Microsoft.NET\Framework\v2.0.50727\Config\machine.config line 128) (System.Configuration) ------------------------------ Column 'InvariantName' is constrained to be unique. Value 'Microsoft.SqlServerCe.Client' is already present. (System.Data) ------------------------------ BUTTONS: OK -------------------------- ...Show All
Visual Studio 2008 (Pre-release) ServiceCertificate - Private Key & Permissions
I am developing a proof of concept WCF application. I am trying to customise UserNamePasswordValidator. So i have setup my Services as a console app. Setup a endpoint (using net.tcp). I have setup the config file to use my custom UserNamePasswordValidator. However when Host.Open is called the service is erroring saying a certificate is required. So i configure a certificate in the store (with private key) and then point the serviceCredntials to it. The service is still crashing on Host.Open however now it is saying "must have a private key that is capable of key exchange. The process must have access rights for the private key." In the certificate manager it says the cert does have a private key, and i have used the W ...Show All
Game Technologies: DirectX, XNA, XACT, etc. problem with directx viewer
i have downloaded and installed the directx 10 sdk febrary 2007, but now my models in the directx viewer are send me this error: SAS: error X3539: ps_1_x is not supported in this version of the compiler memory(114,32): ID3DXEffectCompiler::CompileEffect: There was an error compiling expression ID3DXEffectCompiler: Compilation failed SAS: Could not load effect 'Resource:#103' Failed to load default material at mesh: 牟摥慟牲浥 material:1 with the october 2006 directx sdk, the meshes were show fine, but today y have update the sdk and now the directx viewer don't work, somebody can tell me how i can fix it daimaku, Basically with the new SDK's, the compiler has been changed and as a result shader m ...Show All
SQL Server Folders for instances
Hi everyone, I've got a Sql2k running with one instance and I can see through NTFS these folders: MSSQL MSSQL$INST01 After that, I've got a Sql25k running without instances and I can see through NTFS these folders: MSSQL.1 MSSQL.2 MSSQL.3 It goes to misunderstandings, is it possible to change them It seems three instances Thanks in advance, If you have chosen default options while installing SQL 2005 instance then it will create such directories. http://msdn2.microsoft.com/en-us/library/ms143547.aspx fyi. ...Show All
Visual Studio Express Editions Development using IDE and custom code
Hey All, This is a very simple question and i was hoping with someone with a bit more development experience via an IDE might be able to help. I'm using Visual C# Express to develop an app and am loving it, i'm confused though as to how I can use both the IDE and write snippets of my own code. Take a very simple example. I have just embedded a TreeView component in my app and want all the nodes to be expanded by default. I can't seem to find the property in the Properties toolbox so i've gone in and written the line of code myself to expand all the nodes. Whenever I click back on the design view however, it kindly removes my code for me. Am I to expect that it's a case of using either the visual development tools or developing the code al ...Show All
Visual Studio Tools for Office Ribbon XML for creating a menu like Office 2007 "Print"
I have a Word 2007 add-in in VSTO. In this add-in, I would like to create a ribbon menu similar to the "Print" menu found in Office 2007. I can "kind of" achieve the look that I am after by creating a splitbutton, button, menu, and several buttons contained within the menu. My questions are: 1. Is there a specific control (or series of controls) that would better lend itself to creating a menu like the Print menu 2. What Ribbon XML should I use to create the label on the top of the menu (i.e., like "Preview and print the document" at the top of the Print menu) 3. What Ribbon XML should I use for the little descriptive captions within each button I have tried screentip and supertips - thi ...Show All
Visual Studio Team System vsts developer - testing question
I've got VSTS Developer installed. I am wanting to conduct load testing on a web site and have reviewed some of the information on Microsoft's site. It appears that I'm only capable of performing unit testing on class files. Is that correct I'd like to do a load test and don't see where I can get Application Center Test in VS 2005. Is that tool still available Can I download it Do I need VSTS Tester to do load testing or can I download the template to do that If not would I have to uninstall developer and install tester to do load testing I really don't want to have to uninstall/install each version just to do a load test. I spend most of my time developing and after words, I need to do load testing. Any suggestions ...Show All
Windows Forms Include the parent control when a child is cut / copied and pasted.
Hi all, This is the final step in what became a rather involved process. The big picture is that I need to present a container control at design-time which does NOT clip its children. So yeah, I want for instance a child button control to be able to draw beyond its parent's bounds. I've gotten it to work by implementing an "envelope / hub" mechanism, where the hub is the above-mentioned container, and the envelope is its parent, another container which sizes itself to envelop the hub. When the user needs to "float" (ie. un-clip) the child button, it gets re-parented to the envelope and now has free reign to paint over the hub's bounds. All that to say, I have one final problem: when the hub is cut to clipboard, ...Show All
Commerce Server Error: failure in catalog resolve, hr: -2147483326
Hi people, I'm trying to configure CS 2007 Developer edition but when I try to access my http://localhost/OrdersWebService/OrdersWebService.asmx I'm constantly getting the same error Error: failure in catalog resolve, hr: -2147483326 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Runtime.InteropServices.COMException: Error: failure in catalog resolve, hr: -2147483326 Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception ...Show All
