Julian Horn's Q&A profile
Visual Studio Visual Studio 2005 Beta 2 setup fails immediately
Hi, I'm installing Visual Studio 2005 Team Suite from the Beta 2 DVD handed out at one of the recent MEDC events. I have: Windows XP Pro + SP2, 1.6Ghz, 256MB RAM, 4Gb disk space free. No problem with the DVD drive that I am aware of. No previous betas installed. I have VS 2003, eVC++4.0, Embedded Visual Tools 3.0 installed. Following error appears: AppName: setup.exe AppVer: 8.0.50215.44 ModName: setup.exe ModVer: 8.0.50215.44 Offset: 0 ...Show All
Windows Forms two click once profiles
Here is the problem. Every time before I publish an upgrade, I have to let interal QA person to test it first before it goes to customers. I am thinking if I can set up two profiles, first profile is for Internal QA, 2nd profile is for customers. that way, I can publish using 1st profile, let QA update and test, if QA appoves the update, I will publish using 2nd profile. Does it make sense and is it pos ...Show All
Software Development for Windows Vista DeInterlacing video when using DV cam
when using DV cam there is interlacing in the video...how to DeInterlace the video. If u use windows Encoder it also shows interlaced video but there is property to DeInterlace it any such options in DirectShow.. I am in first step to Create Instance of VRM ...by the way found out that the exception is of video card capabilities i guess i have to install graphics card... Any other option of DeInterlacing video .. (trying DScalar currently ...Show All
Visual C++ Help: Compiling error
Hi, I am just beginner and need your help. I got the following error. Please help me~~ Thank you in advance. --------------------Configuration: SOS - Win32 Debug-------------------- Compiling... PortThread.cpp C:\SosNT\PortThread.cpp(117) : error C2664: 'void __cdecl CPortDialog::MessageDisplay(DISPLAY_TYPE,const char *,...)' : cannot convert parameter 1 from 'char [1]' to 'DISPLAY_TYPE' There is no co ...Show All
Smart Device Development ARM Processor - Is that all that WinCE/Pocket PC Will Use Moving Forward
I've heard that thats all that will be used moving forward. When did the move away from other processors such as MIPS etc happen, and why did it happen etc. I'm writing some native code and I'm thinking I can just compile this for the ARM processor and might be able to get away with this. Thoughts All Windows Mobile devices are ARM based since PPC 2002. Custom CE devices are not moving away from other processors and can be AR ...Show All
Windows Forms Access Denied error
I have a VB.NET application that navigates through a website and reads data. However, after upgrading to Service Pack 2, I now get Access Denied errors when executing a javascript within a frame. Set oMainIE = New SHDocVw.InternetExplorer oMainIE.Document.frames(3).Document.frames(3).Navigate (processClick()") Can anyone shed some light on this matter thank you. I'm getting a similar error. Did you figure it out ...Show All
.NET Development Object Persistence and transaction
I'm planning to redesign my application in N-Tier and create an object persistence objects (DAL) for each object in my project. For example, I've salesOrder and salesOrderItems objects. I'm trying to create corresponding data persistence object for both of them. My problem is how can I include the objects in the same transaction So that the business layer can start a transaction and the DAL can involve in the same transaction. Example: Whe ...Show All
Visual C++ cannot find file "msvcr80.dll
When I run Norton it says it cannot find mscr80.dll and cannnot fix it. Tells me to reinstall it. so how do I do this In all missing 11 files that say I need "mscr80.dll. Than You Debbie Debbie M wrote: When I run Norton it says it cannot find mscr80.dll and cannnot fix it. Tells me to reinstall it. so how do I do this In all missing 11 files that say I need "mscr80.dll. Than You Debbie Whicn Norton product are you ...Show All
.NET Development Common Language Runtime Debugging Services
Hi, We have installed a software PCDCTfor window and we are getting error on exe failling Reports. But failed and give following error message whenever we try to run a big reports/processes: PCDCT for Window.exe - Common Language Runtime Debugging Services Application has generated an exception that could not be handled. Process ID=0x710 (1808), Thread Id=0xa8(2688) Click OK to terminate the application. ...Show All
Visual Studio Team System What is needed for running command line tests on my build server?
I am using VSTT to create unit tests, but will want to run them on my buildserver(s) from a command line. These tests do not include code coverage. What do I need installed on the build server Thanks, Tom Kleinecke Has there been a thought to providing MSTest via an assembly versus setting up VS 2005 developer or TSTT to get access to the MSTest command line Or is using MSTest from a command line not an option for those wanting to test o ...Show All
Visual Studio Express Editions Access files on a Mobile Device
I am currently having issues with my first Visual Studio program. I have written an application that selects a file using the openfiledialog class, it then copies the file to a backup folder, and then reads the same file and creates an edited copy for use in our office. The program is very simple, and works. EXCEPT, that i want the original file that is being selected via openfiledialog class, to come from a mobile device. When the open file dia ...Show All
Visual C++ Can C++ develop web-based applications?
Hi, All New to C++ programming. and have put resource in C++ and VC books and time learning it. But now I was told that C++ can not develop web based apllications. Is this true or some extensions of C++ can go around this limit I need develop a web-based database, so the users can input company names, location, phone numbers. etc. and the users can have a full text search on this database. Do I have to learn C# and and SQL to do this ...Show All
SQL Server Unpivot question - FYI
I have denormalized financial data in a SQL Server table with the following columns: Id int PK Salary currency Fringe currency Travel currency < etc. > In my unpivot transformation task, Id is a pass-thru column, and the others are designated as input columns to pivot into rows with the P ...Show All
SQL Server Problem in Initialize SQL2005 Reporting Service
I have installed SQL 2005 Standard Edition downloaded from MSDN web site and selected to install all components, install database engine on default instance and default reporting service configuration. After installation, I found that the initialization option in "Configure Report Server" page goes disabled. I checked the log and it has "INFO: Evaluation copy: 0 days left" at the end. I am sure that this server have not installed any pre-re ...Show All
Visual Studio Team System Source control "get" troubles
I'm having a few problems with the Team Foundation Source Control. 1. When someone else has checked in various new files and I do a "get", very often I will still end up without a copy of some of the newly added files. Some will be copied correctly, but others will be missing. The missing files are shown greyed out in Source Control Explorer. If I try to get these particular files through Source Control Explorer, it shows a messa ...Show All
