Software Development Network Logo
  • SQL Server
  • Microsoft ISV
  • Windows Forms
  • Windows Vista
  • Smart Devicet
  • Game Technologies
  • Visual C#
  • VS Team System
  • Visual Studio
  • SharePoint Products
  • Visual Basic
  • Audio and Video
  • .NET Development
  • Visual FoxPro
  • Visual C++

Software Development Network >> MKyE's Q&A profile

MKyE

Member List

R Suresh
GSLAG
r3n
Saurabh Agrawal
Stephen Castle
Sunil Gupta
PrTaS
alphonso
DaveParr
McWhirter
deji101
Littletommy
avenueofdesign
j_o_h_a_n_n_e_s
SivaS
b_wagner
Jassim Rahma
GaV56
Inferno986
Shirvo
Only Title

MKyE's Q&A profile

  • Visual C# Console App: sending a series of commands

    I wonder if anyone can help me in building a console app to run a 3rd party app's console interface I have an application which can be executed from a console interface. Firstly I have to navigate to its parent folder, then I have to enter a command with switches. Something like this: C:\Parent_Folder>ConsApp.exe -a TestFile.doc -b TestOut.doc I've tried building this by implementing the Process class but I'm not having much success, though I atleast think I know where the problem is. My code is as follows: static void Main( string [] args) { ProcessStartInfo startinfo; Process process = null ; string stdoutline; StreamReader stdoutreader; try { startinfo = new ProcessStartInfo (); // use ...Show All

  • SQL Server Report designer not in VS 2003

    I have Reporting services 2000 ( Version 8.00.1038.00) installed (installed with installation of MS CRM) and visual studio 2003 installed however, do not have the business intelligence report designer available. Where can I obtain the report designer addin We don't have a RD 2000 CD. Is what I need available via download Thanks Try getting the trial version of reporting services & installing the developer components. Not sure if these expire though. You may need to purchase a license for Reporting Services if you would like to use in a production environment. There doesn't appear to be a download for just the designer components for vs 2003, only 2005 Express. http://www.microsoft.com/download ...Show All

  • Visual Studio 2008 (Pre-release) How to change highlighting color of textbox control?

    hi, is it possible to change the selection color of a textbox control by default, when i select a text within textbox, the color of the background turns to light blue. how can i change this or is this defined by system or is it possible to create a customized textbox control where the highlight color can be changed thanks, bkohler I had to workarround this problem due to the design of a machine application I solved the problem by changing in code the Highlightext System Color. You must ensure to reset back the default color the when the application ends. I hope that their will be a Property for the selected color in Textboxes in the future. A sample can be downladed here at  www.sp-systems.ag/downlo ...Show All

  • SQL Server Problem with temporary table and ado.net

    hi all i have created a store procedure that works fine on sql server 2005 exprees, it uses the temporary table #TEMP...the sproc is something like this: select name into #TEMP from TableName ...some operation with temporary Table #TEMP drop #TEMP So the problem is : when i try to call the store procedure from a dataAdapter from a visual studio project i have the following error: name of object '#TEMP' not valid. ....who can help me to solve this problem You should do everything with the temporary table within your stored procedure code. INSERT / SELECT and cleaning the house, in the meaning of dropping the table at the end. temporary tables are sessin based on will no ...Show All

  • SQL Server Understanding ROLAP

    We are looking at adding a real-time aspect to our SSAS cube set, to allow reporting against a relatively small but constantly changing data Our initial thought was to use ROLAP partitions and dimensions - we were under the impression that the queries would always be satisfied from the underlying relational tables. However, in our explorations we are finding that understanding to be incorrect - SSAS is in fact caching data, so it ends up returning stale data. We've configured our paritions and dimensions for ROLAP and disabled all proactive caching (we would like this solution to work with SSAS Standard Edition, which precludes the use of proactive caching). Is there something else we need to figure Are are we headed down the wrong path h ...Show All

  • Visual Studio Visual Studio DVD Label

    Hello, I, know its an untypicaly question for this forum. I'm studying Science and we can download microsoft products for free at e-academy.com My question is, if someone could scan the labels for Visual Studio 2005 Pro, Sql Server 2005 Standard and SourceSafe 2005 perhaps someone has the time to do that :) greets from Germany! Dirk ...Show All

  • SQL Server SQL Server 2005 SP2 CTP Version

    Hi, I m using Windows 2003 Server. I installed SQL Server2005 and now i want to apply CTP service pack on it. I downloaded all the SP2 patches available on the site http://www.microsoft.com/downloads/details.aspx FamilyID=D2DA6579-D49C-4B25-8F8A-79D14145500D&displaylang=en . Each of them is giving an error and it is not getting installed on SQLServer 2005; Is it a problem with my hardware or the version of Windows or the version of SQLServer 2005 Can anyone help me with this problem THanks, Srividya So, were you using this one SQLServer2005SP2-KB921896-x86-ENU.exe 279.7 MB and still getting an invalid win32 application error ...Show All

  • .NET Development Database transactions performance issue

    Hi everyone, Hope you all had a nice Christmas. This is my first post here, so be gentle, even if this is in the wrong forum, but since this forum mencioned performance, I thought I was in the right one. I'm currently building an app that basically will be a database client, being the database MySql, since it's cheaper. The database will represent a catalog of products, clients and such, but the main table will be the one refering products. My issue is, since the table has one field which is the picture of the product, and it will have somewhere between 500 and 1000 products (at least), and if each picture is around 100KB, we'll have a database with 50MB to 100MB (images alone), so my question is: if the user is browsing the produc ...Show All

  • Visual C++ Error: Stack corruption around the variable 'tm'

    Hi, I have a win32 based application written in VC6. However, when I port it to VC2005 express edition, i get runtime check errors in the following way. Run-Time Check Failure #2 - Stack around the variable 'tm' was corrupted Run-Time Check Failure #2 - Stack around the variable 'lpText' was corrupted. The application works perfectly in VC6. As this has been tested using profiling tools such as Numega Bounds checker. Only on .NET versions 2003 and 2005, i get above such error. I use the following settings for my project: /D "WIN32" /D "_DEBUG" /D "_LIB" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /FD /EHsc /MTd /Zp1 /Fp".\Debug/mmi.pch" /Fo".\Debug/" /Fd".\Deb ...Show All

  • SQL Server error 4064 help me please

    TITLE: Microsoft SQL Server Management Studio ------------------------------ No se puede abrir la base de datos predeterminada del usuario. Error de inicio de sesion. Error de inicio de sesion del usuario 'HOME\jortega'. (Microsoft SQL Server, Error: 4064) For help, click: http://go.microsoft.com/fwlink ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=4064&LinkId=20476 ------------------------------ BUTTONS: OK ------------------------------ Have a look at the following thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=451657&SiteID=1 Thanks Laurentiu ...Show All

  • Windows Forms Diffent colors on the rows in datagridview

    Hi, How can I change backcolor for odd rows to gray, and even rows to white in a datagridview there are several samples about how to populate the colors on the rows in datagridview http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=189&CategoryID=46&tabindex=0 http://www.windowsforms.net/FAQs/default.aspx PageID=2&ItemID=412&CategoryID=3&tabindex=0 you can also choose the template which you like in datagridview ...Show All

  • SQL Server Can't uninstall Analysis Services 2000

    I have both SQL 2000 and SQL 2005 on my computer. I am running Windows XP Pro, SP2. SQL 2000 was installed first, then, 3 months later, SQL 2005 was installed, too. My client needs me to work with SQL 2000 Analysis Services (my client is on a SQL 2K platform). I have the full SQL 2005 Developer Edition on my machine, along with the SQL 2005 Analysis Services, SSIS, Visual Studio, SSMS, etc. I also have SQL 2000 Developer Edition, but I don't see SQL 2000 Analysis Services on the machine nor running under services. In addition, there is no Analysis Services on my machine. Therefore, I wanted to install SQL 2000 Analysis services onto my machine. However, when I do, I get the message: "To install a new version of Analysis Services, you ...Show All

  • Smart Device Development control throw USB port

    I have a HTC Universal Pocket PC with Windows Mobile 5.0 I need to know how i can control external devices throw the USB port on this pocket pc when i say external devices i do not mean the PC , because RAPI can do that In a simple form my question is : How can i send and recive data throw USB port with external device Do you mean for PPC to control devices like modem attached to USB host or for PPC to connect to external device like it does to PC with Active Sync First one requires USB host on WM device (do you have that ), second one requires quite a bit of hardware and software for both external device and PPC. For first case you would need to write a driver for your device. For second case ...Show All

  • Visual Studio Custom Add Item

    Hi All, I will try to be as brief as possible. I've been making a DSL project for 2 months now. And somehow my application need to access the inner-structure of Visual Studio. I went to DSL forum to solve my problem, but someone pointed me to this forum. I hope there is someone here who can give me some ideas, or point me to some related threads. It goes like this, when I run my DSL project I can add an item in Experimental Window by left-clicking the Debugging in solution explorer and then a window with templates appears. There I can choose my DSL template for the file I want to add. My question is, how can I perform this by only clicking a button I made by myself How can I show the Add New Item Template window by clicking my button ...Show All

  • Visual Studio Express Editions help me

    I programing in visual c# 2005 expres edition and I have a problem with sending a query to database. I can receive data from database but I can't modify data on server. When I use task: string sql = "INSERT INTO Table(id,symbol,name) VALUES (3,tt,tttttt)"; SqlCommand aaa = new SqlCommand(sql); data isn't modyfied on database and compiler doesn't return any mistakes. Those are simple quaries, user writes a string and then the querry runs (looking db by this string in specific column), and the other function of this app is inserting and modyfing the records in db ...Show All

©2008 Software Development Network