Florida Keys Coder's Q&A profile
Visual Studio 2008 (Pre-release) Microsoft still on track to ship the WinFX bits
Hello all, I am reading on some news groups that WPF is not going to be there in initial release of windows vista. Does anyone knows more about it I cannot imagine vista without WPF. Any thoughts from experts Thanks Basav Until it is final, it is not final. That said, the last I heard (At the Mobility group partner briefing this week), is that WPF will be on the Vista CD, but will be an ...Show All
SQL Server Debugging SP On server from workstation using Query Analyzer
Hai ....., I 'm able to debug a Stored Procedure directly on the server, but I 'm not able to debug the same stored procedure from my machine. What should i do in order to debug the stored procedures on the server from my workstation. (I can debug the stored procedures of my local sql server) Please take a look at th ...Show All
SQL Server Error creating view from DB2 Linked Server if table has large number of rows.
I have successfully created a linked server entry for a DB2 server via Microsofts Microsoft OLE DB Provider for DB2. I am also able to create a view based on a table that has 100's of rows. I am UNAble to create a view based on a db2 table that has 1000's of rows. I get the following timeout type of error. First a " Timeout Expired " error, then this: TITLE: Microsoft SQL Server Management Studio -------------------------- ...Show All
Visual Studio Team System h status oddity
This seems like a bug to me. Let's say I have two users (John and Jane) and John has a file checked out in a subdir C:\Proj\Foo\Bar\baz.cs. Jane then tries to see if any of the files in C:\Proj\Foo\Bar are checked out by other users so she executes: h status . /user:* Hmm it says there are no changes. However, if she executes: h status /user:* It shows that John is editing the file. The bummer is if this is ...Show All
Windows Forms Can datagridview host a user control (not derived from the commonly used controls)
Hi, I'm looking for a way to host a user control inside a datagridview cell. Most of the articles that talk about this use controls that get input from the user and the input is translated back into the cell in some form (i.e. text). And these articles use controls that inherit from other well known controls like combo boxes, edit boxes, etc. What I'm looking for is a way to embed a user control that, say, has an image in it. So I want to ...Show All
Smart Device Development Building PocketPC app
When I try to build a simple app with a label and listbox, I get the following error: Error 1 The specified task executable location "C:\WINNT\Microsoft.NET\Framework\v1.1.4322\Vbc.exe" is invalid. c:\WINNT\Microsoft.NET\Framework\v2.0.50215\Microsoft.CompactFramework.VisualBasic.v1.targets 28 9 Please upgrade to RTM (release), make sure beta is properly uninstalled. ...Show All
Software Development for Windows Vista Custom Activity - Probelm with EventSink Activity
Hello, i tried to model a custom activity. This activity does contain of a) InvokeMethod Activity b) EventSink Activity out of the activity galery delivered. I also implemented a Service which I added to the workflow engine in order to connect the method invokation and the event sink. Then I build up a sequntial wf out of my custom activity. The method invoke activity within my custom activity works properly, but when my async. operation is fini ...Show All
SQL Server After Transaction Log Grows, it won't shrink.
The other day I had someone truncate an extremely large transaction log (100GB) but it wouldn't return the space to the OS, not even after a backup and restore operation. There’s an interesting bit of trivia around shrinking this file. When the log file is truncated, you may not see all of the space returned to the OS. The reason is the way the data might be spread. Here’s the way we think data looks in the log file: <BeginFile>xx ...Show All
Microsoft ISV Community Center Forums Migrate Access Forms with VBA to VB.NET
I have a lot of Access Forms with VBA code and now I need a tool or method to migrate them to VB.NET Per the support engineer: Base on my understanding, our partner wants to migrate Access forms to .NET. Be honest, I don’t think there’s a directly way or an import wizard to fulfill this task. However, this question depends on the real scenarios. For example, if we only want to leverage Access as the database and left all the forms to . ...Show All
Microsoft ISV Community Center Forums How Can I create an UDF I can use in a cell?
How can I insert a managed function in a cell For instance I have a created a function Public Function test( ByVal myRange As Excel.Range) As String 'Some code..... test = "testing" End Function If I put in a cell of the wordsheet the formula =test(a1:a2) I get an error. Is there a way to create a UDF as is possible in VBA Daan I've moved your question to ...Show All
SQL Server Error in IN-Clause
I detected an error in the in clause. If you check for the existence of a value in a field with a subselect, the TSQL-Engine will not detect a missing field definition if the field name in the subselect is the same as the field name on the left of the clause. Here's an example that should throw an error but doesn't! go CREATE TABLE TABLE_A(COL_A int) go CREATE TABLE TABLE_B(COL_B int) go SELECT * FROM TABLE_A WHERE COL_A IN (SELECT COL_A FROM T ...Show All
SQL Server "sysft_Content" - what is it?
upgraded 2000 - 2005 and applied sp1. also same failure with SQL 2005 from scratch tried to do a simple Backup Database of a db named 'msu' to a disk file on a local hard drive just like I would with 2000. failed with: System.Data.SqlClient.SqlError: The backup of the file or filegroup "sysft_Content" is not permitted because it is not online. BACKUP can be performed by using the FILEGROUP or FILE clauses to restrict the s ...Show All
SQL Server SP1 failure - incorrect platform
When I try to run the x86 version of SP1 on my development desktop (for tools only), I get an 'Incorrect Platform' error: Setup cannot update x86 products on this computer To proceed, run the Service Pack Setup program for the x86 platform. The filename I downloaded is SQLServer2005SP1-KB913090-x86-ENU.exe and it successfully installed on my Wk2003 server (dual PIII). My desktop is a single P4 2.8Ghz running WinXP Pro. brian smith This may ...Show All
Visual Studio 2008 (Pre-release) MSMQ error opening queue
Hello. I'm trying to use msmq to establish communication between and indigo client and an indigo server. I've set the endpoint like this on the server: <endpoint address="net.msmq://localhost/private$/indigotests" bi ...Show All
Visual Studio Express Editions Install failure on Visual c# Express Beta 2
[Sorry for the cross post - I posted in wrong forum originally] Have tried both the bootstrapper and the downloaded image and both fail on installing Visual c# 2005 express. I have full licensed version of Visual Studio 2003 and no other beta versions. Tried installing on three different machines and all fail at the same point. Machines are all running XP Pro SP2 (licensed), all are above recommended spec, all Intel P4 chips and all with a  ...Show All
