vessel's Q&A profile
Visual Studio Team System "Show Project Portal" dimmed out
It seems that I have no permission anymore after the upgrade. Can someone tell me what my IIS Directory Settings should be and what my AppPools persmissions should be Can you please share out setup logs they should be under %programfiles%\<%ProdName%>\<%ProdName%>\Logs. Also, can you do the following: 1- Go to TFSWSSAdmin appPool and verify that it is running under the tfsservice identity 2-verify that tfsservice can ...Show All
Visual Studio Express Editions DataAdapter Update Error :Syntax error in INSERT INTO statement
I am trying to add a record to an Access DB Table, everytime I try to update the DataAdapter with the updated DataSet I receive the Error: Syntax error in INSERT INTO statement. Here is the code: Dim da As OleDb.OleDbDataAdapter Dim ds As New DataSet Dim con As New OleDb.OleDbConnection Dim sSQL As String con.ConnectionString = "PROVIDER=Microsoft.jet.OLEDB.4.0;Data Source=Alarms.mdb" ...Show All
Smart Device Development VS 2005 seems to require a focus on a form
When developing my vb program in vs 2003, I was apparently not required to focus on anything on a form if I didn't want to. So on a form with nothing but a few buttons used for the purpose of calling other forms, I could use this code to press ESC and close the form: Private Sub LocMenu_KeyDown( ByVal sender As Object , _ ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase .KeyDown If e.KeyCode = Keys.Escap ...Show All
SQL Server Problem activating a server on home PC
Hi I am new to SQL / SQL Server and have downloaded SQL Server 2005 Express. I also appear to have an existing SQL Server program on my PC which includes Query Analyzer. I wish to use Query Analyzer. Is this compatible with SQL Express When I try to open Query Analyzer using Windows Authentication I get the error msg: 'Unable to connect to server HOME-DHGV3DIC8N: Server: msg 17, level 16, state 1 [Microsoft] [ODBC SQL Server Dr ...Show All
Visual FoxPro Zero in Database
In my table I have a value and it is 0 (zero) but if I check the value with MyField = 0 it's returns .F. I don't know whats the problem. For a little more on the differences between Blank, Null, and Empty see http://fox.wikis.com/wc.dll Wiki~IsNullIsBlankEmpty . ...Show All
Windows Forms Terrarium Client Options
Does anyone use the "CPU Usage" setting The latest builds of 1.2 I've been using don't seem to get about 30% CPU usage, so I am wondering if we really need this setting anymore. Also, I assume that Enable Game View is an option ...Show All
Windows Live Developer Forums ReplaceIM and RecieveIM - How to use???
Say the user types 'hello' and presses send, is their a way to replace 'hello' with 'hello, how are you' before it is sent out. So the modified message is sent. Also, can this be done on recieving messages as well, so the recieved message is modified before it is displayed Because their is the ' ReplaceIM' and 'RecieveIM' properties and i would like to know how to use these. Thanks -Balupton ' ReplaceIM' and 'RecieveIM' tag to True in m ...Show All
Visual Studio Auto-layout collapses classes
Class Designer has a nice automatic layout feature, but it always collapses all classes before doing its thing. Is there some way to auto-layout expanded classes (i.e. so that they stay expanded) It would be nice if the Auto-Layout would work when classes are expanded. In other words, I would like to print out a (large) diagram with each class's attributes, methods and properties visible. I know I can highlight ...Show All
Windows Forms DefaultCellStyle.Format for an unbound row doesn't work.
I add a DataGridView to a form and use the IDE to set the DefaultCellStyle.Format for one of the columns to "C2". When I run the form, I can enter any value of any type and nothing gets formatted or validated. I tried setting the value in the form's constructor as well, but the results are the same. Why doesn't this work I finally realized that there is problem with ValueType ...Show All
Visual Studio 2008 (Pre-release) Certificates for Infocard
How can I generate certificates for Infocard from Windows 2003 CA For what I know there isn't a template for certificate V3. I need to add the logotype extension. Thanks, Pierre Subject and issuer logos are not requirement for InfoCard, but it is recommended. More and more sites deploy cert with logo extensions; for example https://www.fidelity.com or https://www.etrade.com , etc. The samples in the WinFX SDK have a sample cert ...Show All
Visual Studio 2008 (Pre-release) problem with coercion?
I have trouble understanding how coercion works. Here is the test class: class Test : DependencyObject { public int MyProp { get { return (int)GetValue(MyPropProperty); } set { SetValue(MyPropProperty, value); } } public static readonly DependencyProperty MyPropProperty = DependencyProperty.Register("MyProp", typeof(int), typeof(Test), new UIPropertyMetadata( 1 ,null, OnCoerceValue)); static ob ...Show All
SQL Server Error: 'table that is required for a join cannot be reached'
Hello all, I'm running into an odd error when trying to process a newly created dimension, I've looked at the 2 postings with a similar error, but they don't appear to pertain. Here is the error: Error 1 Errors in the high-level relational engine. The 'dbo_Company_Address' table that is required for a join cannot be reached based on the relationships in the data source view. Error 2 Errors in the OLAP storage engine: An error occurred w ...Show All
SQL Server Calling report from other machine (without domain)
Hi: I have an stand alone win2k Advanced Server (without domain). I created a folder (rpp) an I upload all my rdl reports. Now I can see all reports in my server but I can’t see them in other machines IE show me a message asking for a user, password an domain but I’ve not domain in my server. Sorry, but It’s my first time using reporting service and IIS at the same time. Thanks ja first yo ...Show All
Windows Forms event handling
hi guys , i hav a problem in event handling in c# . i have combobox1 which has the controls say 'button' and 'label' in it as items , and i have combobox2 which gives the properties of the respective controls selected in combobox1. say i want to fire an event in combobox 2 after we select 'button' in combobox1 , so its almost lke handling 2 events where the 2nd event is dependent on the 1st . so can any of u give me an idea as to how ca ...Show All
Visual Studio Team System FXCOP
Can anybody tell me the new function for ISMEthodCall() in older version Thanks We actually have a cyclomatic complexity rule that will ship in VS 2005 Team System. I'll be glad to show you around that code in the near future. 8) We'd also like to develop some analysis that accounts for other interesting test-related metrics, such as Halstead statistics. Another interesting idea for you to consider taking on in the future. Nearly forgot t ...Show All
