xRuntime's Q&A profile
SQL Server Cube deployment issue SSAS 2005
Hello all, I got an issue with deploying my cube. I am new to SSAS 2005, and I cannot find the option to define which account to use with deploying. I managed to choose the server for deployment, but strangely enough, no user can be selected, so when it deploys, it throws an error stating the standard windows login isn't valid (wich is correct, but I do not want to use standard windows login). I have watched the firewall, and the port configuration seems to be okay. The connection is closed abruptly. (FYI, I use ISA2004, and port 2382 is open, 2383 I do not get opened yet, but it isn't accessed either) The error message is: Error 1 The project could not be deployed to th ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Grid using triangle strip?
Hello, sorry if this is a stupid question, but I was wondering is it possible to draw grid of triangles using triangle strip instead of triangle list I guess you can do this by turning culling mode off, but I was wondering is it possible to do with culling on Thanks, ErnisJ thanks guys! I think for now I will use triangle lists and later on if there will be real need I'll try triangle strip as well. ...Show All
Connected Services Framework HelloWorld Sample-CreateSession times out
hi, Can somebody tell, why should the CreateSession time-out . After clicking CreateSession button, the status continues to show "create session in progress", and after some time, it times out. Links are all proper. thanks,. anita Hi, thanks for ur reply. We specified the windows credentials in the code itself, while creating session as message.Header.Security.Add(new UsernameToken("username", "password", PasswordOption.SendPlainText)); But still resulted in an exception (input trace) <processingStep description ="Exception thrown: User 'username' is not authorized to access the service ."> at Microsoft.Web.Services3.Design.Au ...Show All
Game Technologies: DirectX, XNA, XACT, etc. About XNA: Sky, Landscapes and Models
The basics that we expect from a rendering suite, game engine or whatevers, is to be provided with tools about Skies.. or Landscapes loagin.. or to load models in diferente formats, like 3ds, .x, .obj.. so.. whats about this and XNA . All the material that i saw until the moment was about 2d drawing... y just got that in only 2 days because i had a little experiencies with anothers engines.. like OGRe or Irrlicht.. i decided that XNA is the way to go for my next title because we can target on Xbox 360..... and.. well.. the million dollars questio(s) are... How can i load landscapes with heigtmaps for example.. How can i load an obj object what about that strange format WXM , or SWM What about a accurate collision detection ...Show All
.NET Development WSE/DIME - WSE352: The size of the record uuid:{g-u-i-d} exceed its limit
I've gotten DIME attachments to work, but I'm running into the infamous 4096 limitation. How can I download a 20 meg file as a DIME attachment I've tried the maxRequestLength setting <messaging> <maxRequestLength>-1</maxRequestLength> </messaging> but this doesn't have any effect. Actually, looking at the docs indicates to me that this setting has an effect for uploads, rather than downloads since this is intended to prevent denial of service attackers from submitting large file uploads to the server. How do I download really large files via DIME attachments Thanks! - Joe Geretz - Are you using WSE/DIME or native Web Services (Base64 encoded string) I ...Show All
Visual Studio Team System Ignored Tests
Hello Is there any way to retrieve information on the amount of ignored tests in a test run or test project I would like to show in a report the amount of tests failed, passed and ignored. thanks Hi Clara, In order for TFS to know about a test result, it needs to be included in a test run. When that test run is published, then TFS (and the warehouse) will know about it. From your question, it sounds like you're asking about tests that are not executed because the test run was aborted before it was published. If so, then yes, you can make a report for that - those results for tests not executed will appear in the warehouse. If not, then you might have to do some manipulation yourself ...Show All
Visual Studio Team System Code coverage is not enabled for this run
Hi, Previously I have successfully perform a code coverage of the code being tested. However, after I tried to log in to the TFS with another account I could no longer perform the code coverage even after I logged in to the TFS with the original account. The message shown is 'Debugging tests running on a remote computer or with code coverage enabled is not supported. The tests will run under the debugger locally and without code coverage enabled.' Regards chionhhm Dear Eric, Thanks for your reply. The other account was not in used and was also removed from TFS. I tried the command line you have mentioned and it produces the following error message: Error VSP1306 : Profile Monitor doe ...Show All
Windows Live Developer Forums The issue concerning the multi - people game develpement on MSN
Can we develope the gane for 3 people by MSN like the pokergame, to play in turn I need some help to slove this problem Plz~~ ...Show All
SQL Server How do I install SQL Server Management Studio
From everything I read SQL Server Management Studio is only installed when you install SQL 2005 server. I am using SQL Server 2000 sp3 so I have the Enterprise Manager. Is there a way to install it or some other tool I can use to manage/view my sql everywhere database You could install the SQL Express management Tools and try them. ...Show All
Visual Studio Express Editions multiple calls to a form but I want only one instance. ?How?
Suposse the next hipotetical case: I have a form ( frmMain ) with two buttons: About and Exit . Exit (obviously) has the this.close(); code About on the other hand maks a call to a new form caller frmAbout Now, my problem is every time I press the About button a new instance of the form is made. the code in the cmdAbout_Click() is this frmAbout AForm = new frmAbout(); AForm.Show(); What I want is to archieve is: If I press the About button then the About form appears If I press the About button again while the about form is still open then nothing happens If I press the About button after closing the form then (go to option 1) Exactly the same way the "Insert->Symbol" works in MSWord ...Show All
Windows Forms Generic List Databinding to windows form
H i All, I am trying to bind a generic list to the datagridview in the windows application. The data's are bnding and I could see the data's. The generic list is of type "customers" which has customerid, companyname,ContactTitle,Contactname etc. I have only three textbox columns defined in my grid but while binding entire customerdataobjects is getting binded.Ideally only the three columns such as customerid,companyname and contactTitle should have binded. why is this happening Did I need to specify any other settings other than this..... could any one guide me through this regards, Santha Hi Charles, I binded the grid using datasource property in the code behind. ...Show All
Windows Search Technologies HELP #msntb_toolbar_full_name#
I keep getting this message not installed, how can i stop this message from always popping up. Thanks, annemariesokalski@hotmail.com Here is how i got rid of it went to my computer , program files looked for MSN tool bar moved it to my desktop closed my Computer and program file and deleted it, do not try to delete from program file it will say in use hope this helps ...Show All
Visual Studio 2008 (Pre-release) orcas alpha
maybe it is not 100% linq related (I personaly think that it is ;p) on friday first public alpha of vs orcas has been relased (or is it vs2k5 on net4 steroids ) http://www.microsoft.com/downloads/details.aspx FamilyID=82243606-d16d-445c-8949-9ee8c10cda2e&DisplayLang=en aviable as vpc image. some info @ dowload page I've not seen anything new in the Orcas CTP; in fact it supports only a small fraction of the LINQ features. I think its purpose is more to keep us informed as to where they're at with productization. I don't consider this disappointing - I'd much rather MS take time with this and get it right, given that they're changing C#. In the meantime, we've got the LINQ preview to give an idea of t ...Show All
Visual Basic Playing a windows media video file on a DVD player??
I burned a windows media video file (video of a singer singing-15MB) onto a DVD-R and it will not play on my DVD player that is hooked up to my TV. Is that normal that a DVD Player will not play a windows media video file or do I have a problem Thank you. Rich ...Show All
Visual Studio Express Editions LNK2019 Error-Please help
#include <stdio.h> mail() { printf( "hello world/n" ); } ....Thats straight out of a book i just ordered and everytime i hit build solution like it tells me to this comes up.... LIBCMT.lib(crt0.obj) : error LNK2019: unresolved external symbol _main referenced in function ___tmainCRTStartup C:\Documents and Settings\Brett\My Documents\Visual Studio 2005\Projects\hello\Debug\hello.exe : fatal error LNK1120: 1 unresolved externals Build log was saved at "file://c:\Documents and Settings\Brett\My Documents\Visual Studio 2005\Projects\hello\hello\Debug\BuildLog.htm" hello - 2 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ========== Anyon ...Show All
