kau's Q&A profile
SQL Server analysis services
Hello..... Anyone could help me I found a difficulties to view the mining result(tree) from analysis services 2000 in my vb 6 application form. I've tried to view the tree by using DMbrowser in vb6 so please help me with some code lines. Thanx a lot Take a look at the included source code in this download for the DMSample app (it's written in VB and it launches the viewers from the app): http://www.sqlserverdatamining.com/DMCommunity/Downloads/Links_LinkRedirector.aspx id=85 Note that the AS2000 license does not give you the ability to redistributable the viewers as part of your application. ...Show All
.NET Development Can not publish ASP.NET pages in IIS.
For some reson I cant deploy my webpages in IIS. I have been using VS.NET 2005 to develop some small assignments and using the internal webserver in 2005 to view them. But now I wanted to use some of my webservices remotely and I put them in my wwwroot. The errors I get is: Either when going to the webservice with my browser: -------------------------------------------------------------------------- XML-tolkningsfel: ej valformat (XML-interpretationfault: not well formed) Adress: http://localhost/affarslabben/ (Address: *) Radnummer 1, Kolumn 2: (Row 1, Column 1) <%@ page language="C#" autoeventwireup="true" inherits= ...Show All
Visual C# How does one turn OFF auto compile?
It seems that the ide is doing some kind of auto compile during development time. IE, I will type in something and it automatically puts a red underline under some that is wrong. How can I turn this off. It makes the ide unusable on my system. thanks Ralph Ralph, The C# IDE doesn't do any compilation of code until you ask it to run or build the project. It does, however, do some analysis of the code in order to provide Intellisense and some minor error detection (as you've noticed with the red underlines). Can you be more specific about the problem you're experiencing Thanks, -Tom Meschte ...Show All
Visual Studio Team System Exclude a File from Source Control
Hi, I'm working with TFS Beta3 refresh and i need to exclude one folder in my project from source control but keep it as a part of project. There are arcticles explaining how to do this http://msdn2.microsoft.com/en-us/library/66tw9ezk.aspx but i think it referes to VSS because i can not find menu item " Exclude from Source Control" where it suppose to be according to the article. Any help will be appriciated. Maxim Exclude from Source Control does only apply to files. I should add that there was a regression from Beta 2 to Beta 3 where Exclude From Source Control is not being shown for ANY items on the File- ...Show All
SQL Server JDBC: DatabaseMetaData.getURL() returns jdbc:sqljdbc://
Hi, I'm using: Microsoft SQL Server 9.00.1399 Microsoft SQL Server 2005 JDBC Driver 1.0.809.102 Executing the DatabaseMetaData.getURL() method when database is connected returns "jdbc:sqljdbc://". The documentation for getURL() specifies that this URL is returned only when accessing pre SQL Server 2005 versions while when connected to 2005 it should return the correct URL (ex: jdbc:sqlserver://192.168.1.105:1223;databaseName=test) My question is why I don't get the correct URL as I connect to a 2005 database (Another related question is why a proper URL is not returned even when connected to a pre 2005 database ) Regards Roger Minq Software ...Show All
Visual Studio Express Editions Help me, please
Hello, my name is Vinnie and i'm new at this forum and I know quite a bit VB2005 and I'm 14 y/o. I'm running a gameserver wich needs a daily restart. And I'm too lazy to restart this server all by myself every single day. That's why I have builded a program called: PowerTimerc. Here's a picture of my program while debugging: http://img80.imageshack.us/img80/1852/pt7fa.png It has the current time: "huidige tijd", the start time: "Start tijd" and the stop time: "Stop tijd" All these times can be set. And I think I made it solid. Because you can't get a higher number then 25 or 61 and it will drop a format e ...Show All
Windows Forms MDIChildren flickering very serious problem!!!
I am designing a MDI Application with the MIDChildren all in normall windowstate property. I create de (child)forms with a borderstyle.none, and make them a MDIChildren before I show them. This works OK, except that when the forms are created, they show up in the client area of the MDIForm, not maximized, with a caption, very shortly, before they are finaaly filling the client area. In other words, there is a short flicker when a new form is created and displayed. This process is most noticeable with a not-so-powerful PC (or is it a not-so-fast-display-card ). This phenomenon has been reported on several occasions in the newsgroups, but a c ...Show All
Visual Studio Express Editions yadda yadda for Dummies -- getting data into my VB thang
I posted this here , but realized it may have been in the wrong place. WDIK yadda yadda for Dummies -- getting data into my project. OK, here's another newbie question. I run a third party app. I've been able to take data from that app, and by "pasting as link" into excel, manipulate the data (yes, "paste as link" was a new discovery for me, so now you get my level of experience). Now I want to do more stuff with this data, stuff that is cumbersome in a spreadsheet. It would seem to me that if I can paste it into a ...Show All
Visual Studio Express Editions Need help with for and pictureboxes
I'm making a map editor to make maps Every tile is a picurebox. In the menu there is a command "New" wich will load all the default pics into the picturebozes, so you can make a new map i created this for statement dim i as integer For i = 0 To 391 PictureBox(i).image = My.Resources.Image_default Next i But this doesn't work. There is something wrong with the PictureBox(i).image Please help me. I'm using vb2005 Thanks in advance, Radexxion "There is something wrong with the PictureBox(i).image" doesn't really give much idea of the problem you are having. Have you created an Array called ...Show All
Architecture How to clean recent documents and access in batch mode
Hi, Everybody knows that windows 2000 or XP keeps track of recent documents and accesses. I would like to know if there is any way to clean that automatically at reboot or in batch mode. I know that i can do that using the "Clear list" button, but i need anything more "automatic". We need to clean the following: - Recent Documents - Recent accesses (for example when your run programs from statrt -> run) Regards, Pebeto Hi, The recent docs and start\run info is stored in Registry under the hive HKCU: Recent Docs -> HKEY_CURRENT_USER\Software\Microsoft\W ...Show All
Visual C++ why can't I use a vector<T> in in my C++/CLR DLL?
#include <vector> using namespace System; public ref class SHELLS { public : SHELLS( void ); long shKey; int * faces; HPoint* pts; int faceCt; int ptCt; ShellTypes type; String^ path; }; ==> typedef vector<SHELLS> HShells; <== I get this compile error: error C2143: syntax error : missing ';' before '<' Use std::vector or put using namespace std somewhere within scope. Snickel65 wrote: #include <vector> using namespace System; public ref class SHELLS { public : SHELLS( void ); long shKey; int * faces; HPoi ...Show All
SQL Server Remote Connection problem on MS SQL 2000
Hello, First, I want to say I read all threads similar this thread and I couldn't solve problem. My firewall is always off when I tried to connect remotly to SQL Server. I opened 1433 port from my router's configuration page and forwarded it to 10.0.0.4:1433. When I started SQL Server service and checking "netstat" with "-na" paramters. It shows only one row as "TCP - 0.0.0.0:1433 to 0.0.0.0:0". What "0.0.0.0" means and why foreign addres port is "0". I guess, It should like to be "TCP - 10.0.0.4:1433 to OutsideIp:1433". I removed forwarding from my router and used Windows's Network Connection to forward ports. I opened ...Show All
Smart Device Development need a sample application
hi there, its my 2nd post, plz help me. i need a sample application to start with, for windows mobile 5.0 for pocket pc. any small application will do, even an hello world application, or plz tell me from where can i get one. also plz suggest me sum good books for development. thanx alot in advance regards harry Please read from here about the Smart Device Development with Visual Studio 2005 http://msdn2.microsoft.com/en-US/library/sa69he4t.aspx You will need to install Windows Mobile 5.0 SDKs from here http://www.microsoft.com/downloads/details.aspx FamilyID=83a52af2-f524-4ec5-9155-717cbe5d25ed&DisplayLang=en to do ...Show All
.NET Development The server committed a protocol violation. Section=ResponseStatusLine
Hello, I have a webservice that is done in JAVA in another part of the world and I want I try to consume it I got that error. When I try to consume that same webservice inside my intranet I got no problems. protected void Button1_Click( object sender, EventArgs e) { AudioRespuestaService proxy = null ; try { proxy = new AudioRespuestaService (); //WebRequest req = proxy.getWebRequest(); proxy.AllowAutoRedirect = true ; proxy.PreAuthenticate = true ; CredentialCache credencial = new CredentialCache (); credencial.Add( new Uri (proxy.Url), "Basic" , new NetworkCredent ...Show All
Visual Studio 2008 (Pre-release) DataGridview with DLINQ
Using Visual C# Express in a Windows Application I write with ADO.Net: SqlDataAdapter sql_adapter = new SqlDataAdapter("Select * from Customers", "Data Source=.\\SQLEXPRESS;AttachDbFilename=northwnd.mdf"); DataSet ds = new DataSet(); sql_adapter.Fill(ds); dataGridView1.DataSource= ds; dataGridView1.DataMember="Table"; May somebody translate previous sentences used in a WinForm to show in the datagridview the customers rows, for similar using DLINQ Thanks in advance Roberto Hello Roberto. Just for suggestion for you, I recently w ...Show All
