Topic profile page for VS2005.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: VS2005.
Topic "Vs2005" was discussed 3,035 times on 275 sites in last 3 months
Started 3 days, 14 hours ago (2009-11-06 14:44:00)
by KerlsG
I have a VS2005 project file that contains an InfoPath form that I need to modify. When I try to open the project I get an error stating: The application for Project c:---\form.ipproj is not installed. I am using VS 2005 Pro and have Visual Studio Tools for Office, and Visual Studio 2005 Tool for Office Second Edition installed on the system. What else do I need to be able to open an ipproj ...
Started 4 days, 17 hours ago (2009-11-05 11:44:00)
by DavidTM
Hi I am evaluating the upgrade from Visual Studio 2005 to Visual C++ 2008 Express for our native C++ project. I am specifically looking at the build time from the command line, which I invoke using MSBuild. My test project is a solution created with VS2005. I find that the time for a clean debug build under VC2008 Express is 36% longer than that under VS2005, and the resulting .exe is 22% ...
Started 5 days, 22 hours ago (2009-11-04 06:41:00)
by DJaus
Running on a Win 2008 R2 virtual machine. Have installed VS 2005, VS 2005 SP1, and the Vista SP1 for VS2005. Also VS 2005 64bit Prerequisites(x64) installed. I can create C# and VB apps and target them to x64. No such luck with C++. If I create an app with C++ it defaults to Win32. If I try to set a new target, x64 isn't an option. Any ideas? If I open a C++ x64 project from elsewhere, I ...
Started 6 days, 21 hours ago (2009-11-03 08:10:00)
by Sh@dow
Hi all. I'm trying to create dialog box using pure API in VS2005.First i'm creating window and then dialog box.The problem is that dialog box is not shown correctly.I can see only buttos which are in the dialog box,the dialog box frame and system menu(close,minimie) are not shown.It looks like: http://img27.imageshack.us/img27/7273/dbbug.jpg Where can be the problem?The same source in VS6...
Started 1 week, 2 days ago (2009-10-31 13:25:00)
by Mykhaylo Zober
Hi, I wrote a plugin(Package project) for VS2008. And now, I would like to move this project under VS2005. In this moment, I have a one problem - menu option don't shows up after launch. Source code that adds menu: private void LoadCommands() { try { // Add our command handlers for menu (commands must exist in the .vsct file) OleMenuCommandService ...
Started 1 week, 3 days ago (2009-10-30 14:08:00)
by Dweezil38
Hi There. Not sure if this is the right forum or not? I have a problem with VS2008 and VS2005. I originally had VS2005 installed on my computer, which also installed SQL 2005. I upgraded to VS2008 some time ago and it left many of the VS2005 components and features on my system, including all the parts and features of SQL 2005. I DO want to keep the SQL 2005 server on my system. Can I ...
Started 2 weeks, 3 days ago (2009-10-24 02:13:00)
by jlbantang
[VS2005] Crystal Report Not Showing Data Hi there, it a strange experience and I'm a bit stock for quite a time why CR not showing data with a data set source set a QUERY. Well, the entire thing work when i point the datase set source to a table. Anyone knows whats the difference between setting dataset source to a QUERY and a ...
Started 4 days, 16 hours ago (2009-11-05 12:40:00)
by Heita_Hola
The solution has about 3 projects in it. So how do I package it? I haven't done the windows application before. I know (think) I have to go to File->New Project->Setup and Deployment. I'm stuck here. Tx, HH
Started 6 days, 11 hours ago (2009-11-03 17:28:00)
by MZwijacz
Ok I'm working on my first VSTO project. I have created the first pass and have alpha code working in the develop environment. Started testing deployment to both a xp64 and Vista 64 station. Install works and security policy is changed to Fully Trusted with the SetSecurity project. When I start Outlook the addin is not started. I went to the trust center and found my addin in the inactive ...
Started 1 week ago (2009-11-02 15:12:00)
by LightStamp
I'm working on someone elses project and there is a form with a panel control with bound controls bound to a binding source. I want to add controls to this container and bind some of them to a binding source while one of the controls will be unbound. Whenever I just add a label (ie modify the panel via the designer) and run the ...
Started 1 week ago (2009-11-02 16:52:00)
by CodeDabbler
I have a VB.NET Project, I added a Set-up Project to the original. Added Shortcuts to Desktop and Program Menu Selected install to everone on the PC. The installation works fine. The application and shortcuts work. If you go to another user on the PC all appears fine, but if you click the short cut on the desktop or user program menu it does not run and appears to be looking ...
Started 6 days, 2 hours ago (2009-11-04 03:16:00)
by César Afonso Dias
Hi, I'm writing a pluggin to adobe professional, and i need to import a dll reference to use some functions that i write in c#. In a regular c++ project that can be done easily by add reference. But since writing the pluggin requires using the template Acro9PIWiz (don 't know for sure if that is a requirement), i don't know how i can import a dll reference to the project. The add reference...
Started 2 days, 22 hours ago (2009-11-07 07:10:00)
by e_man_online
Hi, I have Visual Studio 2005 installed, and need to install 2008 to work side-by-side with 2005. Is this safe to install them like this? Are there any steps or precautions that should be taken? Any experiences you'd like to share will also be welcomed. Thanks in advance. Sincerely, Rick
Started 1 day, 2 hours ago (2009-11-09 02:45:00)
by Wookie
I have come accross an issue with reporting services when using external images and accessing via report viewer .net components. Within the RDL I am using an expression to access a bmp via a URL. The report works fine in VS2005/2008 and when running the report through IE. However if the same report is run with the same criteria ...
Started 1 week, 1 day ago (2009-11-01 09:45:27)
by gpoliovei
Hello everyone, I need help with the following problem I have two files on the server to excel 2003 c:\book1.xls and c:\book2.xls I need to copy the range A1: G8000 sheet3 of book1 to the sheet1 of Book2 I'm using vs2005 and asp net c # I have searched far and I can not solve the problem please help Tnx
Started 1 week, 1 day ago (2009-11-02 04:55:00)
by santoshkaif
Hi, My VC++ application(managed code) uses unmanaged code library(.lib) and am using VS2005. During deployment, I also need to send few more dlls along with the exe. I just want all the modules (external dlls to be deployed and the exe) into a single exe. I tried using ILMerge, but when i run the merged exe it throws up exception as " bad unmanaged code entrypoint ". But if i try the ...
Started 1 week, 1 day ago (2009-11-02 00:33:00)
by santoshkaif
Hi, Am deleoping application using VC++ on VS2005. My application needs to switch to console application if the commandline parameters are mentioned on the command prompt console else to windows form dialog. for eg: test.exe --help on command prompt should display on command console(black backgrnd console window) and if cmd is test.exe window form should be opened. This has been ...
Started 1 week ago (2009-11-02 18:34:00)
by aputic
Hi everione, I'm trying to use Hans Dietrich XCrashReport, but in my console application, whet heap corruption occurs, exception handling funcion is unable to call GetModuleFileName() or, if I skip this part, CreateFile() function. I'm using VS2005 Is this compiler/linker parameter I'm miss, or the problem is calling of system functions in exception handler?