Matt84's Q&A profile
SQL Server Partitioned View not updatable ???
Hi There Ok i have searched on this error and seems to be a bug or maybe i am missing something. All i need to know is can this be done or not, am i making a mistake I have created 2 tables. -------------------------------------------------------------- Table_A_Jan ( Col1 int not null, Col2 datetime not null, Col3 char(5) not null, CHECK (DATEPART(mm, Col2) = 1), CONSTRAINT [PK] PRIMARY KEY CLUSTERED ([Col1], [Col2], [Col3]) WITH FILLFACTOR = ...Show All
Smart Device Development unable to launch device EXE
Hi I am developing application using Pocket PC 2003 SDK. Now I want to test the application using the application verifier provided by Windows CE 5.0. However, when I want to connect to pocket PC emulator from the Application Verifier which is located in C:\Program Files\Windows CE Platform Builder\5.00\cepb\wcetk\ddtk\desktop\appverifce.exe, it always gives me an error : Connect To Device Error, Unable to launch device.EXE. Anybody ever experie ...Show All
Game Technologies: DirectX, XNA, XACT, etc. C++ Compiler
I'm using Borland C++ 5 compiler but can't seem to get the tutorials to compile and run through there. Sofar i've installed the DirectX SDK and installed Tutorial 00. But when i go to run, it tries to compile but gives me errors. I just noticed that the folder contains visual c++ files. Does that mean that I need Visual C++ to run this tutorial If my Borland C++ 5 won't run it at all will Borland C++ Builder 4 r ...Show All
Visual Studio Express Editions Is Visual Basic Express A Toy?????
Hi There This Dog Don’t Hunt........ From Visual Basic Guided Tour Managing Your Records: Using Data in Your Program In this section, you will learn about working with databases. This Section Flat A*S Does Not work.... It DOES NOT Update the Data Base.....Rendering this Version of VB Express to the TOY BOX..... It Ain’t Just Bronco.... Check The Forum for multiple posts saying the same thing...... This Edition is for Advertising and Not ...Show All
Visual Studio Express Editions Where is the redistributable C runtime?
Keywords: MSVCR80.dll, Microsoft.VC80.CRT According to the documentation, the redistributable components of the runtime are supposed to exist in the VC/redist/x86/ directory. See the "Deploy using xcopy" MSDN article. This directory doesn't exist in the VC++ 2005 express install. Further, the redist.txt file mentions a vcredist_x86.exe which does not exist. Where are the redistributable components I am compiling a DLL for ...Show All
.NET Development How to install Jscript in VS 2005?
We want to evalute Jscript support in .Net 2.0, but after install C#/C++ options of Visual Studio 2005 Professional Edition, we can't run sample code in MSDN, using Microsoft.JScript; ... we got the fowlling error message: The type or namespace name 'JScript' does not exist in the namespace 'Microsoft' (are you missing an assembly reference ) Do we need to install J# or VB to support Jscript or other seperate package Thanks in a ...Show All
.NET Development Please help - Error5 Opening registry key
I am trying to create a web site on a remote server within my LAN using Visual Studio 2005. When trying to connect to IIS I get this error. Unable to create Web 'http://web'reports/test' Server error: Error5 opening registry key "SOFTWARE/classes/application". Given this is a local machine, I assume you have some control over it... have you tried taking the advice of this KB article: http://support. ...Show All
Visual Studio Express Editions Send information to mail
What can i do if i want some information sent to my mail My code : Public Class Form1 Private Sub TextBox1_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles TextBox1.TextChanged End Sub Private Sub Label1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Label1.Click End Sub Private Sub Label2_Click( ByVal sender As System.Ob ...Show All
SQL Server Msg 468, Level 16, State 9, Line 1 --Cannot resolve the collation conflict between "Latin1_General_CI_AI" and "SQL_Latin1_Ge
execute the following in any user database... So far I've been able to only reproduce this on SQL 2005 Standard instances..for some reason I don't get the error on Enterprise server. It appears that perhaps the system objects have different collation attributes.. !! select name from sysusers where name not in ( select name from master .. syslogins ) Microsoft SQL Server 2005 - 9.00.1399.06 (X64) ...Show All
Visual C# Int to string?
Does anyone know how to convert an integer into a string so it can be displayed in a textbox or label Hi, In addition, I recommend that you take a look at the Convert class as well. This class provides the methods for various conversions that maybe required. Convert Class Alternative Approach: int i = 0; textBox1.Text = Convert .ToString(i); Regards, Vikram ...Show All
Visual Studio Team System Useless output from TFS source control
It pains me to see that even the new Team System source control writes the same pointless drivel to the Output window in visual studio: ---- Operation started at time 3:32:18 PM ---- ---- Operation completed successfully at time 3:32:18 PM ---- ---- Operation started at time 3:32:18 PM ---- ---- Operation started at time 3:32:18 PM ---- ---- Operation completed successfully at time 3:32:18 PM ---- ---- Operation started at time 3:32:18 PM ---- - ...Show All
SQL Server Writting multiple rows from one input Row
Hi: I'm trying to write a transformation script to write multiple rows from 1 input row. In SQL Server 2000 DTS I could do this by using DTSTransformStat_SkipFetch and DTSTransformStat_SkipRow. In SQL server 2005 it looks like I need to use EndOfRowset but I do not know how to use it for sure. If this correct can someone show me a code example and if I am incorrect can someone tell me how to do this Thanks I have and I do n ...Show All
Windows Forms Where are windows forms controls icons stored?
Hi all... I have a custom control that I want to assign an icon that is similar to the icon of a control already present in VS 2005 toolbox but with a little change so I need to create a copy of it and made the modifications. I was searching for all Windows.Forms DLL's but I couldn't find them. Can you point me to the right file that stores these resources Thanks Jaime Get the reflector: http://www.aisto.com/roeder/dotnet/ ...Show All
Visual Studio Team System Who am I?
No this is not an existential question. The Team Fonudation Server seems not to know and I can't work it out myself! Let's put it plain and simple. I am a user called "Bernd Wechner". Everything I did until recently on the TFS was clearly by Bernd Wechner. Reently (I can't tell when exactly because my activity has been low and sproadic, we're just kick starting the system) everything I do is attributed to a user called TFSSETUP. ...Show All
Visual Studio Express Editions Intellisense Elements Missing
Hi all, Hopefully someone can help with this matter. I was attempting to bind a data table to a Checkedlistbox and display a selected field. As far as i was aware i could use the Datasource method to do this and then the displayMember method to set the filed i wish to display in the list. When looking through the intellisense options for the checkedlistbox I could find neither of these options. However, if i just typed them in and used the ...Show All
