Tobias Hoff's Q&A profile
Visual Studio Help still broken
Just installed the release version of VS2005 standard. Alas, F1 help is still broken. If I position the cursor over a word (for example HANDLE) and hit F1, the following happens: 1. If MSDN is set to use local help only, it always displays the topic-not-found page, even though on the left hand side, the topic is not only present, but selected. A single click on the highlighted item displays the correct information. 2. If MSDN is set to use online help first, then pressing F1 takes up to a minute (looks like multiple redirections happening), then either displays the topic-not-found page or displays something only vaguely related to the select ...Show All
SQL Server creating users in sql eypress
Hi, wanted to add a login in via c# to sql server express. Is this possible I treid this: String connString = "data source=xtrlt027;Initial catalog=master;Integrated Security=true;"; SqlConnection conn= new SqlConnection();; conn.ConnectionString = connString; try { System.Console.WriteLine("Opening Connection..."); conn.Open(); System.Console.WriteLine("Connection opened!!!"); SqlCommand cmd = new SqlCommand("create login tommtk with Password='tomm2tomm'; use master; create user tommtk;", conn); cmd.ExecuteNonQuery(); ...Show All
Smart Device Development httpwebrequest "could not establish secure channel for SSL" through NTLM proxy
I'm using VS 2003. With a Dell Axim x51 (with Windows Mobile 2005) I have installed the CF 2.0 on it. The project was built with VS 03, however I use {application}.exe.config to get it to use the 2.0 CF. This was necessary to go through an proxy server that uses NTLM. NETCF 1.0 did not allow this. This process works until I try to post to a SSL HTTPS page. Then I get this message: 'can not establish a secure channel for SSL'. There are public properties, these are set on another procedure: proxySite, proxyU, proxyP, proxyD proxySite = Proxy Address & port proxyU = Username proxyP = Pas ...Show All
.NET Development Please Help: Page.Response.Write
I was learning on a Videos on this Lesson 02: Creating a Web Forms User Interface: There is no errors on this code below. But I get a Masges NullReferenceException Was Unhandled by user code Object reference not set to an instance of an object. And the page dos not Start up. I followed every thing on the Videos I don’t know what to do . Pleas Help Page.Response.Write( "User Count : " & Application( "User Count" ).ToString()) Hi, Have you added the key User Count to the Application object Add the line: Application.Add("User Count", "10") Add that code befor ...Show All
Smart Device Development convert sdf to xls
How convert my sdf file on xls table Or how could read my sdf file on windows xp Thanks in order to convert SDF to XLS , u can used Push method from SQL CE to push the data from SQLCE -> SQL Server Dim rdaObj As New SqlCeRemoteDataAccess rdaObj.InternetUrl = "http://NB-039/Customer/sscesa20.dll" rdaObj.LocalConnectionString = "Provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data Source=\My Documents\CustomerDB.sdf" rdaObj.Push("Customer", "Provider=sqloledb; Data Source=(local);Initial Catalog=Northwind;User Id=sa;Password=", RdaBatchOption.BatchingOn) rdaObj = Nothing Then using ADO.NET technology , u can used ...Show All
Visual Studio Express Editions SQL Server 2005 Express Edition April CTP fails to install
I have spent the last hour trying to find other cases of the same install error on the web, but w/o luck. Does anyone know how to fix the following. I have Windows XP SP2 with VS 2005 Beta 2 (April 2005). When trying to install the "SQL Server 2005 Express Edition April CTP" I'm getting an error at the end of the install. Here's some of the messages: The initial error dialog: "Microsoft SQL Server 2005 CTP Setup" (window title) Microsoft SQL Server 2005 CTP Setup was unable to install on your computer. Microsoft SQL Server 2005 CTP Setup has encountered a problem and will end. After clicking on the "What does this error report ...Show All
Visual Studio Express Editions problem with my code
< xml version="1.0" encoding="UTF-8" > < Slides > < slideNode jpgURL =" pic/normal/galeria_0/0.jpg " /> </ Slides > But I want this < xml version="1.0" encoding="UTF-8" > < Slides > < slideNode jpgURL =" pic/normal/galeria_0/0.jpg " > </ slideNode > </ Slides > HOW I CAN FORMAT MY XML THIS WAY THIS THE CODE THAT GENERATE MY XML XmlDocument doc = new XmlDocument(); //Load in the users xml file try { doc . Load( @"C:\works\WEBS\colegiosj\slideapp\xmlfile\galerypics.xml" ); } catch (Exception err) { ...Show All
Visual Studio Team System Word defined as a recognized word in CustomDictionary.xml is still being flagged as a misspelling
I am using 'num' as the name of an integer parameter on a method. FxCop 1.32 flags this parameter as a violation of the IdentifiersShouldBeSpelledCorrectly rule. In an attempt to make FxCop accept 'num' as a recognized word, I added this word to my CustomDictionary.xml (located in the same directory as my FxCop project file). Unfortunately, FxCop still flags 'num' as a misspelling. IdentifiersShouldBeSpelledCorrectly also flagged 'ctl' as a misspelled identifier when used as a parameter name. However, once I added this word to my CustomDictionary.xml, FxCop stopped flagging it. So, what's the difference between ' ...Show All
Visual Studio Language Filter
Just installed the latest (May) MSDN Library for VS 2005 and the language filter is not being persisted across page views. I saw another post here that said it was a known problem in Beta 2 but would be fixed. Whats the status of it of I am missing something. Thanks Donal Donal: I cannot reproduce this problem on the RTM version of VSTS with the May MSDN library. The language filters for both search and the Table of Contents persist as expected. When you open Help > About in Document Explorer, do you see version 8.0.50727.42 RTM Michael Blome - Visual C# Documentation team ...Show All
Visual C# My question is so basic I'm ashamed to ask it! LOL..
OK.. I'll do it anyway.. I have no shame here... First.. I am not a professional programmer.. Just a old man trying to keep his brain alive.. I code things I never use just to THINK.. I think it helps the brain.. Besides I enjoy it! I have ALOT of C# books.. To many in fact.. Just a old man and I get all mixed up. Either I can not read or the information I need is not in them (or understand what I'm being told!). I can do most anything I want in C# 'IF' I put everything in the one file. Which tends to get a 'bit' bigger than I can deal with.. Is this normal Is this a stupid question I can get around most of my problems 'except' ...Show All
Smart Device Development How to get the shared path
this might sound a bit dodgy but i'm trying to run some tests on WM5.0 emulators and to speed up the process, the emulators share some files with the desktops is there any way i can get hold of the shared path within my CF2.0 application I understand this is not supposed to work because on a real device there is no such thing as a shared directory, but i still hope that someone can come up with a smart hack :) thanks in advance! Please see this: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=252831&SiteID=1 ...Show All
Windows Forms Is possible to run this app from URL?
a have some problems with this... Thanks Ales Aha, I saw it in the source and I'm glad to get it confirmed here - TaskVision is actually using the Application Updater Block. I was somwhat confused since the presentation of TaskVision states that the program uses "No-touch deployment". If I am not mistaken, "No-touch deployment" means  ...Show All
Windows Forms Terrarium Server - Strange periodic message in EventLog
Event Type:Error Event Source:Terrarium Reporting WebService - ReportPopulation Event Category:None Event ID:0 Date:02.03.2004 Time:17:34:36 User:N/A Computer:FIESTA Description: System.Data.SqlClient.SqlException: Cannot resolve collation conflict for equal to operation. Transaction count after EXECUTE indicates that a COMMIT or ROLLBACK TRANSACTION statement is missing. Previous count = 0, current count = 1. at System.Data.SqlClient.SqlComm ...Show All
Game Technologies: DirectX, XNA, XACT, etc. "Display Text Message" feature does not work
The feature that a text message can be displayed as result of an objective fulfilled does not work (it never did in the sold CD version); how can this be fixed The Display Text Message feature works, but it writes text to a chat window not on the screen or anything so you don't see it in single player mode. This functionality is in Objective.cpp (in Source\Code) you'll see CDisplayTextMessage which is the function you're looking for. Below that is the Execute function int CDisplayTextMessage::Execute() { ControlGui::instance->setChatText("", m_message.Data(), 0xf0000000, 0); return ...Show All
Visual C# Where can I find free chart components for VS2005?
you may try one of these: http://www.codeproject.com/cs/miscctrl/CS3DCharting.asp http://www.codeproject.com/csharp/zedgraph.asp http://www.codeproject.com/cs/miscctrl/ChartControl.asp ...Show All
