Carl Karsten's Q&A profile
SQL Server How do you find out whether PC is 32bit or 64bit
I would like to install MS SQL Management Express, and I would like to make sure I am downloading the right files. Could you tell me how I can find out whether my PC is 32bit or 64bit Many thanks W aka Gauguin If you don't know whether it's 32 bit or 64 bit, it's fairly safe to assume it's 32 bit. ...Show All
Windows Forms About cell formatting of datagrid in vb.net
Hi all, I am one problem with my vb.net datagrid I want to display the data of a particular cell im my datagrid in the form of x.xxxx when the user enters the value other than this format it should display some prompt message How can I achieve this If any one have solution please let me know Thanks in advance well that's more ...Show All
Visual Studio Express Editions Searching for e-books
Can someone please direct me to the benefits area of the express editions. I am trying to find the ebooks that they say are available and have been through the portal. Hi, It should be in your e-mail. The mail that you used to register your product. In case you deleted it here's a quoute on the FAQ. 12. I received my registration benefits e-mail, but I deleted it by mistake. Can I get another copy of this e-mail If your copy of Express does not require a registration key, you may simply repeat the registration process; a new benefit mail will be sent to you. If you have a downloaded copy of Express and lost your registration be ...Show All
Visual Studio Team System Deleting porjects
Hi I've setup up a few projects now and would like to delete my initial test porjects but can't seem t work out how to do it! I can remove them from the Team Explorer but not delete them from the Team Server. Any help appreciated. Ta in advance, Paolo W. You have to delete them using the command line tools. There is a command line tool called TFSDeleteProject.exe (I can't remember where it is installed to, but if you do a search on your Team Foundation Server for this executable, you can find it). If you run TFSDeleteProject.exe / , it will show you how to run it ...Show All
Visual Studio Tools for Office The deployment doesn't work always...
As I finally succeeded to install the RC VSTO version on my machine, I decided to deploy and to make it available to all my users... However, I just received 3 messages: 2 have been finally able to install it...one not again :(... As I can read here , there are some cases where even VSTO may fail... Any news about it Any possible solution Thank you LastHope Yes, I did (however, somehow I'm not sure it works correctly, even if I followed that guide : I thought that the installer would have installed the prerequisites, but it didn't, as my users told me) All of them tried to install my plugin made without VSTO many times, and they alread ...Show All
Visual Studio Team System Finally - Installed and Working - Upgrade Question
So I finally got TFS installed and working, I am running everything from the April CTP. I could not get the June CTP of TFS to install with the April CTP of SQL. It seems that the .net framework versions were incompatible. How will i be able to upgrade TFS /Sql as new releases come out without losing all of my project settings and files There is not an upgrade script for all of the current releases and the upcoming mid-July CTP release. You will need to migrate source files (re-add source) and work items (export to excel from old system, import to new system) manually. It's possible that when ...Show All
Visual Studio Questions on Visual Studio 2003/2005
Hello, I'd like to know which version is included of Crystal Reports in Visual Studio 2003 and 2005 I know in the 2002 (and 2003 ) it's version 9 (or equivalence) Also I would like to know which full Crystal Reports versions we can use with the .NET studios I've tested CR10 with 2003 and it fits but could XI work with 2003 for instance A list of compatibilities would be advantageous could you pls help me out... i get this wierd error Method 'ISCREditableRTFExportFormatOptions_reserved5' on type 'CrystalDecisions.ReportAppServer.ReportDefModel.EditableRTFExportFormatOptionsClass' from assembly 'Crys ...Show All
SQL Server return all rows function
in sql 2000 there is the return all rows function.. where is it in sql 2005 express or does it have that function thanks where is the import/export function in sql server 2005 express edition trying to import an access file or .mdb file to sql 2005 express but couldnt find how to import it.. and also the export file.. thanks ...Show All
Visual Basic Almost connected via serial port using VB 2005.... What is wrong with this app?
Hi There! I need to establish communication between my pc an analytical balance using VB 2005. I have a Form that can pick up an available COM port, send data (using serialPort.WriteLine(txtDatatoSend.Text & vbCrLf) and receive data (using System.IO.Ports.SerialDataReceivedEventArgs) from it but something in the code is still wrong. Using this Form I sent a connection command to the balance (CMD=SI) to get the weight on the balance back to the Form but nothing comes back form the balance. Maybe my Form is not sending or receiveing the data in an appropiate way. Could anyone please help me checking the code of my Form I am attachi ...Show All
SQL Server Accessing Mobile SQL Databases in VB2005 - Windows Apps
I have both used the Data Connection Wizard and tried programatically to connect to a Mobile SQL Database from within a Windows Application and keep on getting the same Error at the connection point "Unspecified error [ sqlcese30.sys.dll ]" The Debug message is " A first chance exception of type 'System.Data.SqlServerCe.SqlCeException' occurred in System.Data.SqlServerCe.dll" I have added a reference to C:\ Program files\Microsoft Visual Studio 8\Common7\IDE\Public assemblies\System.Data.SqlServer.Ce.dll. I need to access the data from the pocket pc on a desktop computer. Is this possible under VS2005 using VB or do I in actual fact need to ...Show All
Software Development for Windows Vista Can't load assembly in Vista Media Center
I have seen several MCML samples that load assemblies: xmlns:cor = " assembly://MsCorLib/System " When I try to load my assemble (see below), all I get is the error 'Unable to load assembly". My assembly is signed and in the GAC (UserObjects is a namespace). The above assembly (MsCorLib) is able to specify a namespace (System), my assembly definitions can not. xmlns:wxhelper = " assembly://Helper/UserObjects, Version=1.0.0.0, Culture=neutral, PublicKeyToken=987ef15720c76254, processorArchitecture=MSIL " xmlns:*** = " assembly://Helper/UserObjects " Mike B. ...Show All
Visual FoxPro Obtaining a web page's title
I'd like to get the titles of web pages, and would prefer not to do this by loading all the web pages into a webbrowser, because that seems a bit heavy handed. In VB6 I used some APIs to achieve this, but I'm not having any luck in getting it to work in .net. Here's the code I'm trying: Module Module2 Private Const INTERNET_FLAG_RELOAD = &H80000000 Private Declare Auto Function InternetOpenUrl Lib "wininet" Alias "InternetOpenUrlA" ( ByVal hInternetSession As Integer , ByVal lpszUrl As String , ByVal lpszHeaders As String , ByVal dwHeadersLength As Integer , ByVal dwFlags As ...Show All
Visual Studio Embedding a Permanent Watermark Image Into SQL Reporting Services Report
Embedding a Permanent Watermark Image Into SQL Reporting Services Report I'm trying to get a watermark image/logo behind my reports in Microsoft Reporting Services for SQL Server 2000. I get as far as generating a background image in the rendering of the report, but if I export this to Excel the watermark is gone. Anyway to get this remain regardless of format that report is exported to Thanks. Hi ... I tried this but with the use of the Image control. I thought sending it in the back of the table would do the trick but it always goes below the table as it is rendered. Never knew that the Body has a BackgroundImage pro ...Show All
Visual Studio Team System How can I delete a Team Project
Hi for every one, I want to delete some team projects, any idea how can I do that , i Can't deleting for source control, so any idea Thanks! Hi, this blog help me to delete my projects, I hope this link helps you! http://blogs.advantaje.com/blog/kevin/Net/2005/11/28/Removing-TFS-Zombie-Projects.html page=comments Thanks for all! ...Show All
Visual Studio Team System Problems installing (Report Server can't connect)
I am trying to install the Release Candidate in a dual-server environment. Everything goes well right up until the end of the Application Tier Server install, when it fails with the following message: Error 28805. Setup cannot finish the request to the SQL Server 2005 Reporting Services report server. Verify that SQL Server 2005 Reporting Services report server is installed and running, and that you have sufficient privleges to access it. In the event log, I get the following event repeatedly: Report Server Windows Service cannot connect to the report server database. The TFSSERVICE and TFSREPORTS users have the Login Locally right, ...Show All
