kasl33's Q&A profile
.NET Development Trouble passing webservice credentials between two servers
I have developed a webservice on one of our servers (SERVER1) on our LAN. From my workstation, I can use IE and successfully connect to .aspx pages on server1 that call up the webservice on server1. The code in the .aspx pages declares the credentials for the webservice so that it impersonates the user that is requesting the page: proxy.Credentials = System.Net.CredentialCache.DefaultCredentials; That way, the webservice knows who the use ...Show All
Visual Studio Express Editions Project Types and Templates Gone.
I've been using VB 2005 Express Beta 2 for a few months now, and suddenly they're gone. i click on new project, and the window comes up asking me to select the project type, and/or a template, but there are no types or templates available. anyone know what may have happened are the types and templates stored as files in a certain directory I've tried repairing the installation, and it said the installation was a success, but there was an error. ...Show All
SQL Server HTTP Access to Analysis Services 2005
Anyone know how to configure this yet Would like to be able to test client access to Analysis Services 2005 using an http connection instead of a direct connection. It doesn't look like this is documented in BOL yet (at least not in the June CTP build). Thanks, Dave Fackler You will probably have to configure Kerberos for authentication. Here is a link of how to setup this: http://www.mosha.com/ ...Show All
SQL Server DTS erroring on index in unicode conversion
I have undertaken the following process to convert a database to unicode support. This is sql 2000 SP4 - Create a new database dbnew - Script the old database dbold with all objects, everything, and dependencies - Global replace varchar with nvarchar (etc etc) in the script - Execute the script to create all objects into dbnew - (Objects all exist fine) - Startup DTS and choose olddb as the source, newdb as the destination - On DTS step 3 cho ...Show All
Visual FoxPro Selection of multiple rows of a column in Grid
Hi, I am a newbie and using FoxPro 8 in XP. I was wondering if we can select multiple rows of a grid column using the shift key. I have a combo box in one column of a grid. I want to fill several rows at a time with the selected combo item. How can I select multiple rows of a column It should be just like how we select multiple controls at a time in a form to change the font style or size etc. Can any body please give me a hint or source ...Show All
.NET Development Problem with AutoNumber key column
Hi, I'm using dataGridView in VS 2005 environment. And I observed that the AutoNumber key columns increments the number whenever I sort on the grid. Scenario to reproduce the problem is: -bind the grid with 'Employee' table.(EmployeeID column is Primary key and it's AutoNumber) -Sort on the gird. Observe: EmployeeID column displays different number at each time when we sort the grid. Any idea about this Any comment i ...Show All
Visual Studio Express Editions Visual Basic Problems Using DirectX 8.0
ok, What I really would like is to download visual basic 6.0, but I cant find anywhere to do that.. My problem with visual Basic express edition, is I cant seem to get my reference to Directx 8 to work, I have reinstalled directx 8 and VB but it still wont work for me, any ideas> I am programming in BASIC and am very new at it... if anybody could help me I'd be very thankfull, you can contact me by emailing me at Lukeskiwalker@b ...Show All
.NET Development .NET SQL Client and T-SQL "PRINT" Commands
Is there any way to retrieve the output of T-SQL "PRINT" commands from .NET -Ryan Yep, subscribe to the InfoMessage even in SqlConnection. The Message property in the event args object will contain the string that you put in the PRINT statement on the server side. Pablo Castro Program Manager - ADO.NET Team Microsoft Corporation ...Show All
Visual Studio 2008 (Pre-release) Next version of Linq?
I was just wondering... Even better would be if said latest bits came with a "use-at-your-own-risk-in-live-production-environment" license :) ...Show All
Visual C++ How do you create a single .exe installer file?
I'm a psychology grad student at Miami U. in Ohio, and I need to come up with a way to create an installer for a program that is a single .exe file. I have been using Installshield for Microsoft Visual Studio C++ 6 to create an install disk with all the files needed for install on it. However, I need it to be just one file, so that when someone downloads it and opens it, it will begin the install and extract all the needed program files from jus ...Show All
Visual Studio Express Editions Failed installation of Microsoft SQL Server 2005 Express Edition Beta2
In my log afterwards located at: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files I get under filename: SQLSetup0001_'MyComputerName'_Tools a message : Product: Microsoft SQL Server 2005 Tools Express Edition CTP -- Configuration failed. MSI (s) (08:80) [19:28:46:487]: MainEngineThread is returning 1638 ' Another version of this product is already installed. Installation of this versi ...Show All
Visual Studio 2008 (Pre-release) Peer to Peer questions
Could someone please answer the following questions: 1) Is there any way of retrieving a list of all the PeerNodes on a mesh without a central server 2) Is there a simple way of finding active meshes 3) Is there any programatic way of setting a wifi card to ad-hoc mode I know this one isn't WCF specific, but it may be useful for other Peer to Peer developers. Thanks, Joe At the PDC BOF on P2 ...Show All
Architecture sql server service pack problem
Hi, I am configuring the biztalk server on my machine running with windows 2000 professinal and having sql server client installed. After configuring al he databases, when biztalk configuration application starts creating the databases, it gives me error " sql server 2000 service pack or higher is needed". Please note that my machine is running sql server 200 client and connecting to remote sql server 2000. After this i installed the r ...Show All
Visual C++ load a COM dll dynamially
Hi, Is there any way to load a ATL COM dll dynamically(with the help of LoadLibrary) and call a particular interface method guide me to a sample code. Thanks &Regards. Hi, Sure. Try using the Assembly.LoadFrom: Assembly asm = Assembly .LoadFile(path); object obj = asm.CreateInstance(typeName); Let me know if that helps, Regards, ...Show All
Windows Forms Dissafected user in need of help
Im having a big problem and if anybody could help id be very happy. I had to install a new hard drive after i accidently screwed my old one up by making it HFS+ (long story). Anyways i went to put a new one in and after i reinstalled xp pro it dosnt let me activate. I continually update my computer and windows seems to think ive used all my licenses when in reality its the same comp. Is there anything i can do (besides r ...Show All
