Claus Kessel's Q&A profile
Visual C++ Pls help me out! I cannot build a very simple Hello World app.
I have been trying to build the following simple app for these two days. #include <iostream> using namespace std; int main() { cout << "Hello World!" << endl; return 0; } VS2005 C++ Express complains this way; Warning 2 warning C4512: 'std::basic_ostream<_E,_Tr>::sentry' : assignment operator could not be generated c:\program ...Show All
Visual Basic How to make a setup of a VB 6 application
Hello All I m working on a vb 6 project that communicates serially with a hardware.I made its .exe file whcih is working properly. But when I copy this exe file on different computers it does not work. now i want to make a setup of my application. Can u guys help me to how to make a setup. Thanks These forums are for VB.NET and there are better places to find answers for older versions of VB. Maybe the VB6 newgroups - http:// ...Show All
Visual Studio Team System Dual Server Setup 32000 - BisSubscribe.exe - Unable to connect to BIS service
Using the latest installation guide and a culmination of several other successfull install guides, I am attempting to install VSTS in a dual server mode and have been successfull in loading the database tier and am about 98% complete on the app tier before getting the following errors: 1. The is the initial error thrown at the very end of the install at about 98% Event Type: Error Event Source: &nbs ...Show All
.NET Development load 1 record into a variable
hello all i'm quite new to vb.net i'm trying to use the online help suggestion that's supposed to load a specific table row into a variable: Dim Lnrow As paraohDataSet.LoansRow Lnrow = ParaohDataSet.Loans.FindBylID(5) (5-an existing key in my table) trying to use it to reach any value, like using this line: LID.Text = Lnrow.lID causes an error : "Object reference not set to an instance of an object." since that's exac ...Show All
Visual Studio Team System Setting SharePoint security in sub-folders
In Team Explorer we can add folders to the Documents folder. Each of these folders that are immediate children of Documents are considered Document Libraries. Security can be configured for these document libraries. Is there a way to setup security in SharePoint for sub-folders within a document library It seems that whenever we try to do just that we are directed to setup security for the parent document library and not the sub-folder. If ...Show All
Visual Studio Express Editions how to import Bookmarks favorites file to treeview
hi i'm export my favorites links from internet explorer as html file now i want to import this ( html ) file to tree view on my form i can read form this file and get folder name and URL but i cann't make it as tree it's now in on level only i want to read from this file and make tree view in many level can you help me if you want to explanation pls tell me ok, just put folders inside each other and when you exporting ...Show All
SQL Server Report Builder and Analysis Services 2000
Hi, Quite simple question: Is it possible to use Report Builder when using Analysis Services 2000 cubes as data source /Sune Sounds like it will. http://msdn.microsoft.com/SQL/2005/2005Webcasts/ReportingServicesQandA.aspx ...Show All
SQL Server creating a server instance on SQL server 2005 enterprise
I got sql 2000 installed on my machine. I got a sql 2000 database instance on my computer and I installed sql 2005 server enterprise but I have got no server instance from sql 2005 like what i have in sql 2000 when i first install, i can have an own server instance on my computer. is it becos when i have a previous sql 2000 server instance on my computer i install the adventureworks database....in m ...Show All
Windows Forms Format phone number
Hello, I have a text field where the user types in a telephone number. When the user is done typing the number and the text field loses its focus I need to take whatever the user typed and format it to a standard format. i.e. ###-###-#### If a user types 1234567890 I need it to change to 123-456-7890. Any ideas on how to do this or examples Thanks! The user will enter in different formats of a phone number. Two ways to ...Show All
Visual C# Saving Connection Strings
I have a connection string as a varible "strConn". How would I save this to the config file so that my application would use the string to access the database using a button_click event to initialise it An example would be helpful. Thanks Spike Which Version of VS are you using If 2005, simply open the project properties, go to the settings tab, add a new setting (presumably with application scope) and set its typ ...Show All
Visual Studio Express Editions Parser Error Message
I have built a web page that works fine on my PC (XP) when I publish it on a server (Windows 2000) it comes up with the following Error Any Ideas on how to resolve this. "Parser Error Message: Unrecognized attribute 'xmlns'. Source Error: \Windows\Microsoft.Net\Framework\v2.x\Config --> <configuration xmlns=" http://schemas.microsoft.com/.NetConfiguration/v2.0 "> <appSettings/>   ...Show All
Software Development for Windows Vista ETA on SDK Compatible with RTM 2.0?
Is there any ETA on a version of the mobile SDK that works with .Net 2.0 RTM. I converted to that from Sept forgetting that the WinFX being available does not mean the ink analysis is available. You can download a 2.0 compatible version of the Tablet-SDK. 1.7 from http://www.microsoft.com/downloads/details.aspx FamilyID=69640b5c-0ee9-421e-8d5c-d40debee36c2&displaylang=en David ...Show All
SQL Server Remote Connection
Could someone tell me how to remote connect to other server . Everytime when I try to connect to other server, I get an error message . Eventhough I have opened the 1433 port, allow the remote connection using both TCP/IP and named pipes, and open the firewall for connection. "An error has occurred while establishing a connection to the server. When connection to SQL Server 2005, this failure may be caused by the fact that under ...Show All
Visual C++ UNICODE files
"seek" and "tell" on files opened with _wfopen(fileName, _T( "wt, ccs=UNICODE" )) seems not to work well. Are there others function to use in this case insted of "seek" and "tell" Answered here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286928&SiteID=1 ...Show All
.NET Development Slow load of projects in VS.net and how to make StringBuilder like for arrays marshalling
1.I want to make a faster load of projects in VS.net. I do remember that this question was discussed on dev forums years ago, but forget solution and can't fonf anything in KB.Though this problem is not critical(it's taking around half a min),but annoing. 2.I am using a 3 party OLE Automation object API2 and using this object in a C# windows form. Some of the functions of this object have output parameters of type out float[] or out int[]. ...Show All
