kristoff1313's Q&A profile
Visual Studio Team System Unable to connect to team server
After completely re-building my 3 servers, I've got VSTS installed again. Now a new problem: When I try to add a new team project, I get an error "Unable to connect to this team foundation server". Possible reasons: - Server name or port number is wrong (it's not) - I don't have sufficient permissions (I'm logged in as the Domain Admin) - The Team Foundation Server is offline (how can I tell The server machine is definitely up ...Show All
SQL Server Count members of result set
Hello there. I craeated a query wich returns me a list of PatienIDs. Now I want to count the returned rows. First the query: With MEMBER[IBIdim_LEP_Date].[Range] AS 'sum([IBIdim_LEP_Date].[2005-01-01]:[IBIdim_LEP_Date].[2005-01-03])' SELECT {[IBIdim_LEP_sex].[female]} on 0, non empty ({nonemptycrossjoin([IBIdim_LEP_PatientID].children)}) on 1 FROM IBIcube_LEP_AKZ1_sex WHERE ([IBIdim_LEP_Date].[Range], [IBIdim_LEP_Stations_Grup].[M Chirurgie], ...Show All
.NET Development Getting Computer Name
Hello, I want to get information about Computer Name, User Name etc. I used function known from VBA, which was quite simple: Private Declare Function apiGetComputerName Lib "kernel32" Alias _ "GetComputerNameA" ( ByVal lpBuffer As String , ByVal nSize As Long ) As Long Function Machine_Name() As String 'Returns the computername Dim lngLen As Integer , lngx As Lo ...Show All
.NET Development problem accessing web service
Hi I am new to ASP.Net world. I am having problem adding a web reference or even running wsdl.exe. I get the error - Error: There was an error processing 'http://www.webservicex.net/stockquote.asmx wsdl'. - There was an error downloading 'http://www.webservicex.net/stockquote.asmx wsdl'. - The underlying connection was closed: Unable to connect to the remote server I can access the site and see the wsdl contents just f ...Show All
Visual Basic VB and app.config
Hi, .Net 1.1 allows you to access the appsettings values from app.config file using the following System.Configuration.ConfigurationSettings.AppSettings( "office" ) But in .Net 2., I am trying to use ConfigurationManager but I did not see the ConfigurationManager from the intellisense dropdown list. Please help how to get AppSettings values. I am creating a Console application. Thanks You will need to add a ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Problem Installing Direct X 9c
I have problem installing it cos it always complete straight away. i check the version its still the same. This is my Direct X log File 03/18/06 12:36:36: dsetup32: === SetupForDirectX() start === 03/18/06 12:36:36: dsetup32: Feb 3 2006 07:30:18 03/18/06 12:36:36: dsetup32: DXSetupCommand = 0. 03/18/06 12:36:36: DXSetup: DSetupCallback(): Phase = 0, Steps = 0 03/18/06 12:36:36: dsetup32: DirectXSetupIsJapanese == 0 03/18/06 12:36:36: d ...Show All
SQL Server installing SQLDMO 2005
This article describes how to install SQLDMO 2000. http://support.microsoft.com/ kbid=326613 Anyone know the procedure for SQL 2005 The procedure is basically the same. You need to register SQLDMO.DLL (typically located at %ProgramFiles%\Microsoft SQL Server\80\Tools\binn): regsvr32 sqldmo.dll For SQLDMO to work MDAC must be installed on your machine. Hope this helps, Artur Laksberg ...Show All
Visual Studio Team System Source Control Output Window - Kudos
Kudos to the TFC team for finally getting some output in the Source Control channel of the Output window that's actually worth reading! I did notice one bug though - if Source Control is the first thing to write to the output window, it fails to create a channel to write to (e.g. open VS and immediately do a Get Latest - no output is produced). If I do something else (like a build) that writes to the output window first, then Source Contro ...Show All
Windows Forms GDI+ graphics and viewport
Hello, I am using .NET 2.0 and building a custom control. There are multiple graphics elements that I would like to render on the surface. When drawn together they form the complete control image but need to be managed separately because they might have different scale, units, move indendently, and are updated at different times for different reasons. My idea was to maintain several buffers or graphics objects that I could use draw int ...Show All
Windows Forms VS Bogging Down - How Do I Stop It
My Visual Studio is starting to <u><b><color="red">REALLY</color></b></u> bog down to the point that it is becoming unusable. I'm pretty sure the background debugger causes this bogging. I've got a single solution open with 2 projects. On ...Show All
Visual C# winform flickering problem with Framework 2.0
Hi. I have a winform with a background image and a listview control, When i load the form i resize the form to the size of the primary screen on the form_load event. i get a flickering effect before the forms loads. I tried different ways but could not get a work around for this problem ... I appreaciate if anyone could suggest some wayout .... Btw i am using VS 2005 .NET 2.0 thanks ...Show All
Windows Forms Possible bug's in listbox vb.net 2003
1. When doublebuffering is enabled in a ownerdraw(fixed) listbox like so: SetStyle(ControlStyles.UserPaint, True ) SetStyle(ControlStyles.AllPaintingInWmPaint, True ) SetStyle(ControlStyles.DoubleBuffer, True ) <edit> SetStyle(ControlStyles.UserPaint, True ) breaks the listbox <edit/> Then the listbox stops painting properly. Don't tel me this is by design ;) 2. when you set a databind the listbox in the designer and fill on the ...Show All
Visual Studio Team System EUP template?
When can we expect Essential Unified Process (EUP) methodology template for Team Services Hi Niko, I am not aware of anyone working on this. The closest that I know of is Ivar's work in this area. Randy MSF ...Show All
.NET Development String encoding
Hi all, I use a webservice by mobile calling it. in the mobile I enter data and send it as a string to the webservice. The mobile deal with the data as UTF-8. when I send the string to the webservice I recieve marks. what can be the problem What is the encoding method in the webservice side The string in the mobile looks like: "\u12EA\u23SE..." How can I check the encoding method. Please help... ...Show All
SQL Server Chart Planning
I am creatinga dashboard of 4 charts initially. I see that in SSRS 2005 Report Designer all I have to do is drag fields from my dataset into my chart in layout. Looking forward though, what if my clients want to do click-throughs, or even see the data behind it in a report fashion. I am worried that if I just use a straight chart object based on just dataset fields that I'll have to rebuild the report from scratch in a report layout if they actu ...Show All
