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

Software Development Network >> Andi Raicu's Q&A profile

Andi Raicu

Member List

pablo_q
Dinhduy Tran
Noah Falk - MSFT
David j
Gagandeep Singh
SteveBouff
Rodgers
mythol
Dariya
Mr_T
e6matt
Vassily
Klgsx
Rick Heiges
dotnetfrage
Andrew Raymond
ArturPereira
MAA1
iancw
SteveWitz
Only Title

Andi Raicu's Q&A profile

  • Visual C++ error LNK2001: unresolved external symbol ___CxxFrameHandler3

    Hi, I am working on a project to migrate a program from 32-bit to 64-bit. The program works fine on 32-bit machine under VC 7, but when I tried to compile it in VC 8 on a 64-bit machine, I received the following linking error: error LNK2001: unresolved external symbol __CxxFrameHandler3 What is the possible cause for this error and how to fix it (i have already tried the suggestions posted in http://forums.microsoft.com/msdn/showpost.aspx postid=153127&SiteID=1  but still can't fix the problem) Thanks Matthew Thank every one to reply me , I had alread ...Show All

  • Software Development for Windows Vista SetWindowsHookEx and JournalRecordProc

    Hi, SetWindowsHookEx(WH_JOURNALRECORD,JournalRecordProc,hInstance,0) This is failing on Vista build 5231. Is this just not supported yet in the beta or is there a change to the SDK that I'm not aware of Thanks, Marcus timbador wrote: Wow. Thanks MJTNET and Gammy. I'm trying the secpol.msc, disable running as standard user, and reboot. I'll have info tomorrow as to whether or not VT will run this way (using admin/admin and no UAC). Keep us posted. < ...tim > It's working...! Visual Test Automation is functional on Vista. ...Show All

  • Visual Studio Team System Unrecognized default notification 'From' address:

    I've installded tfs beta3 without "email enable",and some times i found some error event like: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 2005-9-28 3:29:28 Machine: BDJ Application Domain: /LM/W3SVC/3/Root/services-1-127723517376965504 Assembly: Microsoft.TeamFoundation.Server, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: w3wp Process Id: 2948 Thread Id: 3164 Account name: BDJ\tfsservice Detailed Me ...Show All

  • Visual Studio How to make a resume-like report

    I have a employee table. I want to make a resume-like report, a page for a person. I put a textbox into to report to show the employee's name then run the report. But there is only one page with the first pserson's name. I want to get all persons in my employee, a person a page. How can I do If you drag and drop a field into the report you'll only see the first row. To see all rows, first drag and drop either a List or a Table into the report, then drag and drop the field into the List or Table. To make a resume-like report, first drag and drop a List to the report. Make the List large enough to contai ...Show All

  • .NET Development table variables, SQL Server 2000 and VS 2005 (ASP.net 2.0)

    Hi guys i am having problem using stored proc that contain table variables while developing in VS2005. I use a table variable in one of the stored procedure: Declare @TempTable Table (RowNumber int IDENTITY PRIMARY KEY, Name varchar(50)) In VS 2005 when creating a table adapter it given an error saying invalid object @TempTable I some how tricked the VS2005 and created the table adapter, but when running the application and making the call to that stored proc throws following execption: System.Data.SqlClient.SqlException: Invalid object name '@TempTable' . at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boole ...Show All

  • Visual C# note on instruction end

    Have you noted that at the end of an instruction you could put many ";"  without error or warning It's not an error... The compiler sees it as blank instructions Yes... it's a blank instruction. It can be useful for something like for (; node != null; node = node.Parent) ; And... C# it's a compiler... not an interpreter. ...Show All

  • Visual Basic Blair Allen Stark

    Here is the problem I am working on. It asks me to use the method CalculateCharges, but I don't fully understand how to do this or how it works. I would be grateful for any input. Lab Problem III A parking garage charges a $2.00 minimum fee to park for up to three hours. The garage charges an additional $0.50 per hour for each hour or part thereof in excess of three hours. The maximum charge for any given 24-hour period is $10.00. Assume that no car parks for longer than 24 hours at a time. Develop a console program that calculate and displays the charges for each customer who parked a car in this garage yesterday. ...Show All

  • Windows Forms Only Allow 2 decimal places in a textbox.

    I have a textbox which contains interest rate. (e.g. 89.56, 100.00 etc) How do I disallow user type in more than 2 decimal places. (user cannot type in 89.5678 or 80.876876967896) Thanks! The hard way ( but with more control ): Override a text box and handle the key pressed event, using some complex logic to work out where the cursor is and if the key press will result in more than two digits after a decimal place, or if it's generally invalid ( second decimal, non number ). If so, set e.Handled to true. The easy way: Use a maskedtextbox, which will do this for you. ...Show All

  • Visual Studio Team System Problems with Branching

    We are running Beta 3 Refresh and are having problems branching (which worked ok in Beta 2). I created a new folder and then clicked on my main folder (with multiple sub-folders underneath) and clicked Branch. I then choose to put the branch in my new directory I created. It then states: "Preparing to Branch..." and sits there for over 1/2 and never does anything. I then clicked "Cancel" and it sits there for another 30-45 minutes saying "Canceling..." and then I receive an error that states: "Visual Studio Team System Command Canceled". You can only click ok, which then brings up: "Error Command Canceled" I was able to successfully branch a ...Show All

  • Windows Forms Databind to collection object

    I've created a customized collection and want to databind it to a DataGridView. After some research, I found that I need to create a bindingsource control and then bind to the specific collection object. The first problem is that I need to retrieve the collection instance for some additional method calls. How can I get the underlying collection instance back I found that the databingsource will use BindingList<T> as its internal store. How can I convert it back to my specific collection so that I can make additional method call Belair, thanks for your help first. Actually, I've just made the same thing worked. (Certainly with ...Show All

  • Visual C++ Ctrl+z???

    Hi! I am programming an application to send SMS using a module GSM. After write the text I have to "press" Ctrl+Z (end of file). How Can I do it in my application (I use Visual C++ 6.0) Thanks! Thanks for all!!! The space is a wrong...and I fotget to write %s but I knew it, don't worry. My only question was about the format of "0x1A" but now it's ok. So, I will try to use it and if I have some problems I ask again(I don't think that it will be necessary) ...Show All

  • .NET Development Bug in ADO.NET 2.0 using SQL Server 7?

    We were using .NET 1.1 against SQL Server 7 just fine. When we switched to .NET 2.0 we found that the connection pooling against SQL Server 7 no longer works. As a side note we would like to upgrade from SQL Server 7, but we currently have a number of integrated third party packages that make this a very large task. I traced the connection pooling issue to the connection setting Connection Reset with a value of true. It you set Connection Reset=false then the connection pooling would start working. It sounds like it is not a good idea to use this setting as it can cause problems with subsequent uses of the connection from the pool. Af ...Show All

  • Visual Studio How to create file associates in the Solution Explorer?

    For example when you have a file of type Default.aspx and Default.cs it would make a tree branch type of architecture. I'd like to add a .js file for example and have that file put into the branch that the solution explorer creates for the aspx file and it's code behind. Thanks, Hello Darren, Assuming you control the addition of that file to the project, getting the EnvDTE.ProjectItem for the parent node and adding the child node to it's EnvDTE.ProjectItems to it should do that. Rusty ...Show All

  • Visual Studio Installation problem of Visual Studio .net 2003 on Xp Pro

    hi    iis 5.1  is inbult in xp pro , though i need to install newer componant   if yes which version i can install   pl give me detail description for installation . Can you turn on verbose logging and send us the output (atleast the last few lines) How to enable Windows Installer verbose logging for all setup programs   If you install the .NET Framework, .NET Framework SDK, .NET Framework language packs, J# redistributable package, or J# language packs using their standalone setup rather than the setup that is part of Visual Studio .NET prerequisites, a verbose log file is not created by defaul ...Show All

  • Visual Studio Installing the VS 2005 Setup through Unattended installation

    Hi I installed the prerequisites(MS Dotnet Framework 2.0, XML Parser 6.0,J# redistributable 2.0)ON XP  SP2 Machine  before the VS Installation. I created the ini file as per the adminreadme.htm file and followed the instructions.  for creating it the command used is path to setup.exe /createunattend  path to ini file . I just removed SQL Server feature from the setup and then run through command line arguments. The command used is   setup.exe /unattendfile path to ini file . But the VS setup was installing some files.   when I checked in task manager setup.exe process was running. and when I checked the lo ...Show All

©2008 Software Development Network