JDArsenault's Q&A profile
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 C++ tchar into a string
hello again. I have a new question for you Guys : how can I Convert what is in my buffer (TCHAR) and copy it into my string This could sound stupid to you but i'm not very at ease with tchars and stuff. Thanks! Edit : here a code sample of what I approximatly need to do :P string strPath; TCHAR buffer[MAX_PATH+1]; DWORD iNombreChars = sizeof (buffer); iNombreChars = GetCurrentDirectory(iNombreChars, buffer); for ( int iCpt = 0; iCpt < ( int )iNombreChars; iCpt++) { strPath[iCpt] = buffer[iCpt]; } TCHAR is a macro. It contains either a short * or a char *, depending on if U ...Show All
SQL Server Load assembly from Stored Procedure
Hi, Is it possible to load an assembly either from a byte array or from the disk at runtime from a CLR stored procedure. I have created a stored procedure that needs to load different assemblies depending on a query and then invokes a method (called execute() passing a string query as a parameter). From debugging the CLR stored procedure in .NET I have found that it is this line that creates an error: Assembly myAssembly= Assembly .Load() It doesnt matter if I attempt to load the assembly from it's byte array or from a ...Show All
Visual Studio Express Editions VB 2005 Forms Control
Can some one help me how to make a textbox accept only numeric values. The code "textbox1.numeric=true" gives an error thanks That's because there is no such property. You can use a masked text box, or you can search there forums, where the code to accept only numbers and control chars has been posted may times. ...Show All
Windows Forms How to create a Wizard with Windows Forms?
Hi i want to create a simple wizard for an application consisting of a series of windows that take date from the user and store it in a file. I wonder if its possible to create a wizard with Windows Forms I use Visual Studio 2003 and Visual C# standard edition. Thanks in advance Yes it's possible. There are a few articles online about creating Wizard so have a search around. But I'll cover the basics here. When you program a form you tend to put most of the logic behind the form. For example, on button click do x, y and z. With a wizard approach you'd might think of putting code behind each n ...Show All
Microsoft ISV Community Center Forums Access 97 does not close after running code
I have a number of access databases that do not close after I have run code attached to buttons on forms. All the databases read text files and open recordsets to write the data into my tables. I have ensured that I close each recordset and database object, and I set them to equal to nothing at the end of the code. I have tried using the repair option on the database, but I still get the problem. The only way I can close the Access window is from task manager. Any suggestions Per the support engineer: I understand that your Access databases cannot close after running some code. Please notice ...Show All
Visual Basic Parsing/extracting multiline fields
I have a very large sequential file in which each data field is delimited by the same unique string (//, specifically). Each field of data is multiline. I would like to iterate through the file, extracting each field of data for purposes of parsing subfields and recording the offset of each field of data. Unfortunately, I can not identify a method that extracts/parses data fields that span multiple lines. TextFieldParser seems like a nice option, but it seems single line oriented also. I realize I could read each line of the file sequentially and concatenate each line until I reach the delimiter, but I would like a more efficient metho ...Show All
Visual Studio Permissions problem?
Hi, my company is using VSS with Visual Studio 2005. VSS is installed on the local Domain Controller (yeah, I know, not recommended). There were 5 developers working on a project, and they could access the database just fine. When 2 others arrived and accounts were created for them, they couldn't access the source trees anymore. I mean they're able to log in, and they see the project names, but when they click "get latest version" an error pops up saying "Error...access denied." Now I've tried setting the permission to full to just about everyone on the VSS server share, and this error keeps popping up. Can anyone help me ...Show All
Windows Forms inherited controls
I would like to have, say, textboxes of 2 different sorts: A and B. I think inherited control (inherited textbox) is the ideal concept. The goal is to have event handlers ONLY in the Parent Form (from where inherited forms will be created, containing those A and B textboxes) I know how to create a inherited textbox, its name being tbx1. But now, ...Show All
Windows Forms Visual Studio Custom DataGrid etc
I have developed a suite of Custom DataGrid Column Styles and have extended the data grid design time so i can add them using VStudio. All goes well except for a slight problem where VSTudio.net crashes whenever i try to edit the column styles in designer. How do i find out how and why and where vstudio is crashing. Can i debug&n ...Show All
Visual Studio Express Editions PageSize difficulties
Hi, My application has two different size documents to print. First there is the standard 8.5" x 11" letter size sheet and the second is a 5" x 8" index card. The letter size sheet it to print in portrait and the index card is to print in landscape. I seem to be able to change the page orientation, but not the size. Her is my attempt to code this: Private Sub PgSettings() With printDoc.DefaultPageSettings Select Case o_PgType Case PageType.ScoreChits .PaperSize = New Printing.PaperSize( "Chit" , 500, 800) .Landscape = True Case Else .Pape ...Show All
Windows Forms Resolving a relative/absolute path?
Which is the best way to resolve a path if you don't know whether it's absolute or relative This is what I have so far (C#): string resolvedPath = Path.GetFullPath(Path.Combine(Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location), <b>pathToResolve</b>)); Is it the best way Is it fail safe If not, which steps do I then have to take to make it safe I would like& ...Show All
Microsoft ISV Community Center Forums office2003 chart object(Spreadsheet1, ChartSpace1)and VBScript
Hi Friends, I have a VBScript codes works in windows 2000 professional and office 2000.After migrated into office 2003. It does not work and got an error message " borrower does not support activeX" however. Does any person whcih new CLSID in office 2003 match these 2 clsid in office 2000 CLSID:0002E500-0000-0000-C000-000000000046 and CLSID:0002E510-0000-0000-C000-000000000046 After installed office 2003, I could not find above clsid/object(object id=ChartSpace1 object id=Spreadsheet1) in regedit system. How to fix this issue Thanks for help, Jim jimmy_dc@hotmail.com ******source codes <%@ Language=VBScript %> <HTML> < ...Show All
SQL Server Intermittent Failure of Interdatabase Service with SP-1 CTP
In an SSB test project created from the T-SQL batch in Stuart Padley's Weblog (subtitled "SQL Server 2005 stuff I couldn't find anywhere else", http://blogs.msdn.com/stuartpa/archive/2005/07/25/443229.aspx ) I found strange inconsistencies with enquing messages between two databases on the same SQL Server 2005 Standard Edition SP-1 CTP March instance running under Windows Server 2003 SE SP-1: Sending a simple message from the Initiator to the Target database with either the SendMessageProc stored procedure or its code as a batch fails for about 50% of all tries, with varying failure patters (up to 10 sequential attempts fail ...Show All
Smart Device Development Reinstall/Upgrade
Hi All, When reinstalling/upgrading a cab on the 5.0 device seem to display a message Installation was unsuccessful. Anybody has anyidea about this problem. It happens only in 5.0 devices not in 4.2. This happens only in a particular sequence, if the installed application is run and make some changes to registry. Then try the upgrade results in this error. This is not always reproducible. I am using ActiveSync CEAPPMGR for installing on the device. Some details about my cab: My cab file setup contains Setup dll. Even after the installation is complete this dll is seems to be in memory. Does this have any implication on upgr ...Show All
