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

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

PFkaplan

Member List

Hugor
Al Christoph
quame
namo21
WayneSpangler
HKEC
Benedikt
Poledog
Mridu
js06
Paul Monaghan
Stas Kravets
Andy Perkins
Reza Bemanian
bpeikes
anu_ooo
tichy291574
Vlladico
sunfun
CharlieRussell
Only Title

PFkaplan's Q&A profile

  • Visual Basic The Instruction at Referenced Memory at (XXX) referenced memort at "xxxx" The Memory Could not Be Read

    Hi, I have migrated a VB6 application using VS2005 upgrade wizard. The application is running but while closing the application I am getting the error "The Instruction at Referenced Memory at (XXX) referenced memort at "xxxx" The Memory Could not Be Read" Please help me to resolve the error. regards Mano Hi, Please let me know the steps to attach the unmanaged debugger & how to turn on the first chance of exceptions Thanks & Regards Mano ...Show All

  • Visual Studio Express Editions Other way of saving

    I'm trying to save text from a Rich Textbox to an external .txt file, but I don't know how, can somebody help me just simply reference the rich text box control, give it the filename to save as and set the RichTextBoxStream type as shown. http://msdn2.microsoft.com/en-us/library/8bf5hy2e(vs.80).aspx there is also an example included above if you are asking on prompting the user on which filename and directory to save as, you need to use a SaveFileDialog to do this then save the file. Small example:   Dim theSaveFileDialog as new SaveFileDialog() theSaveFileDialog.Filter = " set filters here " if theSaveFileDialog.ShowDialog() = System.Windows.Forms.DialogResult.OK then  & ...Show All

  • Visual Studio Unable to start debugging on the web server

    Hi I dont know if this error has been addressed already couldnt find it but here goes. When I try to debug my website on VS 2005 it is giving me the following popup error. Unable to start debugging on the web server .An authentication error occured while communicating with the web server. I have tried almost everything suggested on the net also verified my username addition in the Debugger Users group The site launches successfully on CTRL+F5 Interestingly I havent come across this particular error message in any of the forums I visited. Any help would be extremely appreciated. Regards Amrit I also had this error message, it was introduced when I disabled HT ...Show All

  • Visual Studio Express Editions Help on code

    I have written this case statement and the only result I seem to get is access denied when I place number in the text box I have a text box a lblDisplay and a button Private Sub btnPush_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPush.Click 'declare variables Dim pass As Integer 'Input txtPass.Text = pass 'Process Select Case pass Case Is < 1000 lblResults.Text = "Access Denied" Case 1001 To 1500 lblResults.Text = " Welcome Technician" Case 1501 To 2000 lblResults.Text = " Access Denied" Case 2000 lblResults.Text = " Welcome Custondian" Case 2001 To 2999 lblResults.Text = &q ...Show All

  • Visual Studio Express Editions how can I integrate C program in VB express?

    how can I integrate C program in VB express Regards, Yaniv Oh, VS6. Use DumpBin /exports on your DLL to find out the exact spelling of the export name in the DLL. You can use DependencyWalker too. You can use a .def file to force the name exactly the way you want it. ...Show All

  • Visual Studio 2008 (Pre-release) naming a uielement within a custom usercontrol

    Hi, I have a usercontrol which I''m using like so <MyUserControl> <Label>Field 1:</Label> <TextBox/> <Label>Field 2:</Label> <ListBox x:Name="MyListBoxName"/> </UserControl> I'm trying to name the listbox but I kept getting this error Error 4 Cannot set Name attribute value MyListBoxName' on element 'ListBox'. 'ListBox' is under the scope of element 'MyUserControl', which already had a name registered when it was defined in another scope. Line 31 Position 14. C:\Documents and Settings\genri\My Documents\Visual Studio 2005\Projects\UserControlXAML\UserControlXAML\Window1.xaml 31 14 UserControlXAML I don't know why Any input would be great. ...Show All

  • .NET Development Installer for pocket PC

    Hi I am developing an aplication for pocket PC in VB.NET . I want to make one installer for my application . I added one setup project and one cab project , but i am using one dll written in vc++ While running after adding the dll , it shows an error "the dll is not an window image " so let me know how to integrate that dll in the setup. Please repost to the .NET Compact Framework forum http://forums.microsoft.com/msdn/showforum.aspx forumid=33&siteid=1 ...Show All

  • SQL Server RunningValue question

    I have a form that uses some header information (like client ID with name, address, etc) and then uses a table for orders that customer has placed. I now need to print something like a page number (but not in the header or footer). When I try RowNumber, this does not work as the dataset is returning multiple records for the first customer and then the next item in the list (the next customer ID) skips the number of records from the first. So I need the first one to have 1, the second to have 2 and so on. I tries RunningValue, but for each record it starts back at 1. What I need is like a counter. How would I go about this and thanks for the help. Try RunningValue(MyFieldsCount.value,Count,Nothing) ...Show All

  • Visual Studio Team System VSTS TE Comparsion with Other Tools like QTP, Load Runner, Test Director

    I would like to Comparsion of Tools with VSTS TE QTP Functional Testing to VSTS TE Web Testing Load Runner to VSTS TE Load Testing TD to VSTS TE Test Management VSTS TE advantages/Disadvatages This is a pretty broad question, I will provide a high level summary here: In general VS Team Edition does not have, at the moment, feature parity w/ Mercury's line of products. QTP provides general UI testing capabilities (not just Web) and VS Team Edition does not have a test case management system. Our load testing solution is the strongest out of the 3 areas you're asking about. However, VS Team Edition has better integration w/ the rest of the VS Team System product line, especially w/ Team Foundation Serv ...Show All

  • Visual Studio Tools for Office edit -> delete on excel disabled, after excel vsto installed

    I have created a excel project utilizing VSTO 2005 and now I have installed it on different computer to test it. It works great on their computer and does everything it is suppose to do. The issue is now when the user’s tries to use their regular excel the “Edit-> Delete” is disabled. Any ideas, why And how to fix it… Thank you Hi Alisa, VSTO doesn't do anything to disable this command. Perhaps answering a few questions would shed some light on the problem. On your development PC, do you experience this issue If so - there must be something specific to your project that is causing this. Double-check any event handlers and startup/shutdown methods to look for code that is causing this. To confir ...Show All

  • Community Chat Using components!!

    HI!! Now am oring in a components but facing many problems while doing it.. can any1 give the example of develping the component and using it.. Lets say,, Create a component for simple encryption and dcryption!! Expecting replies!! Thanks in Advance! Vishnu V. ...Show All

  • Visual Studio Team System Migrate to another server

    Hi folks I would like to migrate my TFS to another server (which I guess is a common thing to want to do). I have tried rebuilding a server with the exact same name and copying the TFS and STS databases over but that didn't work. I am really only interested in getting the version control over, but if I could do a complete migration that would be cool. Any advice on how I can do this Thanks Will Hi. Sorry for the delay in replying - been too busy to check the forum! Thanks for the link. I had spent many hours going through all the information in these pages, but everything left me with a non working system at the end. I did eventually work out how to do it and I have documented this in a wor ...Show All

  • Windows Forms Textbox input

    I'm collecting numerical data from users via a textbox by using the following code. double val=Convert::ToDouble(textBox1->Text); How can I make sure an exception is thrown when someon tries to input other text characters or other non numerical characters Andrej, the closest I could get to the decimal separator condition you suggested with c++ is as shown below but I was getting an error saying illegal reference to non-static member: if ( int ::TryParse(character, number) == false && character != "\b" && character !=System::Globalization::NumberFormatInfo::CurrencyDecimalSeparator) I then used gcnew and the code compiled well. However, it is still blocking value ...Show All

  • Software Development for Windows Vista Save VMR9 results to a .avi file

    Hello, I use VMR9 to make composition of a video and a bitmap image. I want to have the resulting video in a .avi directly, and not to the screen. How to send the VMR9 result directly to an avi file And not display the mixed video to the screen. Thank you, Chirstophe, I think you use the 'custom allocator' and use the texture as the video frame. Retrieve the pointer to the texture and use it for a media sample in a custom source filter. I could have it wrong though. ...Show All

  • Visual C# I can't see some Stored Procedures

    I have a SQL Server 2005 database on a server, and I have created some stored procedures, using SQL Server Management Studio on the server. I am working on a C# windows app (VS 2005 on my PC) and I have connected to the database on the server, when I look in the Server section then I can see the sp I'm looking for, but not from the Data Source Tab any ideas why I can't drag the sp from the Server tab to the window, so how do I run the query TIA ...Show All

©2008 Software Development Network