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

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

vexsis448

Member List

voguy
Arjun B
TOWFAS
IgnGamespy
C!77LVR
SAP2006
Inquisitve2
Vijaya Kumar M
calin tuns
MikMak
jaspi
Shakje
havana
LCB
Reg J
cbcxcxzc
Babant
Anders Ryden
Juraj Borza
MrZagami
Only Title

vexsis448's Q&A profile

  • Visual Studio VS 2005 unable to start debugging because MSVSMON.EXE failed to start.

    Sometimes I am getting an error when I try to start debugging using VS 2005. A message box comes up saying: "Microsoft Visual Studio 2005 Remote Debugging Monitor (MSVSMON.EXE) failed to start. Verify that the remote debugger is properly installed." If I retry starting a debug session, it usally starts up. Why is this happening And since, I assume, Visual Studio 2005 installed the remote debugger, how in the heck am I supposed to verify that the remote debugger is properly installed Am I supposed to know what registry settings, services, or other software need to be present Just what am I supposed to "verify" ...Show All

  • Visual C++ How can I sign ActiveX controls/references in VS2005?

    In VS2003 C++, I can configure strong names for ActiveX control references so I can sign and build my main assembly. This is done from the Project Managed Wrapper Properties. But I cannot find an equivalent for this in VS2005 C++. I see properties for references in Project References, but they are grayed out. Is there a way to sign ActiveX controls/references in VS2005 Thanks Hi, I am not sure what dialogs you are looking for. Strong name signing is described in this topics, http://msdn2.microsoft.com/en-us/library/xc31ft41(VS.80).aspx . However I am not sure what you mean abou ActiveX control signing ...Show All

  • .NET Development Does anyone know how to confirm if an email was sent successfully?

    I’m using the new System.Net.Mail.MailMessage to send emails and will like to have a way to confirm if sent ok. (I have no problems sending, I just need the confirmation only)   Which function or method to use Can anyone post a snippet for this Thanks all Oh, forgot to mention I'm using VS2005 8.0.50727.42 (RTM.050727-4200) .NET Framework 2.0.50727 Thanks,  Scott<- ...Show All

  • Windows Forms DataGridView Problem

    Hi All, I recently uninstalled VS2005 BETA 1 and installed VS2005 beta 2.  The new beta 2 seems a little more stable, but I ran into the following problems: 1.)   I have a base user control "A", which contains a datagridview.  This user control is inherited by user control "B".  With beta 1 , I can visually add, edit, remove any column in the datagridview using VS2005 IDE designer.  With beta 2, I can't no longer edit the columns interactively using the designer.  Beta 2 only allows us to edit the column on the base level. 2.)  With beta 1, I set the AutoGenerateColumn to false, when my code bind ...Show All

  • Visual C# .NET cryptography

    hi there, if i had to use an encryption algorithm such as RijndaelManaged to encrypt my data, what stops other people from just using it again to decrypt my data A full discussion of encryption is beyond the scope of this forum. Besides a quick search on the NET will give you reams of information. However in quick answer to your question there are two types of algorithms: Symmetric and asymmetric. With symmetric algorithms a key and initialization vector (IV) are used to encrypt the data. The key must be kept secret in order to prevent others from decrypting the data. This is actually not easy to do because even if you use some com ...Show All

  • SQL Server Pivot Error

    Hi : I am getting the following error message when I am trying to do the Pivot operation. Msg 265, Level 16, State 1, Line 1 The column name "FirstName" specified in the PIVOT operator conflicts with the existing column name in the PIVOT argument. Msg 265, Level 16, State 1, Line 1 The column name "LastName" specified in the PIVOT operator conflicts with the existing column name in the PIVOT argument. Msg 8156, Level 16, State 1, Line 1 The column 'FirstName' was specified multiple times for 'Pvt'. My SQL Query is: SELECT UserID , FirstName , LastName FROM ( SELECT UserID , First ...Show All

  • Visual C++ VC++ 8 Show-Stopper?

    Hi, I'm seeing a speed hit of around 2X when switching to VC++ 2005. It's so serious and effects even the most  basic programs that I can only think I must be missing something. Please help! Building the same (trivial) program onVS 2003 and VS 2005 I'm seeing around a 2x decrease in speed. I'm building for release and in 2005 also setting D_SECURE_SCL=0. Can someone explain #include "stdafx.h" #include <windows.h> #include <vector> #include <string> #include <set> using namespace std ; int _tmain(int argc, _TCHAR* argv[]) {     const long dwTime = ::GetTickCount();     {  & ...Show All

  • Visual C# How to detect a row add in a DataTable

    I have the following problem. I have a control which uses a DataTable as data source. However, when a row is added to the DataTable I cannot detect it since there is no event built in. Does anybody know how to know when a row is added. -- Angel Check out the "DataRow" "RowState" member that after adding the row must be "Added", and after being modified "Modified" and so on.  Be clear that if the "AccepteChanges" method is called then the state will change and you will not know if it is was added. Hope that this helps... If not just drop the next issue and we will see what can be done. Eduardo Sobrino, MVP ...Show All

  • Visual Studio Team System Recursively files that aren't latest?

    Hi, I am wondering how someone can click on the root of a source tree and be able to recursively generate a list of files that are either checked out to me, or another person, or if they are not the latest. I would like this feature so that I can quickly see what is out of date on my machine compared to what is on the server. Cheers, Clint Print all out of date files, except those checked out to you: tf get /preview Print all files checked out to you: tf status (When you don't give them a filespec, both commands iterate over your entire workspace.) Print all files checked out by John: tf status /user:JDoe ...Show All

  • SQL Server How to query the date whose value is in text format

    Hello, I get a problem in developing the company report. The column of "BATCH" in Oracle view is shared by all departments that need the different entries, so we have to use "Text" data type for this column in order meet all departments needs. One department uses it as a sample date column. The text entry value is in the format of mm/dd/yyyy. If I do not do the data converting, when I set the query: Where SampleDate between '01/01/2005' and '01/31/2005', the outcome not only include the January data of 2005 but also include the January data from all privious years, because system evaluates the data in text format ...Show All

  • Windows Forms Generating thumbnails from video file

    After looking around, and not finding any fairly easy solution, we resorted to using the program 'SnatchIt!' - by using its command line functionality The software is unpredictable. Anyone have any ideas, we looked into directx sdk, windows media sdk, no easy solution so far Well, after weeks of looking, I just happened to find what I was looking for today.  Looks like I need to use IExtractImage in the ...Show All

  • SQL Server Help! getting errors when trying to connect to SQL Server Management Studio

    Hi All, I have Windows 2003 Server with MSSQL 2005 Standard. I am able to connect via Windows Authentication, but when I try to change it to SQL Server Authentication with user 'sa' I'm then being prompted with the error msg: A connection was successfully established with the server, but then an error occurred during the login process. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient Data Provider) Here is the entire list of msgs that are showing up: =================================== Cannot connect to SOLELL-QGL5PG9D. =================================== A connection was succe ...Show All

  • Visual Basic Web Query's In Visual Basic

    I need to be able to read information from a standard .html file, and import it into my program, much like a web query in excel, actually, I am trying to nearly duplicate the results because I have a table from a web page that updates daily, and i need to in some way, get that info into my program, I researched it a bit, and I dont even know where to get started... Basically, to give you a better idea, I am working to run a site that does some indepth statistical analysis of an online game I play. Every day, updated tables of name, rank, and points ect. are available on their web site, but this is not logged or anything. I am working to ...Show All

  • Visual Studio problem recognizing Dataset

    hi guys i would like to generate a dataset dynamically and load the report withthe data here my sample steps. // set the report to local report this .reportViewer1.LocalReport.ReportPath = "CustomerReport.rdlc" ; // getDataset() returns the dataset from connection and stored procedure with parameters ds = getDataSet(); // add the dataset with table filled to localreport datasource-->dataset name "Customers" and table ->"customers" this .reportViewer1.LocalReport.DataSources.Add( new ReportDataSource ( "Customers" , ds.Tables[ "Customers" ])); // refresh t ...Show All

  • SQL Server 2005 RDL Spec vs. Reporting Services Implementation

    Just found another difference with the RDL Spec (Nov 05 and Dec 03 v ersions) The correct cardinality relationship between Sorting and SortBy is being called into question According to Reporting Services implementation Sorting contains 1 to many SortBy elements According to the Spec (05), page 49 Sorting contains exactly 1 SortBy element According to Spec Diagram (05) Data Region Page (page 5) Sorting contains 1 to many SortBy elements So which is correct The same problem occurs with Grouping and GroupExpression Also that same diagram says that a List contains 1 to many Sorting and 1 to many Grouping el ...Show All

©2008 Software Development Network