reboard's Q&A profile
SQL Server sql expree instalation error
Hello my big problem for today. I downloaded sql express advanced with reporting services and when I try to install it on step: "sql server database services" I recive the error below: TITLE: Microsoft SQL Server 2005 Setup ------------------------------ SQL Server Setup could not connect to the database service for server configuration. The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa' ...Show All
Visual Studio Team System VSP1014 Error during instrumentation
I am trying to profile our C/C++ application and get this error when trying to instrument our largest DLL (12 meg): Error VSP1014 : Code discovery analysis failed during processing image '|2'. Has anyone seen this and know what is wrong Roger Roger, this usually means that your C++ application has a statically linked library for which .pdb symbols are not available. The only workaround for this problem ...Show All
Windows Forms DataGridView, how to capture a cell's KeyPress event...
Hello all, I am trying to implement an event handler for the KeyPress event for a cell within a DataGridView control. The obvous starting point from the DataGridView keypress event, but this doesn't work for the cell. I found this posting while searching, but this doesn't work with the .NET 2.0 beta framework. http://www.csharphelp.com/boar d2/read.html f=1&i=35363&t=305 32 I was trying to attempting something with th ...Show All
Visual Basic Databases in VB Express
I Have a dataset containing 2 tables, 1 of suppliers and 1 of products i stock. how can i link the 2 tables so that instead of seing a supplierID number it tells me the supplier name Do an SQL join between the two. Example SELECT Products.*, SUpplier.Name FROM Products INNER JOIN Supplier ON Products.SupplierID = Supplier.SupplierID This will join the products and supplier tables together and display the produc ...Show All
SQL Server Performance Hit after upgrading to SQL 2005
I am hit with bad performance after upgrading my sql 2000 to sql 2005 version. All the infrastructure remains expect the performance :( Please provide any pointers /guidelines so that I will check the same. Thanks in Advance Varun I am seeing a huge performance problem right now. I have to tagged to the TempDB right now. It seems to be leaving leftover objects and making the TempDB a mess. Check you ...Show All
Visual Studio LogonInfo, linked parameters, different databases, subreports, Oh My
I'm having a bear of a time getting reports with subreports to function correctly. I have followed all of the directions for logonInfo updates. The original report running under v9 only has to have the first four parameters filled, from there 9 other linked parameters are supposed to be filled. I started with code that we have in production (v9). This code ran fine when running against the server that the report was designed against. But when co ...Show All
Visual Studio 2008 (Pre-release) xbap and database
I’m currently studing wpf and i’m very interested with XBAP. However i wonder how to develop a xbap which is working with a database on the backend server (sql server 2005 in fact) is it thru webservices is there any example of how to do that Thanks FA You would not be able to communicate directly with the database. By default, an XBAP application runs in a sandbox and can only communicate back to the server ...Show All
SQL Server BATCH Update ?
Hi all, we need to update many single cells with individual MDX Update Statements. We're doing this with ADOMD now (C# Project) in a loop. In order to save roundtrips and put things in one transaction we considered using the <Batch> Element of XMLA. I could'nt find a example how to use this with MDX Commands. this doesnt work: <Batch> <Command> <Statement> UPDATE .. </Statement> </Command> <Command ...Show All
Smart Device Development .Net CF 2.0 - Prevent device from sleeping
Hello, I've been looking for a way to (optionally) prevent a pocketpc 2k3 device from going into sleep mode while my app is running, but could not find anything. Any suggestions --John (update) Also, Is there a way to keep the screen light from going out without user interaction And something more extreme, can one change the way devices behave during sleep mode (e.g. keep WiFi in a running state like GSM phone device) ...Show All
Visual Basic TextBox array
I am upgrading a program that I wrote in VB6 to VB2005 and am having trouble with textboxes. In the VB6 version, I used an array of textboxes to display and order text on screen according to it's priority. This was done in a module. The VB6 program takes a new message, checks it's priority (assigns the texbox color according to priority) and then adds it into the array according to the textbox color and arrival sequence of both itself and the ...Show All
Windows Forms Default Publish Setting
By default whenever a new album is added the Publishing Settings is set to Upload. How can I make the default in FotoVision only thanks, jeff reed Setting Me.Publish = False in the ReadXml method works for all new albums. Although I&nb ...Show All
.NET Development FileSyetmWatcher: need single output
I am working on this dot net class. I need the application to notify for the following: 1) A new file is written in the directory 2) An existing file is being overwritten or modified in any way The output from FileSystemWatcher reflects each of the changes made when the application in question creates or updates a file. Whenever the "OnCreated" and "OnChanged" events are raised the application will give a message as output. So, if the applic ...Show All
Visual Studio Installation Problem - VS2003
Hi I've just bought VS2003.NET and installed it on my laptop without a problem. As the laptop is a little slow I decided to try and install it on my desktop. However, the program won't install and failes with an msiexec problem. The laptop is a Packard Bell, P4 1.6MHz, 512mb RAM, 50gb Hdd The desktop is an eMachines, P4 2.6MHz, 1gb RAM, 80gb Hdd Both systems are running XP Home SP2 and have identical msiexec.exe and msi.dll files. An ...Show All
SQL Server Can't register SQL Server 2000 database with 2005 Management Studio
I was told (by a Microsoft architect) that this works, but can't find any documentation or any clues within Management Studio. The only way I can see to register a database is to make it a "Database Engine" (whatever that is). I give it a server name and SQL Server login. Error is: TITLE: Connect to Server ------------------------------ Cannot connect to <servername>. ------------------------------ ADDITIONAL INFORMA ...Show All
.NET Development text encoding
Hi Everyone, I have a string that I should encode in central-europian format. The issue is the following. I wrote a POP3Client class and after downloading the email and getting the headers and the body into seperated strings in need them to encode because of the "eaoo u i" chars (accentuated letters). Could anybody help me Thank you; Could you describe the issue for me a little more clearly 1. You should look at the content-transfer enco ...Show All
