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

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

redsmurph

Member List

Devidas Joshi
Steven F
dB.
pkotak
Paul Mearns
Dave5126008
dwakefield7128
Chris Rogeski
WineMan
rgkimball
trehberg
Beniton
TerryTuell
Ravi Teja
.NetProgrammer
Kriske
Matthew Wright
Colin Carter
pelicanous
Conrad Lang
Only Title

redsmurph's Q&A profile

  • Visual Studio Debug JScript in an ASP.NET app with Visual Studio 2005

    I posted this under .NET development earlier today, but perhaps it would be more appropriate here. I have recently installed the trial version of Visual Studio 2005, Professional Edition. I have converted an ASP application of mine (developed with Frontpage 2003) to ASP.NET and after correcting a number of incompatibilities it works correctly. However I have noticed that while I can set breakpoints and debug my VB pages, I can not set any breakpoints or figure out how to do any debugging with the JScript pages. The toggle breakpoint command is grayed out in JScript pages. Is this related to the lack of support for JScript in the Language ...Show All

  • Visual C++ Microsoft Visual c++ Runtime Library Assertion Failed !

    ok...my problem is this : I started getting this message a few times a day.  I don't even have to have my internet explorer opened.  Sometimes, nobody's on the computer and the message appears : Microsoft Visual C++ Runtime Library                 Assertion failed !                 Program : c:\ProgramFiles\Internet Explorer\ iexplore.exe                 File: .\lists.cpp               ...Show All

  • Visual Studio Team System Problem in Migration from VSS to Team Foundation

    I migrate a VS.NET 2003 project from VSS to Team Foundation. After the migration, I need to migrate source control bindings from Visual SourceSafe. ( http://msdn2.microsoft.com/en-us/library/ms253188(VS.80).aspx ) In step 7, I run the Visual Studio Conversion Wizard. After the wizard is executed, The solution and project fies are converted to VS.NET 2005 format. But at the same time, one file in the project called PubDS.cs is renamed to PubDS.Designer.cs. PubDS.Designer.cs is not under source control. It also do not have the history of PubDS.cs. In step 10, when I do check in, since the PubDS.cs is check out in Step 4 but rename ...Show All

  • .NET Development get link layer informations

    Hi! I want to write a program which informs me about network changes on my system. I have several network connection (LAN, WLAN, ...) How can i get the events or infos if LAN unplugged or WLAN disconnect .... thanks! You are in luck if you are using .NET 2.0 a.k.a Visual Studio 2005. You can download beta2 or RC version from the web I suppose. Look into Systm.Net.NetworkInformation namespace The following code should give you some sample code to get started with using System; using System.Threading; using System.Net; using System.Text; using System.Text.RegularExpressions; ...Show All

  • Visual C++ converting c++ stl strings --> Tchars? (NO MFC)

    How would I go about doing this Thanks! Maybe there is no need to convert something is the program is not UNICODE and you are using std::string ot it is UNICODE and you are using std::wstring, You can use the ATL. (USES_CONVERSION, A2T). You can use the CRT mbstowcs, wcstombs. ...Show All

  • .NET Development Easiest way to make a copy of a datatable

    I am using VS 2005 with SQL Server as the backend. I have a winform with a master and a related grid for a detail. The grid may contain 2 or three thousand records. The form contains Quotes for work done for us. The user wants to be able to copy a Quote and its details easily. Both the master and the detail have AutoIncement fields as their keys. What is the easiest way to copy a dataset, or a table in a dataset Getting the data out of the master and making a copy that is like it is easy enough, but getting a copy of the thousand records in the grid is not as easy. I have created a routine that exports the records in the original grid ...Show All

  • Visual Studio Team System Web Recording is not working ..Pls help me Figure out

    When i try recording a Webtest My Recording doesnt work. The Record options seem to be Greyed out (disabled).. The Browser loads Up pretty quickly when i click on a new webstest But then its all greyed out I have seen this before . please help me in figuring this out. I dont want to reinstall my Visual Studio2005 Thanks Roy Can you try killing all your iexplore.exe processes and trying again You're not running devenv.exe using RunAs are you This is a known issue that I believe we're planning on fixing in the service pack. Hopefully we can put out a hotfix in the near future, too. ...Show All

  • Visual Studio Not able to install Visual Studio.NET

    I got new laptop with Windows XP Home.In that .Net Frame work is already installed. I have tried to install the Visual Studio 2003, I get error you running different version already in your machine and Install fails. Please let me know what should do i have remove already installed .Net componets like framework,pre requisites Thanks Jayanth Hi, Certainly you can use a network drive to install it. Are you using a CD version of the installer If so try replacing the cd into the next disc if an error occurs about not finding the file. eg. while installing disc1 and an error that xxx.dll is not found, try inserting Disc2... When copying ...Show All

  • Windows Forms How to make a panel have all the controls of an existing form?

    I have done many forms in my project. Now I need to add some new features, in which I need to display the forms (read only this time) to compare inside tab pages or panels.  In .NET, we can have a form inherit from another form, but now how to make a panel to be the same as an existing form   It is not good to co ...Show All

  • Visual Studio VS C++ 2002 .NET problems

    Hi all, I have been using this without problems for the past year but all of a sudden I can't open certain solutions anymore. I have 7 applications and 7 setup projects in this solution but VS always crashes while opening the solution. I have tried to recreate a new solution by adding the projects from scratch but that doesn't help. I then checked the Help - Check for updates from inside VS and it downloaded service pack 1, however this installer fails to open with the following dialog: "The upgrade patch cannot be installed by the Windows Installer service because the program to be upgraded may be missing, or the upgrade patch may update a ...Show All

  • Visual Basic String function

    Forgive me for this probably simple question, but is there a predefine function that will return part of a string. ex. If s is a string value of "basic" and I wanted to return just the first letter "b", is there a predefine function that will do that That is correct.    Left$, Mid$ and Right$ are all functions that have existed in many different versions of Basic including VB6 and even way pre-dating Visual Basic,   I look back to many of the versions of BASIC that existing in the 80's such as the Sinclair, TRS, Dragon, BBC Micro&nb ...Show All

  • Visual Studio Team System Bug rates report fails

    Next problem:  The Bug Rates report on the default project portal page fails with the messages: An error has occurred during report processing. (rsProcessingAborted) Query execution failed for data set 'AreaPathPath1'. (rsErrorExecutingCommand) The default members for the dimension 'Specified' do not exist with each other. See this thread for sharepoint ctl00oReportCell solution. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=3493 Buck ...Show All

  • .NET Development Parse Error / Two Much WhiteSpace

    I just want to open an excel file from my VB.NET app but i get a strict parse error saying that it is too much whitespace, any help on what i should do would be fantastic. i have this in my btnclick function Dim tw As StreamWriter = New StreamWriter("C:\book1.xml.") tw.WriteLine(" < xml version=""1.0"" >" & _ "<Workbook xmlns=""urn:schemas-microsoft-com:office:spreadsheet""" & _ "xmlns: o = ""urn:schemas-microsoft-com:office:office""" & _ "xmlns: x = ""urn:schemas-microsoft-com:office:excel""" & _ "xmlns: ss = ""urn:schemas-microsoft-com:office:spreadsheet""" & _ "xmlns:html=""http://ww ...Show All

  • Visual Studio Express Editions MRU List doesn't reorder correctly

    Hi. Is it just me, or does the MRU lists in VB 2005 Express never reorder When you create a new project it's placed as #1 and the old ones are moved down once. So far, so good. But when I click on e.g. #2 it's still #2. It's never moved up to #1 as expected. C# 2005 Express does this correctly, so i guess it's a problem with VB. Is there anything that can be done A reg-setting or something Thanks in advance Regards Very strange.  This has happened on two different installations so far. The first was Win2000 SP4 where Beta 2 had originally been installed. Then I uninstalled a ...Show All

  • SQL Server Help W/Disabling FK Constraints for Batch Operations

    HI all, I'm trying to have a SProc that will initialize a database for me. This db is in development (I'm primarily writing SSIS packages, atm), and I constantly need to truncate the tables, then re-add a dummy/unknown row (PK/Identity value = 1). Of course, I need triggers not to fire (got that part working), and FK constraints to be bypassed temporarily -- that's the problem. Here's where I'm at: ---------------------------------------------------------------------------------- CREATE PROCEDURE [dbo].[_InitializeDB] AS SET NOCOUNT ON DECLARE @name varchar(255) DECLARE @sql nvarchar(255) DECLARE tables CURSOR FOR SELECT [n ...Show All

©2008 Software Development Network