Jon Jung's Q&A profile
Visual Studio Express Editions New to C
Hello. I was interested in programming in C and of course I bought a book. However the book is a little outdated, so they describe how to use the tools such as the compiler, etc. They teach you how to compile and link everything with Borland and Microsoft Visual C++. This book is C For Dummies, printed in '96. I downloaded Visual C++ and it has WAY more features than the one in the book has. I'm lost. Starting out he teaches you to do the usu ...Show All
Visual C++ Version problem MSVCR80.dll
Hello, I just downloaded VS C++ Express Edition, and tried to build a console application using command-line. When I start the app it does not find MSVCR80.DLL. I digged into the problem, and found out that my installation of VS is version 8.0.50727.42, but the header file crtassem.h says it is version 8.0.50608.0. The latter version number is entered into the manifest file when it is generated, and I actually don't have this version of the DLL ...Show All
.NET Development Getting a PerformanceCounter to use a remote machine
I have been trying to get a System.Diagnostics.PerformanceCounter (.NET 2.) to work on a remote machine. I have rights to Performance Monitor Users group and Performance Log Users group on the remote server and Admin on the local machine. I can't get the code to work (see exception below). If I elevate my rights to Admin, it works flawlessly. I need to find the minimum security rights I need to get the app to run. How can I go ab ...Show All
Visual Studio Tools for Office Pivot table using c#
Hi, I am trying to create PivotTable in Excel from c#, I get to the point of creating the table but I am not able to specifi what will be the RowField or ColumnField etc. and format those data, I have written it earlier in VBA but I want to convert all my application into VSTO using c#, is there any example code for creating Pivot Table using C# by opening up an instance of Excel and then a particular workbook and then a particular worksheet in ...Show All
Visual Studio Team System July CTP of Team Foundation server error...
I Lost my previous posting.... Basically, I installed the develpoer edition and got that working. I'm now failing at about 4/5 of the installing with a "ecountered server error" problem. There is no retry option. When I click ok, I'm returned to the team services page that says "Installation successfull". It does appear in the add/remove applications and I can see the new web-site it sets up. In addition, I can connect to it with the team founda ...Show All
Visual Studio Team System 64-bit Support Clarification
I'm researching installing Team Foundation Server in a Dual-Server environment and have a handful of questions. The following 64-bit support table is from the Installation Guide: Team Foundation Server 1 No Team Foundation Server (databases) 2 Yes Team Foundation Server (services) 2 No Team Foundation Server (proxy) No Team Foundation Server (build) Yes Team Explorer Yes 1 Team Foundation Ser ...Show All
Visual Studio Footer
When previewing a report why does the footer not show at the bottom of the page It shows at the bottom of what ever the size of the body is. When you print the footer is printed at the bottom of the page. When displayed in a web browser the footer shows up at the bottom of what ever the size of the body is. ...Show All
Windows Forms Can't view Access Database in a grid for a User Control
I am at the beggining stages of learning how to import an Access database to a Listbox in a form project in Visual Basic .net 2005 by doing the following: 1. Importing an Access database to my Data Source 2. Draging from tootbox a Dataset then linking my Database to it 3. Dragging in a Bindingsource and linking it to my Dataset 4. Dragging in a Listbox then linking it to my Bindingsource and table name. After running program I can ...Show All
Smart Device Development Visual Studio 2005 : Entrek CodeSnitch issue
Hi everyone, I'm using the 3rd party tool CodeSnitch from Entrek. I've been using this tool for my development on eVC++ 4.0. I now have some issues using this tool with VS 2005. The problem that I have is that CodeSnitch seems to make changes to the .exe on the device after I've deployed it to it. Which didn't seem to be a big deal in eVC++ 4.0, but VS 2005 always re-deploys the application when I start to debug it. I couldn't find any option t ...Show All
Visual C++ msvcr80.dll Problem
Hi there, can someone possibly tell me why Noton WinDoctor is telling me that 10 executables in the .NET Framework 2.0 cannot access the necessary dll file msvcr80.dll I see that the dll exists in the WinSxS directory and I'm running XP pro. I didn't have this problem until I downloaded the 2.0 framework at windows update. Any advice appreciated. Thanks. Naolin I am having the same problem... I even uninstalled i ...Show All
Visual Studio Team System SharePoint Portal Server
Is Microsoft SharePoint Portal Server 2003 still not supported, even by TFS Beta 3 Firstly, you should be using Beta 3 Refresh , which is the latest version. Secondly, the installation disk has a file called TFSInstall.chm which details exactly which versions of which software you need to install. Follow that to the letter, and you should be ok. You can also check the latest version of that guide online here ...Show All
Windows Forms Windows Application Deployment
Hi Windows application developers :) i'm web developer guy, i just wondering if i can run a.net window application without .net framework,, mmmm for sure not without framwork ( sure we need the framework, mscorlib.dll, system.dll ...etc ) in other word ...Show All
Smart Device Development the menu in CPropertysheet with vs8 ???
Hi all, In evc4, when i want to create a property sheet with menubar and minimize button. I can create my own class derived from CPropertySheet, example like that: BOOL CMyPropertySheet::OnInitDialog() { BOOL bResult = CPropertySheet::OnInitDialog(); // TODO: Add your specialized code here // Remove (hide) the OK button SHDoneButton(m_hWnd, SHDB_HIDE); // Create the command ...Show All
.NET Development Getting truncated socket bytes
Hi, I am listening to a port for data but I am not able to recieve whole data, I only get truncated data. Client sends me data that exceeds 40K and the data I recieve in my callback function is always 8K to 9K. I dont get the rest of the data. I think the data size is too big to come in one go and hence it comes in 2-3 sub-packages but my call back function only gets called once hence I am getting truncated data. I am sending the code...Is there ...Show All
SQL Server Decode funktion
Hi! I have a question about the "Decode" funktion. is it only avaiable in Oracle The reason for my question is that I need to SELECT a colum in a table based on a int value. So if the uservalue is lower then that take that colum, lower then that take colum...etc. Can I use decode or/and is there better funktion (I'm using MS SQL 2005) Thanks in advance Mark MSSQL does not have a DECODE ...Show All
