nezoat's Q&A profile
Windows Live Developer Forums Get the status of my friends in a web page
Hello, I would like to show the MSN messenger status of my friends on my web page. Do you know how I could do this with javascript or PHP or even other languages Thanx in advance, It is possible to do it, if your friends have Web2Messenger . See this page for more info. ...Show All
SQL Server Analysis services: Locking partitions
Table A in SQL Server 2005 is split in partitions where the oldest partition will be deleted when the new partition fills up. Data aggregation using Analysis Service is powerful, but when syncronizing against the database, source data from the deleted SQL Server partition/file group is removed and aggregations in Analysis Service will be updated. Is there any possibility to avoid updating the data for certain partitions and lock the data in partitions in Analysis Service ...Show All
Visual Studio Team System Could I work off line with Team Foundation Server?
It seems I could only connect to the TFS to work with work items such as bug, task, etc. Could I work off line with the Server Sometimes I have to work at home. Could I make a dial-up connection to the remote server in company, see is there any bugs related to me, then disconnect from the network, after I modify the source code, and reconnect to check-in my modifications to the code and change the state of the bug Thanks! Shelving is something else. When you shelve your work, you're effectively (but not precisely) checking it into a new branch (made just for you). When you unshelve you're getting that branch and then del ...Show All
Visual Studio 2008 (Pre-release) FatalExecution error when applying Setter to Window
Still trying to set a property based on the state of another property. Here's the entire XAML file. < Window x:Class = " WPF_Spectral_Device.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " Title = " WPF_Spectral_Device " Loaded = " OnLoaded " Height = " 298 " Width = " 696 " WindowStyle = " SingleBorderWindow " > < Window.Triggers > < Trigger Property = " buttonClose.IsMouseOver " Value = " true " > < Setter Property = " TitleProperty " Value = " New Title ...Show All
Visual Studio 2008 (Pre-release) SvcUtil Problem
I have class that is defined as Data Contract . After SvcUtil Generate proxy all memeber define as ExtensionDataObject. The Code before use in svcutil [ DataContract ] [ KnownType ( typeof ( IntArray ))] public class CUserServerInfo { public string m_ServerName; public IntArray m_ArrayChannelPermission; public IntArray m_ArrayOperationPermission; } [ DataContract ] public class IntArray { public int [] m_IntArray; } And the code after use in SvcUtil [System.Runtime.Serialization.DataContractAttribute()] public partial class CUserServerInfo : object, ...Show All
Visual Studio Team System MS project 2003 bug with autolink when outlining
Hi Every body, I really need some help with this. I have been using MSProejct since before Windows and recently upgraded to 2003 Standard. Firstly, I discovered by accident that the outlining function on the as shipped version was not working properly and updated to SP2. (is this the latest ) Now however, I am experiencing another major issue After setting up a list of tasks with dependencise and then trying to outline using keyboard short cuts or the mouse. MSP IS BREAKING LINKS ! even though I have Autolink switched on This is a real problem , thankfully it was not a big schedule but it resulted in almost all of my links b ...Show All
Visual Studio Team System False Positive: DoNotInitializeUnnecessarily
I am getting a false positive on code like the following public class Fred { private string a; public Fred( int i, int j ) { Bert bert = Bert.ManufactureBert(i,j) this.a = bert.Property1; if (bert.Property2) { this.a = null; } } Yes, I know I can rewrite, but a) that means I have to invent a new local variable name; b) Property2 is almost always false. Notes: a) The above is a simplification of the actual code. b) I am using FxCop 1.32 (as that appears to be the last version that runs on .Net 1.1) I simplified too far :-(. Closer would be: p ...Show All
.NET Development Another Reflection Question
Hi, I am working on using Reflection for a plug-in application, using dlls, the app will be done in C+.NET. I have been able to see the meta-data in the dlls, and that is about it. How can I take a class that is in the dll and create an imstance of it Is there a method within the Reflection class, MethodInfo, that I can use to do that Thanks in Advance Hoop Hi, I finnally got it. Took a cast, BaseModuleClass *plugin = dynamic_cast<BaseModuleClass *>(instance); pulgin->buildModule(); Not sure if that is the best way but the dll did start running. Thanks For the direction Hoop ...Show All
SQL Server SQL Server 2005 SP1 "GetServiceuserGroup failed"
Hi all, I upgraded a SQL Server 2000 Enterprise to 2005 Enterprise and would now install SQL Server SP1 but get a failure on Database Services. Expected errordetails from logfile below Any help is highly appreciated. TIA C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\sqlboot.dll Version: 2005.90.2047.0 MSI (s) (CC!78) [13:05:27:911]: PROPERTY CHANGE: Adding checksum.CC1A8C58_27D1_4D38_BF1B_C0A5CBB90616 property. Its value is '#x3837336666663065623832623034376231303531363832313030636630333337383462613236306432653864346266383935386336366339323130666462346237356437613162383030346461633936383964343330363136313835373764 ...Show All
SQL Server Blob as text
Hi, I have a conversion application which convertts an access database to an sql server(different versions). I'm using stored procedures. The thins is that I export the OLe Object form access to SQL varbinary. what I do is to convert the binary data from the OLE Object to string using ToBase64String. The thing is that when I execute the SQL statement I get the following error: Error:Operand type clash: text is incompatible with varbinary. Can anyone tell me what I do wrong and how can I fix this Thanks. Can you post the SQL Statement that is being sent At the very least print the text out and ...Show All
Visual Studio VSS get on command lind
Can I do a command line vss get with the option of using the checkin timestamp rather than the current time (default) This is apparently an option in the GUI. Please check this article http://msdn.microsoft.com/library/default.asp url=/library/en-us/guides/html/vsgrfcmdline_switchv.asp ...Show All
.NET Development How to call external function defined in microsoft jscript
Hi there, I need helps. I have a function defined in hi.js. ------------------------- function hi(){ WScript.echo("hello !") } ------------------------- Now, I want to call this function in callhi.js ------------------------- hi(); ------------------------- I put both of them in a directory. But it does not work. I don't know why, because in WinXP, C:\WINDOWS\PCHealth\HelpCtr\System\scripts, they can call external function. See Common.js and HomePage__SERVER.js in this directory. Regrads, Tany. If there is no mechanism in the host you are using, the only other possible solution, though a bit of a hack, is to read ...Show All
Visual Studio Express Editions Does Microsoft support people ever come here to help people out?
Otherwise what can we do There are several Microsoft employees around here, but it's really meant as a site for the community, where we help each other out. If you experience that you're not getting responses to your questions, maybe you're asking the wrong way. Here are some tips to help you get better results. ...Show All
SQL Server Analysis Services through Management Studio: cannot connect. Possible workaround.
I have a SQL server 2005 developer edition installation on my Windows XP SP2 workstation. SQL Server was installed after Visual Studio 2005 pro, and therefore after SQL Express. From what I recall, SQL Browser was also installed with SQL Express using the Local System account as the Browser service account. As per best-security practice, I have installed 2005 developer edition with the accounts for the services as local accounts (different account for each service). Obviously, due to the VS2005 install, Browser was installed using the Local System account. I therefore created a local account for the Browser, and put it into the SQLServer200 ...Show All
Game Technologies: DirectX, XNA, XACT, etc. I loaded a mesh and it gets drawn weirdly....
I'm trying to load the airplane formthe dx9 samples. For some reason it gets drawn weirdly: http://img20.imageshack.us/my.php image=dx9thinger4vh.jpg Here's how I'm doing it: public class Model { Mesh mesh = null; Material[] materials = null; Texture[] textures = null; public Model() { } public Model(Device device, String filepath) { ExtendedMaterial[] tempMaterials; mesh = Mesh.FromFile(filepath, MeshFlags.IbManaged, device, out tempMaterials); if (tempMaterials != null && tempMaterials.Length > 0) { materials = new Material[tempMaterials.Length]; textures ...Show All
