Software Development Network Logo
  • Visual C#
  • .NET Development
  • Visual C++
  • Microsoft ISV
  • Windows Forms
  • Visual FoxPro
  • Visual Studio
  • Visual J#
  • Game Technologies
  • SQL Server
  • Windows Live
  • Windows Vista
  • Architecture
  • Smart Device
  • VS Team System

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

VASUSIVA

Member List

Reg J
kyle_song
Melvis
MaxMan1
Ernst b
DexterDurai
Rodrigo Sendin
salvatore
BMWAustin
pdinesh
PFS
rmcquade
DalenCa
Matterama
adinaronson
Alex Barnett - MSFT
Fafa
Rajonline_82
jeremys27
rkn123
Only Title

VASUSIVA's Q&A profile

  • Visual Studio Tools for Office Unable to add ActionPane - error when document is opened

    I have created a word project where i add an actionpane with: this.ActionsPane.Controls.Add(new TestActionPane()); But when i run the project and word is supposed to show the actionpane i get this error (translated): "You show this document in multiple windows. If you want to connect to an XML-expansion pack, you have to close all extra windows so that you only show the document in one window". Does anyone have an idea what that means Hi James This happens to me a couple of times, this is a known problem relating to hidden windows being used by word for things like bookmarks and then this trigg ...Show All

  • Software Development for Windows Vista Indexing

    My indexing seems to be perpetually stuck on "Waiting for status update...". I added an extension of * which I think might've caused it, but now how can I fix it I can't click on the buttons because they're disabled. I too am having the same problem with beta 2, has anyone found any solutions ...Show All

  • Visual Studio CrystalDecisions.CrystalReports.Engine.ReportDocument

    Hi friends, i have deploy a VB.net application which have crystal report in it. the application is running well but when i open the form with Crystal report its giving me error. Please help See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.InvalidOperationException: An error occurred creating the form. See Exception.InnerException for details. The error is: The type initializer for 'CrystalDecisions.CrystalReports.Engine.ReportDocument' threw an exception. ---> System.TypeInitializationException: The type ...Show All

  • Visual C# DataBase connection lost details

    Hello to all. I have Next question ..  private void timer1_Tick( object sender, System.EventArgs e) { sqlDataAdapter1.Fill(dataSet11); DataRowCollection f = dataSet11.Tables["INCOMING_SMS_MESSAGES"].Rows ; for ( int i = 0; i < f.Count ; i++) { f [ i ] .Delete(); sqlDataAdapter1.Update(dataSet11); }   When timer is fired i read from data base, proccess rows and delete them. But if connection will be lost for example before sqlDataAdapter1.Update(dataSet11); programm will generate exception and terminate itsefl.(but program must avoid termination or some kind of breaks ) it must "stop" and " ...Show All

  • Visual Studio Team System GUI Change requires checkout of licenses.licx

    We are using a couple of 3rd party components that have information stored in the licenses.licx file. We have noticed that anytime you edit a GUI that has one of these 3rd party components, the IDE requires us to check out the licenses.licx file. The problem is that there is one licenses.licx file per project.  If I want to edit GUI-A, I have to check GUI-A and the licenses.licx file out.  If another develper wants to work on GUI-B in the same project they are unable to do so, because the IDE requires them to check out the licenses.licx file -- which I have previously checked out for my changes. Is this a problem with VS2005/Team o ...Show All

  • Visual Studio Express Editions Sending decimal data to serial device

    I got a lamp controller, which can be connected with computer through serial port. The device is very simple, when decimal value 129 will be sent lamp 1 will be lighted and when value 1 will be sent lamp 1 will be turn off. I tried with MSComm32.ocx but device is not working. Can anybody help There are several posts over the past few days dealing with serial ports - they seem to be very popular. You don't need to use the MSComm control, as .NET has one built in. Also, look at these threads as they should help: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=225794&SiteID=1   ...Show All

  • Visual C++ Installing CRT DLLs as local side-by-side assembly. possible or not?

    Hi! I'm using Visual C++ 2005 Express Edition for a 100% native Win32 application. No CLR, no MFC, nothing. Only pure PSDK and some third-party libs. Since I only have the express edition, I don't have Vc/Redist/x86/, all that I have are the merge-modules and what is stored in WinSxS on my machine. I did some experimenting trying to copy the Microsoft.VC80.CRT assembly from WinSxS to my app's folder, but nothing worked so far. So, I would like to know a definitive answer on the following question: Can I install the CRT as a local side-by-side assembly, and if so, how As said, I only have the merge-modules and what's stored in WinSxS. If i ...Show All

  • SQL Server Change query issues

    I am trying to take this statement: Select Total = SUM(gt) FROM (Select Distinct CustomerName, CustomerNumber, FeeGoal_AZ AS FG, FeeSchedule, (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt from DCR WHERE branch='00002' group by CustomerName, CustomerNumber, FeeGoal_AZ, FeeSchedule ) as dTable and change up (cast(FeeGoal_AZ as numeric(30,10)) / FeeSchedule) * 100 AS gt I need that part to do this instead there: (PostedAmount + Sum of all PDC where the PDC in this month + Sum all CC where CC in this month) / FeeSchedule) * 100 as gt Here is my failed attempt: ...Show All

  • SQL Server Difference between 2000 and 2005

    Hi, Have there articles about the difference between Analysis Service  2000 and Analysis Service 2005 Oh my gosh. There is lots and lots. One recommendation that I make to customers is to look at the migration process for a good background on this topic. It won't help you with new AS2K5 features, but it does help you transition from AS2K to AS2K5. A good resource is here: http://www.microsoft.com/technet/prodtechnol/sql/2005/asmigrtn.mspx which is part of Project REAL http://www.microsoft.com/sql/solutions/bi/ProjectREAL.mspx _-_-_ Dave ...Show All

  • Software Development for Windows Vista devicetopology.h

    I can't seem to find this header in the SDK. Is this available on the current vista SDK ...Show All

  • Visual Studio Express Editions Print DataGrid to Printer

    I have created a GridView and all works well. All I need to do is to create a preview of the DataGrid on a new page and the person viewing the page must be able to print the page to a printer. Can anybody assist me with this. I am new to Web Development. Thank you Try: http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vbcode/html/vbtskCodeExamplePrintingDataGrid.asp http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnwinforms/html/printwinforms.asp frame=true ...Show All

  • Visual Studio 2008 (Pre-release) no Indigo for web browser applications?

    In both of these threads: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=115988&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=202529&SiteID=1 it says that Windows Communication Foundation requires Full Trust, so it cannot be used in a WPF Web Browser Application without making it full trusted. Does this mean that I have to use other technology to create a web service that is used in a partial trusted Web Browser Application No. You can create WCF web services all day long. You just can't use a WCF proxy in partial trust. We just didn't have time ...Show All

  • Windows Forms Application Hang on Child Form

    I have an MDI Form that contains child forms. Most of the Child form also call another form (Search Form) using "ShowDialog()". Here is my problem, for some reason the entire application hangs if the "Search Form" is called about 4 times in a row.   Has anyone experience something like this or has any advice. Here is the sample code for  ...Show All

  • Visual Studio Team System Performance testing Multiple unit tests

    I understand that you can create a performance session on a single unit test by right-clicking on the unit test and creating a new session.  But how do you run a performance test over ALL (or a series) of unit tests   Right clicking on each of hundreds (or thousands) of unit tests isn't very practical.   I just want to run them all and see the perf results... Thanks, Bob Willer BetaID 267513 Bob, Thanks for your feedback.  It should give me leverage in my arguments to clean this up before ship, it definitely gives that "beta" aftertaste, doesn't it For now, I think the best way is ...Show All

  • Visual C++ Dump files and obtaining stack information

    Hi All, Im trying to read a mini dump file using MiniDumpReadDumpStream, which successfully works, and want to know how to obtain stack information that is contained within this file. Ive found StackWalk64, which requires a handle to a process and thread to be passed in - how can this be obtained from the dump file If anyone has any examples - it would much be appreciated. Thanks AFAIK this is not possible. You can use VS or WinDbg to load the minidump file. It may be easier for you to create the stack trace as a seperate operation when you create the minidump. This is the way I do it. Al ...Show All

©2008 Software Development Network