4,928 Topics

Member Avatar for
Member Avatar for Jennifer84

I opened the command promt inside VC++ and this solved it. I have encountered a problem. When I compiled a program it came up an Error Message and the VC++ 2008 Express Edition was closing. When open VC++ again and press on my project that I work with. This message …

Member Avatar for Colstel
0
625
Member Avatar for sapamtiken

The following is the code for a simplw web page designed in Visual Studio.net, and I want to know how to align the web page automatically in the screen where the resolution is higher then 800x600. Please help me. [code=asp.net]<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="sainikimphal.WebForm1"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML …

Member Avatar for ericstenson
0
148
Member Avatar for sandip250382

Friends, I am facing a strange problem with Visual Studio 2005 for few days. While I am surfing online for more than 15 minutes or so, an pop up message shows "An unhelded win32 exception occured in svchost.exe[808]",an error generated by Just in time Debugger,though I disabled Just in Time …

Member Avatar for Jx_Man
0
78
Member Avatar for ps.sohani

Hi All, We have a ACE server which listens to specified port on given IP and sends the required response to the server. This ACE server works correctly as a console application. But it gives problems when we try to integrate this ace server code in service program developed using …

0
50
Member Avatar for azah

Im using visual studio 2005 asp.net, vb language. How can i compare minimum and maximum values in a gridview when all the values are different in every row?

0
51
Member Avatar for sandip250382

Friends, I am facing a strange problem with Visual Studio 2005 for few days. While I am surfing online for more than 15 minutes or so, an pop up message shows "An unhelded win32 exception occured in svchost.exe[808]",an error generated by Just in time Debugger,though I disabled Just in Time …

0
63
Member Avatar for Rums

Hii..... Ok here goes my issue I am developing a recruitment tool intranet aplication for my company and when i post a resume i want a pop up which is same like when we upload a pik in sites liek orkut...its basically used in php i wanna know how can …

Member Avatar for ericstenson
0
126
Member Avatar for jessc0108

HI, I am currently stuck. i am using visual studio 2005 and have successfully got data from my database using a repeater. I dont know if this is possible but i thought i would ask... i want to get my data from the database based on a value that is …

Member Avatar for ericstenson
0
80
Member Avatar for mahmed27

Hello respected members, I have installed visual studio 2005 on my new dell xps 1210 m laptop, with MASM 8.0 since i am taking the assembly language class. The problem is it doesn't work because i am on the windows vista operating system. Can anyone help me resolve this problem? …

Member Avatar for Salem
0
91
Member Avatar for Rums

Hii..... Ok here goes my issue I am developing a recruitment tool intranet aplication for my company and when i post a resume i want a pop up which is same like when we upload a pik in sites liek orkut...its basically used in php i wanna know how can …

Member Avatar for phper
0
72
Member Avatar for knightblaze1182

I am having a problem because my data is not able to access my private member functions even though i have multiple friend functions and i don't know what i am doing wrong. [code] /*Header File for Binary Tree April 2008 Language: C++ (Microsoft Visual Studio 2008) */ #ifndef BINARYTREE_H_ …

Member Avatar for Narue
0
80
Member Avatar for Mr.Wobbles

I am writing a program that will take input from the user in the form of a tree-view and create a form and a database based on the tree-view. I have everything working except the group-box control for the boolean expression. I will give a sample code of the text …

Member Avatar for Mr.Wobbles
0
144
Member Avatar for sjcomp

Hello, I'm using Microsoft Visual Studio 8.1 (2005) to compile and link a library and my application that uses this library. Linking complains that a symbol can not be found. I looked at the lib file and this is what happens: [code] dumpReadable@OGRGeometry@@UBEXPAU_iobuf@@PBD@Z - Lib has this dumpReadable@OGRGeometry@@UAEXPAU_iobuf@@PBD@Z - My …

Member Avatar for sjcomp
0
111
Member Avatar for shanevdw

Hi Can someone please help me. I have created a crystal report in visual studio 2005 crysatl reports. I create a dateset with all my necessary fields and parameter from a stored procedure. I create the report using the wizard. It add all my field, but it does not add …

Member Avatar for jerry32uk
0
167
Member Avatar for chaitanya_D24

Hi I have created an application which displays Images on another page as thumbnails. It is giving me the following error; An attempt to attach an auto-named database for file `D:\Users\i-chaitanyau\My Documents\Visual Studio 2005\ThumbNailView\App_Data\aspnetdb.mdf` failed. A database with the same name exists, or specified file cannot be opened, or it …

Member Avatar for Jens
0
94
Member Avatar for DJ-KhaosTheory

Hello all, I have been working with the playsound() function in Visual Studio 2005, and find myself coming up short in getting it to work. I have recieved many compile errors, and never successfully have gotten it to function. I am using VC++ console application, WITHOUT a precompiled header. My …

Member Avatar for DJ-KhaosTheory
0
4K
Member Avatar for Arne Kristoffer

Hello! :) I'm having some trouble including header files in my project. This is my three files: main.cpp: [code=c++] #include <iostream> #include <string> #include "functions.h" using namespace std; int main() {}[/code] functions.h: [code=c++] #include <iostream> #include <string> using namespace std; void functionSplit(string str);[/code] functions.cpp: [code=c++] #include "functions.h" using namespace std; …

Member Avatar for Arne Kristoffer
0
167
Member Avatar for BluePaper

Mhm. This is the VB.net code behind a webpage I'm working with, I've also provided the ASP.net for the frontpage as well. This maybe really simple and I've missed it but everytime I run this code (below) I keep on getting the same error "Invalid column name, Skyrail" where 'Skyrail' …

Member Avatar for BluePaper
0
337
Member Avatar for scottmichael

I am new to .net and want to create a search field that querries my SQL database then display results sort of like google. Meaning query all fields for %Like% statements. I am using Visual Studio 2005.

Member Avatar for Hosam Kamel
0
85
Member Avatar for rzr.copperhead

i compile this code in Microsoft visual studio C++. No errors.. but i cant save the file.. why ?? [CODE] #include <iostream> #include <vector> #include <fstream> #include <conio.h> using namespace std; using std::vector; class Service { public: Service( string d ) { strcpy(servDate,d.c_str()); } void setDate(string d) { strcpy(servDate,d.c_str()); } …

Member Avatar for rzr.copperhead
0
120
Member Avatar for k2k

can anyone please point out what's wrong with the files linking? i have this compiling errors: 1>c:\documents and settings\lih\my documents\visual studio 2005\projects\employee\employee\hourlyemployee.cpp(3) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 1>c:\documents and settings\lih\my documents\visual studio 2005\projects\employee\employee\hourlyemployee.cpp(4) : error C2550: 'HourlyEmployee' : constructor initializer …

Member Avatar for Ancient Dragon
0
130
Member Avatar for Amy

Hello there, I will soon start programming with DIGITAL Fortran V6 developer studio at Univ and would like to install the same software in my machine at home. I have been told that in order to create and debugg projects from a FORTRAN environment I need to have MS Visual …

Member Avatar for paoconnell
0
242
Member Avatar for Nemoticchigga

Hey, I am using visual studio 2005 to make a console application to talk over TCP/IP ethernet. I am using winsock2.h, but am getting linker errors. For example: error LNK2019: unresolved external symbol "public: __thiscall CWinsockInterface::~CWinsockInterface(void)" (??1CWinsockInterface@@QAE@XZ) referenced in function "void __cdecl `dynamic atexit destructor for 'WinS''(void)" (??__FWinS@@YAXXZ) I have …

Member Avatar for Ancient Dragon
0
71
Member Avatar for spring_patel

hi guys, i'm upgrading a web application designed in visual studio 2003 to visual studio 2005. i want to start from the scratch. I've restored the database from the older application in sql server 2000 from another machine. now whenever i try to execute that application an error is displayed …

Member Avatar for majestic0110
0
800
Member Avatar for Ice_Dragon

In an attempt to improve my coding skills, I decided to program a very simple DOS calculator. However, when i try and compile the program, I am presented with with following: [CODE]------ Build started: Project: Basic Calculator, Configuration: Debug Win32 ------ Compiling... Basic Calculator.cpp c:\documents and settings\my documents\visual studio 2008\projects\basic …

Member Avatar for Ice_Dragon
0
142
Member Avatar for choudhuryshouvi

Hello all, If I posted in wrong forum point me to the correct direction. I have installed Visual Studio 2005 (.Net 2.0) in my Windows Xp Service Pack 2 operating system. When the setup had finished the wizard displayed me the following message :- [B][COLOR="Green"]"Success Visual Studio Setup is complete. …

Member Avatar for majestic0110
0
103
Member Avatar for ayk-retail

I have a major problem. I need to write a program using linked lists that will display... A B C D E F and then... F E D C B A without using a tail pointer. When I run the program, it displays the first set of letters but crashes …

Member Avatar for Laiq Ahmed
0
397
Member Avatar for melystar

Hello, I'm a newbie to C. I'm trying to understand a source file about insertion sort and shell's sort, but when I try to run the programme on Microsoft VS C++ expressed edition, it always comes out with this error message! sort_main.obj : error LNK2019: unresolved external symbol _insertion_sort referenced …

Member Avatar for melystar
0
163
Member Avatar for Daljeet Hanspal

hi .... i am trying to add a new node to an existing xml file in c# .......... the code is as follows: XmlDocument doc = new XmlDocument(); string filename = @"C:\Documents and Settings\Administrator\My Documents\Visual Studio 2005\Projects\xml\xml\bin\Debug\bookstore.xml"; //create a new node XmlElement newbook = doc.CreateElement("book"); //set attribute newbook.SetAttribute(label1.Text, textBox1.Text); //create …

0
61
Member Avatar for kux

i have a ifstream m_ifsInput variable and I try to open a file like this: m_ifsInput.open( sFileName.c_str() ); where sFileName is a std::wstring variable the error i get when compiling with g++ no matching function for call to ‘std::basic_ifstream<char, std::char_traits<char> >::open(const wchar_t*)’ the thing is the same thing compiles well …

Member Avatar for Narue
0
219
Member Avatar for Nemoticchigga

Hey, Any Idea why this section of code would give me these linker errors using Visual Studio 05 in a console application and using winsock2.h: error LNK2019: unresolved external symbol __imp__WSACleanup@0 referenced in function "void __cdecl CloseDevice(void)" (?CloseDevice@@YAXXZ) error LNK2019: unresolved external symbol __imp__closesocket@4 referenced in function "void __cdecl CloseDevice(void)" …

Member Avatar for Nemoticchigga
0
92
Member Avatar for namsSoftee

Hi Friends , I am creating a web application using asp.net and SQL Server 2005 . I need to document the same. Please send me the short list of installation steps for microsoft visual studio .net 2005, till running it on the iis. For instance we need to create a …

Member Avatar for namsSoftee
0
104
Member Avatar for noraantonia

Hello:) I have a problem that keeps repeating. I work in Visual C++ 6, and i deleted a class, i erased it from program files/microsoft visual studio/my projects/bla bla.. and i deleted the code in it(the header and cpp file), and it dissapeared from the class tree in my workspace, …

Member Avatar for noraantonia
0
128
Member Avatar for plusplus

I am new to asp and visual studio, and am going through a tutorial. One of the things it tells me is to select something from the "block format drop down list which is above the toolbox" I can't seem to find it?

0
56
Member Avatar for blackdoguh

Hi, all! I came across a very strange problem when I used the sample code from the msdn artcile abot ScriptReference class. I'm building my projects with VS Team System 2008 and the OS is Windows Server 2008 Datacenter x64. The solution I created is as follows: - The web …

0
75
Member Avatar for BluePaper

I'm using Visual Studio and I'm learning ASP.net, to learn I'm following the VWD Videos available on the Microsoft website. I watched one of the videos and the guy used a Global.asax file, I followed exactly as I did but at the top of the file where the [icode]<%@ Application …

Member Avatar for BluePaper
0
2K
Member Avatar for monjuri

hello all, for few days i have been trying to connect with my oracle 9i database with visual studio 2005 using c#. i tried all the processes that i found in internet. but i fail to connect with my oracle database. i have service named GLOBAL USERNAME: first password: first …

Member Avatar for jwenting
0
241
Member Avatar for krichard89

I am implementing code to program a hangman game in C++ for my CSP class. So far, I am working on the random string function as well as calling the body parts as void functions. I am attempting to compile what I have as of now to see how it …

Member Avatar for skatamatic
0
157
Member Avatar for manuman

Hi Everyone, Just starting to learn VB using Visual Studio 2005. I am currently studying the final year in my BSc course but missed the VB module in the first year, so i am doing it now that i have a bit of spare time. I have a particular interest …

Member Avatar for PirateTUX
0
34
Member Avatar for bungek84

hai everyone.. is it vista supporting microsoft visual studio 2005? and which service packs that i should install??please guide..i'm still new in vista.. thank you..

Member Avatar for scru
0
148
Member Avatar for vb_learner

Hello : > I'm using console application (VB.NET), using Visual Studio 2005. I have a problem with my project, I'm building a vowel counter program, and faced a problem there with loops.. any one can help me with my project?,, can I contact with the helper using a private message? …

Member Avatar for Edward-eh
0
404
Member Avatar for ericstenson

Hi - In Visual Studio 2005, when one drew a table, the cell height was "auto" and if it didn't contain anything, it wouldn't show. One could then manually set a cell height if one was so inclined. It seems in Visual Studio 2008 all of the cells have a …

Member Avatar for majestic0110
0
103
Member Avatar for go4rinkesh

Hello Friends ! I am making a setup project in which i have to install SQl server 2005 , Crystal Report and main application which is created in VB6. Now i have to install this two software before i install my application. then after i have to attach two database …

0
103
Member Avatar for Mander

hello, i have found some other with this problem but it diddent solfe it for me. Thats why i ask it here, I am trying to learn the langue c++ i write in Visual studio 2005 and 2008 pro this is my first little program byside hello world and calculater. …

Member Avatar for Mander
0
342
Member Avatar for morb

Hi! I have a problem with graphics in c++. It is a simple program, that displays circle. [CODE]#include "stdafx.h" #include "iostream" #include "graphics.h" #include <cstdlib> void main() { int gdriver = 9; int gmode = 2; initgraph(&gdriver,&gmode,""); setbkcolor(WHITE); setcolor(BLACK); cleardevice(); circle(320,240,180); getch(); closegraph(); }[/CODE] In visual studio i have error: …

Member Avatar for morb
0
3K
Member Avatar for techbrain55

Hello, What is the best website for help with asp.net and visual studio problems? where are all the best techies to be found? just list me the urls or further details. thanks for your time. Techbrain55

Member Avatar for hollystyles
0
99
Member Avatar for Run.[it]

When Im browsing with either internet explorer or firefox and I recieve an error I get a window popping up asking If I want to debug in visual basic. Im guessing there is a setting in visual studio to turn this off? debugging? Could someone advise, thanks kindly.

Member Avatar for Run.[it]
0
131
Member Avatar for serkan sendur

For small applications it is proper to use AccessDataSource object in order to access the database directly from asp.net page. When i first used it for inserting data with formview, it generated the following error : "You tried to assign the Null value to a variable that is not a …

0
94
Member Avatar for serkan sendur

sql cache dependency allows for cached data to be evicted and refreshed when it becomes stale. Basically ASP.NET checks for the changes in the datatable in sql server, if it finds one, it refreshes the cached data. Polling based sql cache dependency is very easy to configure as follows : …

0
75
Member Avatar for Exenteth

Hello, I've been trying to develop a simple client/server application that uses the bluetooth USB dongles of 2 PCs using windows sockets and the bluetooth support provided in the windows platform SDK I can create the sockets fine, but when I go to invoke "bind" or "connect", the program spits …

Member Avatar for himanshu anand
0
296

The End.