917 Topics

Member Avatar for
Member Avatar for jan1024188

I realised I cannot run Win32 programs compiled with Visual Studio 2005 on any other computer. When I try running my programs on a computer where no VS2005 is installed I get an error: [CODE] This application has failed to start because the application configuration is incorrect. Reinstalling the application …

Member Avatar for jan1024188
0
91
Member Avatar for bassgeek

Hello all. I was hoping maybe someone could help me out with my problem that I am having right now(well not me, but a co-worker at work). We use Visual Studio.Net 2003 along with Reporting Services here at where I work. Well, all is going good for all the clients …

Member Avatar for jbennet
0
101
Member Avatar for Adam_Sanderson1

Hi i basically new to visual c# and i want to create a stock portfolio program to store my stock information, i have decided to use SQL server 2005, but i'm not sure if i should use mangement studio that comes with sql server to create the database or a …

Member Avatar for Adam_Sanderson1
0
85
Member Avatar for vuyiswamb

hi Please help,i have installed Visual studio .net 2003. i code in C#, when i write my code, for example "Console." imidiately before i complete the statement it closes the application requesting to restart the application, and i wrote my code on a notepad making sure that the code is …

Member Avatar for pygmalion
0
108
Member Avatar for r_jack

I developed a web interface using ASP.NET and a database using SQL Server 2005. I created connection to database using SqlDataSource control. I also used GridView control to display data. Using Visual Studio I can see the query results using a browser on a local machine. What I want now …

Member Avatar for f1 fan
0
117
Member Avatar for Paladine

Just a note, I was surfing the TV (satellite) the other night and ran accross a channel I had never seen before called TechTV and there was a recorded presentation done in Toronto, Canada by a .NET developer. Anyhow, it was rather informative, I gathered some interesting info from it, …

Member Avatar for vuyiswamb
0
192
Member Avatar for n.aggel

hi, i have this simple code, that compiles on visual studio 2005.When i try to run the executable through visual studio {pressign ctrl+F5} it does nothing{although the test.txt has size of 1kb}, when i run the exe through the command prompt the program works fine... Does anyone know why this …

Member Avatar for WaltP
0
88
Member Avatar for r_jack

I am using Visual Studio 2005 (and VB). I have a home page called HomePage.aspx. I have another page called TechTeam.aspx. The TechTeam is to be accessed from the home page via a secure link. [COLOR=#000000]The middle section of the home page should be left blank for notices that can …

Member Avatar for jbennet
0
68
Member Avatar for Debadipta

I've recently installed Microsoft Visual Studio.NET.I want to know how to compile a simple C/C++ program printing "Hello World" as console output in Microsoft Visual Studio.NET platform.will remain obliged for d help!!!!

Member Avatar for Ancient Dragon
0
74
Member Avatar for Monyet

Hi everybody, I'm so new with Visual Studio 2005!!!! It has bunch of functions that I don't understand on how it works, does anybody have idea on how to debut my code? I wrote a class program that will receive 2 integers from the main methods, but I don't know …

Member Avatar for JerryShaw
0
107
Member Avatar for r_jack

[COLOR=#000000]I access Visual Studio 2005 application to build my website from a remote system of the company that will host the website. I was building an asp.net website (website name is ThirdApp) following an example in a book. When I tried to run the application, following the exact steps in …

0
73
Member Avatar for r_jack

Is it possible to accomplish all tasks (Web Application Development) with Visual Studio 2005 Team Edition that you can with Visual Studio 2005 Professional and Standard Editions (In otherwords I can use Visual Studio 2005 Professional Edition or Standard Edition to develop a website System, is it possible to use …

Member Avatar for jbennet
0
87
Member Avatar for r_jack

I am planning to build a web based database system using SQL Server 2005 ( any edition) for the database and Visual Studio 2005 ( I am not yet sure which edition to use) for the web interface. Is it ok to use Visual Studio 2005 Team Suite with any …

Member Avatar for daltwisney
0
75
Member Avatar for r_jack

I am planning to build a website system (a web interface that connects to a database). I am planning to use SQL Server 2005 Trial Edition but I am not sure if I can use Visual Studio 2005 Team Suite. Is it possible to build a web based database application …

Member Avatar for ses5909
0
67
Member Avatar for gbe87memo

Hi, I need to create a program: Hangman. So far we have seen arrays and functions in class but I don't know how to translate the logic into the code. My program has to take the words from an array and randomly select one. The user is to enter the …

Member Avatar for iamthwee
0
93
Member Avatar for gbe87memo

Im using a switch to decide if you guessed a letter [code] [if (guess.Equals(myCharArray)) { switch (counter) { case 0: txt1.BackColor = Color.White; break; case 1: txt2.BackColor = Color.White; break; case 2: txt3.BackColor = Color.White; break; case 3: txt4.BackColor = Color.White; break; case 4: txt5.BackColor = Color.White; break; default: pictureBox1.Image …

0
72
Member Avatar for denn0069

I have the following code: [code=c]class date { private: unsigned int nDay,nMonth,nYear; static unsigned int nMonthArr[12] = {31,28,31,30,31,30,31,31,30,31,30,31}; //LINE 36 ...[/code] Upon compilation I recieve these errors: n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2059: syntax error : '{' n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2143: syntax error : missing ';' before '{' n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2143: …

Member Avatar for denn0069
0
103
Member Avatar for com spec

i am not sure where to post this treat but i know that Visual Stuido Team System can do software development therefore i place it under software development category. ok. my question is i want to know about can i create A Check-in policy in Team System? cause i believe …

0
71
Member Avatar for theUnNown1

Hi folks. I'm new to the board and I sincerely apologize if this has been posted time and again. I did search but couldn't find an answer. I am starting to program for the Symbian OS (never done it before) and have Visual Studio 2005 at my disposal. I've read …

Member Avatar for ~s.o.s~
0
120
Member Avatar for SOLO13

Im planning in buying this. Is this all I need to start coding? Thanx Overview [B]The Visual Studio® 2005 Standard Edition from Microsoft®[/B] is a comprehensive, high productivity professional development environment for individual developers for building enhanced performance, multi-tier applications for Windows®, Web, and common consumer mobile devices. It allows …

Member Avatar for Ancient Dragon
1
108
Member Avatar for Tester99

Hi All, When I build a solution, it follows error: fatal error LNK1136: invalid or corrupt file [I]If anybody can provide a key how to fix this, please reply[/I]

Member Avatar for Dave Sinkula
0
51
Member Avatar for nanodano

I've been looking for information on threading, and I found information on POSIX pthreads. Apparently, Visual Studio 2005 does not have [INLINECODE]pthreads.h[/INLINECODE] in their library. I did a search on the computer, and I found pthreadlocale.obj in the LIB directory. Does this object file have anything to do with pthread.h? …

0
65
Member Avatar for Geek-Master

Visual Studio .NET 2003 comes with version 8 of Crystal Reports. If I were to buy the complete package of Crystal Reports XI can I use the version XI Report Viewer instead of what comes with Visual Studio 2003?

0
122
Member Avatar for ricardo182

Hi there, I'm new in this forum and i hope u guys can help me with this problem. I'm trying to install visual studio.net 2003. I've installed the internet information services as i was told. The thing is that when i put the cd, i'm asked to restart my pc …

0
110
Member Avatar for Diode

Hello everyone, how are you? I have Visual Studio.NET 2003 and Windows XP Pro SP2. My Visual Studio.NET won't open ASP.NET projects because it says I don't have ASP.NET 1.1. It turns out that I used WindowsUpdate to manually get v 1.1.4322 and it still says it. I have the …

Member Avatar for muthu
0
132
Member Avatar for Texpert

Hi, My client has provided me number of mock ups for the web pages he wants , I am wondering is there a way of simply converting these vsd's into visual studio's web-form ? I understand I will have to click on each text-box and define the fields. But can …

0
93
Member Avatar for cumadhu

Hi all, I cannot able to create project in Windows Server 2003 with Visual Studio.NET 2003 The error returned was: The default Web access mode for this project is set to file share, but the project folder at 'http://localhost/WebApplication1' cannot be opened with th e path 'c:\inetpub\wwwroot\WebApplication1'. The error returned …

Member Avatar for cumadhu
0
221
Member Avatar for j1979c

[COLOR=Navy][B]Just want to know the latest visual studio available right now. I'm currently using visual studio version 6.0. What I can see from MS website is version 2005 right now. Does that include the .NET thing? Cause I'm kinda curious what this .NET thing is all about..and recently there are …

Member Avatar for Ancient Dragon
0
121
Member Avatar for frmsasp

Hello there, I am receiving following error in Visual Studio .Net while compiling page with F5. "Error while trying to run project: Unable to start debugging on the web server. You do not have permission to debug the application. The URL for this project is in the Internet zone. Click …

Member Avatar for kedar_challa
0
96
Member Avatar for Shun

This is begining to bug me. I have googled it. I have searched this site and I still have not managed to get the rounding to work the way I want! I have done the Math::Round() deal, I have tried System::Math::Round. I got desperate and looked to see what it …

0
103

The End.