mansb2002's Q&A profile
Visual C++ general question regarding arrays and functions
Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, runs up to the point where I call the function(switcher) then has some type of serious error at runtime and closes that window, and allows me to send an error report to microsoft. Any ideas what I'm d ...Show All
Visual Studio Express Editions Installing visual studio express problems
Hi All Having problems after downloading the express editions of vb and web developer. it copies 39 files to the temp area then does the loading instalations componets, i accept the license aggrement and click the two boxes. I then click install, it then says :- Microsoft Visual Basic 2005 Express Edition - ENU has encountered a probelm during set up. setyp did not complete correclty. Error signature bits says something about dllmgr_bitserror P7 :- 2148023651 P8: 0 P9 : cdownloadjob_addfile have tried several times cleared down mt %temp% dir, running windows home xp SP2, i am the adminstator. also in the error report contents it says ...Show All
.NET Development Creating 64-bit applications on 32-bit platform using Visual Studio 2005
Hello, How can I create 64-bit apps on x86 processor Do I need a x64 or IA64 machine to do that I have installed VS 2005 and the .NET Framework on x86 machine. I have my 32-bit apps ready. How do I proceed Any suggestions will be appreciated. Thanks! Sonia. Any dot net application(vb 2005 or c#) which is compiled for anycpu (the default) will be a 64bit application when run on an x64 or IA64 computer ...Show All
Visual Studio Team System Cannot access project portal from remote computer
I'm running TFS in single server mode. When I'm working local on the server everything works great. I can visit the portal and I can create new projects. But - when I try to visit a project site from a remote computer, I get this error in the browser: -------------------------------Start of message ----------------------------- The page cannot be displayed You have attempted to execute a CGI, ISAPI, or other executable program from a directory that does not allow programs to be executed. Folks, Can you double check again that both the default web site and the admin site are configured to use integrated windows authentication (NTLM) please - ...Show All
Windows Forms Timer_Tick() problem
Hi,there ****************************************************************** Thread doThread = new Thread(new ThreadStart(Do)); doThread.Start(); private Do() { System.Windows.Forms.Timer timer = new System.Windows.Forms.Timer(); timer.Tick += new System.EventHandler(this.Timer_Tick); timer.Interval = 1000; timer.Enable = True; .......... .......... } private void Timer_Tick(object sender, System.EventA ...Show All
Software Development for Windows Vista Exchanging parameter enter the state machine workflow and the host application (web)
Hello, I want to pass paremeters to the different states in the state machine workflow with event driven . Can I do it with the raising event method... if it's possible, how Or should I utlize the custom read/write activity,knowing that this activity is compatible with the Beta 1 version and I am working with the beta 2 version. Thanks in advance Maaloul wrote: Hello, I want to pass paremeters to the different states in the state machine workflow with event driven . Can I do it with the raising event method... if it's possible, how Or should I utlize the custom read/write activity,knowing that this act ...Show All
SQL Server RS2005 breaks my build: Version 2.0 is not a compatible version
Hi, We've developed a RS DataExtension on RS2000, including a reference to Microsoft.ReportingServices.Interfaces.dll. Since I have installed RS 2005 on my machine, (we actually saw this issue first on our build server) the project no longer compiles. We get this error: fatal error CS0009: Metadata file 'c:\Program Files\Microsoft SQL Server\90\SDK\Assemblies\Microsoft.ReportingServices.Interfaces.dll' could not be opened -- 'Version 2.0 is not a compatible version.' The VS.NET 2003 project does include a '_references' directory, with the RS2000 version of the Microsoft.ReportingServices.Interfaces.dll (v8.0.1038.0) in it and the p ...Show All
Windows Forms ClickOnce deployment at Orcsweb
Hello, I just signed up for a Beta2 hosting account at Orcsweb. They set the mime types for application, deploy and manifest and they have the Frontpage Server extensions, so I can just click Publish from VS2005. I published an empty windows form at http://209.34.241.26/publish.htm As you can see, when I click Install, I get "Unable to continue. The application ...Show All
Visual Studio Team System Resources: Overview of Visual Studio Team System (VSTS)
Articles Team Up! Get All Your Devs in a Row with Visual Studio 2005 Team System , MSDN Magazine, April 2005 Visual Studio 2005 Team System: Overview , MSDN Library, May 2004 Presentations & Slides What Does a Tester Need to Know in 2005 and Beyond , Sam Guckenheimer, December 2004 Videos & Webcasts VSTS TechEd 2004 General Session Demo Managing the Software Lifecycle , VSLive! San Francisco, February 7, 2005 MSDN Webcast: Introduction to Visual Studio Team System (Level 200) MSDN Webcast: Introduction to Visual Studio Team System (Level 200) MSDN TV: Introduction to Visual Studio 200 ...Show All
Visual Studio Express Editions Visual C# Keeps asking for Registration
As of this moment I already have 2 "Thank you for registering Visual C# 2005 Express Edition!" e-mails in my inbox and just now, Visual C# asks again to register I'm OK with registering, but not if it keeps asking for it every day or two. What could be the problem Eric Eric - did you copy and paste the registration key into the registration dialog box Visual C# Express doesn't know that you have registered until you give it the registration key. You should find your registration key in your registration email. Once you have that, click Help > Register Product... and the registration dialog will come up. ...Show All
.NET Development .Net Programming for the MS Fingerprint Reader (DG2-00002)
Anyone have any idea where I would look for help in writing an application that communicates with MS Fingerprint Reader (DG2-00002) I cannot find any documentation on any of my searches. I know it comes with drivers and it's own builtin application but I want to use it for a special purpose and would not be using the apps that come with it. (Drivers probably!) Thanks, Rick Rick, I have the same need. If you ever find out please let me know. Thanks, Reid ...Show All
.NET Development Bug? GetObjectData called multiple times for single reference
The following code demonstrates that the BinaryFormatter will call GetObjectData on an reference to an object that has already been serialized. This would appear to be a bug. If the serializer keeps track of circular references and only writes the data out one time for each object, then this call is unncessary and potentially a huge performance hit. If circular references are to be handled correctly, then the serialization process must not change the object during serialization and therefore GetObjectData should only be called once for each reference. If serialization could change the serialized data with each call, circular references coul ...Show All
.NET Development Conneting to SQl Server in VB express 2005
Hi I have just downloaded MS Visual Basic Express Version and Also SQL server Express version I want to make a connection to Sql server I am using a BindingSource componeent . My problem is it asking me for *.mdf files . Instead I want to connect to SQl server . I dont see any option where I can select Server . As per help for connecting to database , they mention that in AddConnection dialog box after you select Data Source as SQl Server , then select Server name from drop down list . But i dont see any drop down list Thanks for help Try: Lesson 8: Obtaining D ...Show All
SQL Server Log Shipping - Backup not occuring
Hi, I've been battling with log shipping for a while now and it is driving me crazy!!! I set it up according to this ( Log Shipping in SQL Server 2000 - Part 1 ) article on MSDN. The backup of the transaction log files on the primary server is doing its job - my shared folder has all of them in. The problem comes in with the copy from the primary to the secondary server. It does not happen. Then I came across this article ( Frequently asked questions - SQL Server 2000 - Log shipping ) and rechecked everything I did. The 2 servers are on the same premises, same IP range, but not on a domain. To me it looks like this can be th ...Show All
Smart Device Development Multiple forms and multiple instances in task manager
I have an application for smartphones that opens multiple forms. The smartphone task manager displays each of these forms when opened. I always had the impression that the task manager was supposed to display 1 instance of your application. Can someone clarify what's going on here and if I'm doing anything wrong Thank you. NP. The default settings for a new form in visual studio are pathetic, I don't recall ever creating a form and wanting it to use the default behaviour. ...Show All
