Young K's Q&A profile
SQL Server How can we verify the Clustering algorithm models?
Hi, all here, Since we are not able to use accuracy chart for Clustering algorithms there. So how can we verify the accuracy of clustering algorithm models here in terms of its classification and regression tasks Thank you very much in advance for your guidance and advices for that. With best regards, Yours sincerely, Of course, the strength of clustering is to find intrinsic categories in your data to allow you understand your data better. You can use Cluster Diagram, cluster profiles, cluster characteristics and Cluster discrimination to explore your data. As a domain expert, this tools should also help you validate the quality of the resulting clusters. We have different clustering algorithms, such as: K-Mean ...Show All
Smart Device Development Bluetooth device search
Hello! I have one problem: I wrote an application that recieves some information via Bluetooth. I use SerialPort profile to connect to the device. It worked at Qtek 8300 and O2 Atom. But when I bought my own PocketPC HP hx2490, I noticed that I can't change serial port numbers. And I want my program to work at all WinMobile-devices. How I can connect to the device form my application if I can't define what COM port is for Bluetooth I know the name and passkey of the device.... (or it is stored in the settings file). Please, help me. Thank you! I'm not quite sure what you asking... Do you have hard coded COM number in your application If so, change your code so COM can be configured by the user. Or, ...Show All
Game Technologies: DirectX, XNA, XACT, etc. From the top, Game Design 101 help please?
Greetings All, I've read multiple threads on the issue of starting out game design and programming and from them I have encountered many different directions that can be taken from where to begin. Let me explain my situation a little furthur then maybe someone out there will be able to help me out with a little bit of advice :) Ive mainly been in the art scene doing some modelling and so forth, not in any great complexity mind you, but enough so that I can do many tasks in 3D applications such as Maya. Now with the release of XNA as a game development framework my interests into this field have piqued somewhat. Now I have no previous coding or programming experience, but I do have a will to learn, and would love to know from ...Show All
SQL Server Unable to connect to Sql Server express using SQLCMD
Hello, I'm unable to connect to Sql Server express using SQLCMD. I've trawled through countless web pages to try to solve my problem but to no avail. Using windows 2000. I'm getting the message: HResult 0x2, Level 16, State 1 Named Pipes Provider: Could not open a coonection to SQL Server............... Sqlcmd: Error: Microsoft SQL Native Client : Login timout expired. I've enabled the various protocols in the Sql config manager...... Please help! Thanks, dom When typing my last post I'd have expected a syntax error, on closer inspection of BOL I realise -s specifies the column-separator when formatting.......I now understand my mistake! ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Where is the download?
It is 12:48 pm here (GMT + 1)... in Nuku'alofa (GMT + 13) it is tomorrow... So where the hell is my download link :-D It's just about 12:30 AM, my guess is you'll still have to wait several more hours, probably at least 8 and a half since the workday starts for most people in the US around 9 AM. Even then I don't expect to see it until later in the afternoon Pacific time. ...Show All
SQL Server Permissions used to Connect to SSIS on remote machine
We are trying to take advantage of the new Security Context for SSIS but users are unable to connect remotely to the SSIS Service unless they have been added to the Administrators Users Group on the server. I have tried adding them to Guests, Power Users, Remote Desktop Users, Users and SQLServer2005DTSUser$machine but the user is unable to connect. The message received when the user is unable to connect is: Cannot connect to 192.x.x.x Additional Information -> Failed to retrieve data for this request. (Microsoft.SqlServer.SmoEnum) -> Connect to SSIS Service on machine "192.x.x.x" failed: Access is denied What is the list of permissions and privileges that a user that does not belong to the server's Administrator group ...Show All
Visual Studio Team System Coudl not load type ProjectInitializationDetails from Assembly Microsoft.VisualStudio.TeamSystem.Data
After reinstalling the Data Dude, I get the above error with the effect that I can’t open any DB projects anymore. Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- I already tried that, reinstalling / reparing / restarting etc. Nothing helped at all. My luck that this was a Virtual machine with Undo disk, because the problem was not solved. HTH, Jens K. Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual C# constructor exceptions for objects in using list lead to problems
using ( TSomething s1 = new TSomething(1), s2 = new TSomething(2) ) { ...} if during creation of object s2 an exception should occur s1 will be taken care for by "using" (call to dispose) s2 will NOT be taken care of by using (no call to dispose) s2 intended object will be lined up for finalization (sometime) In other languages when a contructor fails the destructor will be autom. called. Here the destructor call is delayed. This leads to problems because it is recommended that constructor throw exceptions (when necessary of course) if constructor does it would have to free special resources (that it planed to do via Dispose / or destructor), something that would normally be reserved for Dispose & ...Show All
Software Development for Windows Vista XPS and Javascript
Is there a way to control viewing XPS files in IE7 using javascript Is there a way to start viewing a specific page using the command line when using the document viewer This feature is there in adobe reader and is very important for developers that are developing applications in other languages that .NET like C/C++/Java Thanks for your help. Abdullah Hej CTA, ofcourse I'm not 100% sure if it's the same DocumentViewer control (guess it's derrived from maybe) but according to Tim Sellers, MSFT it's built on the WPF-API, so why should they reinvent the wheel but you'll never know... (c; regards, Jo see also the other post I have found here in the forum: http://forums.microsoft.com/MSDN/ShowPost.aspx PostI ...Show All
SQL Server Changing connection string dynamically and Reports calling performance
Hi all, We've a web application (asp .NET) used by a different users mapped to different databases, and a single Server for reporting. We've define reports shared by all users because all databases schemas are same, and it reports deployment is not complicated. When the report is called, it’s queued in a separated thread, and we change the connectionstring of the shared report by SetDataSourceContents before calling the report service (using ReportingService. Render method) . Recently, we have a new problematic. We have implements a new web page that integrate the report result and it work fine. But the problem is that we have to queue all requests and the waiting time can be very important if a lot of request are queued .... I ...Show All
.NET Development Microsoft.JScript.Vsa.VsaEngine
I have a simple function: public static string EvalJScript( string JScript) { return Microsoft.JScript. Eval .JScriptEvaluate(JScript, Microsoft.JScript.Vsa. VsaEngine .CreateEngine()).ToString(); } that is used all over my .NET 1.1 application and am currently porting over to .NET 2.0. What is the working replacement for this code I found the following code on the net: [ PermissionSet ( SecurityAction .LinkDemand, Name = "FullTrust" )] [ PermissionSet ( SecurityAction .Demand, Name= "FullTrust" )] [ PermissionSet ( SecurityAction .InheritanceDemand, Name = "FullTrust" )] public static string EvalJScript( string JScript) { string result = string .Emp ...Show All
Visual Studio 2008 (Pre-release) XamlReader.Load Error
Can anyone tell me why I am getting this error XML from file... <Grid> <Grid.ColumnDefinitions> <ColumnDefinition/> </Grid.ColumnDefinitions> <Grid.RowDefinitions> <RowDefinition/> </Grid.RowDefinitions> <TextBlock FontSize="22" TextAlignment="Center" HorizontalAlignment="Stretch" VerticalAlignment="Top" Width="Auto" Height="50" Name="TextBlock" Text="Request Search" TextWrapping="Wrap" Foreground="#FFFFFFFF" FontFamily="Verdana" FontWeight="Bold"/> <Grid Margin="35,35,35,15" VerticalAlignment="Top"> <Grid.ColumnDefinitions> ...Show All
Audio and Video Development Programatically setting the default playback device (and recording device)
Under Vista is there a way to set the default playback device programatically I've searched through the APIs but I'm not seeing it. For example, there is a method IMMDeviceEnumerator::GetDefaultAudioEndpoint(), but there is no corresponding IMMDeviceEnumerator::SetDefaultAudioEndpoint(). Can I do this through the endpoint properties Thanks, that's a helpful suggestion (although in our case, it would require a substantial rewrite of our control panel, so this might be more of a long-term solution). Some of the most useful features of our control panel can't be implemented this way, though. We have a "preset" feature where a user can create named sets of all of their audio settings and easily switc ...Show All
SQL Server No full-text supported languages found in SQL Server Express with Advanced Services
I've downloaded SQL Server Express with Advanced Services from http: / / msdn. microsoft. com/ vstudio/ express/ sql/ download/ and installed all components. When I try to create a full-text catalog, I get the following message: No full-text supported languages found. select * from sys.fulltext_languages returns no lines. How can neutral, English or maybe Hungarian word breakers be installed Thanks Hi, I am having a similar problem. How do I go to maintenance mode I also can't find anything called "SQL Configuration Manager". cheers, Bernie ...Show All
SQL Server Bulk Insert -- Access denied issues
Problem: Insert a network file in the DB using BULK Insert Works for a local sqlcmd connection. Does not work for a remote sqlcmd connection. SQL Server is running on Machine 'WalRepTest'. User account for SQL Server Service: 'Domain\vivek_uppal'. This has admin privilieges on SQL Server machine and the machine hosting the file. I have 2 scenarios. Scenario 1 behaves as expected, Scenario 2 causes error. Scenario 1. Connect using sqlcmd from local machine Machine: WalRepTest Windows user: Domain\vivek_uppal Sql login using the cmd ...Show All
