Trenor's Q&A profile
Visual Studio 2008 (Pre-release) IStubMessageInspector?
What is the equivalent of the IStubMessageInspector in RC0 release If I need to write a Messae Fixer at the service side, how do I go about doing that now Kishore System.ServiceModel.Dispatcher. IDispatchMessageInspector http://windowscommunication.net/collateral/pages/BreakingChangesJanCTPToFebCTP.htm http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/cpref20/html/T_Syst ...Show All
Visual C++ vs .net 2003 class wizard problem
Hi, I'm running vs .net 2003. If I start a new mfc project, add a dialog resource, then enter the class wizard to add a CDialog class to my project, everything works out fine. But if I make a blank Win32 project and start making an mfc project by hand, and try to do the same thing, the class wizard will just exit without making any files or adding anything to my project. Any advice I tried changing the project settings t ...Show All
SQL Server Configuration for SQL 2000
Hi, What configuration steps should I do to enable my .NET web application to access my SQL 2000 database I have SQL Server 2000 SP3, SQL 2005 Express, SQL 2005 and VS 2005 installed on the same machine. Is it anything to do with the NT Authority\Network Service or ASPNET account that I need to allow access to or what Kinda lost here... been banging my server for the past week. Cheers! There are several o ...Show All
Visual Studio 2008 (Pre-release) LINQ syntax in VB.NET
I've been looking into this LINQ thing, and it's looking good. Thumbs up! I watched the videos on Channel9 with the Great Dane Anders Hejlsberg (ok he lives in the US but I like to think of him as Danish) - godt gaet Anders og co! I really like the syntax in C# where you turn the query around when compared to SQL, so it is like FROM {x} WHERE {y == 1} SELECT {z}. This I understand was done because of IntelliSense, which is great. Now I have lear ...Show All
Visual Basic Selected text not showing in a combobox
Hi All, I trust this is the correct form for this question. If not, please direct me to the correct form. I am having trouble with the selected text. When a user tabs to a combobox, the test is selected for just an instant then the cursor is at the end of the text which is no longer selected. There is a strongly typed datatable for each control which is bound to the appropriate control. Dependin on what is selected in the prior com ...Show All
.NET Development access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
Visual Studio Express Editions Making a Exit button
How can i make a exit button http://msdn.microsoft.com/vstudio/express/vb/learning/default.aspx ...Show All
SQL Server Groupings in Matrix Layout?
Hello, I am trying to come up with a Matrix report using RS 2005 that looks like this one below. I have row data: question, columns data: Ethnicity and Gender, detail data: Gender average response and Ethnicity average reponse. I utlilized Report Wizard to create a report in a Matrix format , however I wasn't able to have Gender and Ethnicity column on the same line. The report wizard groups columns so Gender is a subset of Ethnicity ...Show All
SQL Server Why I cant add key attribute into the hierarchy of the dimension?
Hi, all here, I was trying to create some dimensions, I found that the key attribute of each dimension cant be added to the hierarchy. Is it that key attributes cant be used for hierarchies Also, we can create different hirarchies for the same data source view Thanks a lot in advance for any guidance and help. Hi, You should be able to add the key attribute to a hierarchy, just make sure it is added as the last level. In the dimensio ...Show All
SQL Server SOLVED!
(Cross post from newsgroup) Attempting to implement Windows authentication between trusted domains. . . I have a domain trust set up between two domains connected via persistent vpn: REMOTE and HQ sqlserv is: HQ\SQLSERV (SQL 2000 server) client machine is: REMOTE\MACHINE1 (SQL 2005 tools) I sucessfully added user REMOTE\User1 to system admins on HQ\SQLSERV I can login via Remote Desktop from REMOTE\MACHINE1 to HQ\SQLSERV and open SQL2000 Qu ...Show All
.NET Development Data Access, where to start?
Hello, I am developing a small application and I am wondering where to store information that I need. After some thought storing the information in XML or in an Access database is probably the best option. Could someone point me in the direction of some resources for opening a connection, getting info and sending info to XML or Access or both Cheers, padraic Hickey Padraic, We've got two choices here I'd recommend, but # ...Show All
Visual Studio Team System Namespace Administrators ?
I find the term "Namespace Administrators" confusing. What is meant by "Namespace" here Isn't this really "Repository Administrators" You can call the same web service methods that gssutil.exe uses. The VSTS extenisibility kit may contain some useful info http://www.vsipdev.com/downloads/ You can also look at the web service soap traffic between gssutil.exe and the server to s ...Show All
Visual Basic Help with window message id
Hello everyone, I have an API that wants me to use a dll file, here is there example code. hinstdll = LoadLibrary("test.dll"); status = test_Init(hInstDLL,DLL_MESSAGE_OFFSET) It says that I have to get a window message id for the dll. I am trying to do this in vb.net, can anyone help me Michael Bump: Does anyone have any clue about this, I am totally lost on this one. ...Show All
.NET Development .NET Framework 2.0 Beta 2
Tried Installing .Net Framework 2.0 Beta 2 on Win 2003 ( no service pack 1) , and the installation crashes so can't actually install it. I think I use to have .NET Framework 2.0 either Beta 1 or Beta 2 not to sure, installed prior, I did completely remove it , before installing again. OK after much swearing I think I found the problem. I uinstalled Windows Installer 3.1 (KBxxx), becuase when I ran netfx.m ...Show All
Visual C++ problem with friend templates in Visual Studio 6.0
Hi all, I have problem in situation similar to this template< class ItType > class cfgIterator { /* some code */ }; template< class Type > class cfgManager { public: template <class ItType> friend class cfgIterator; /* some code */ }; The problem is that it doesn't pass compilation - I get error c2059 and some others. However, I think that syntax is correct. I work in Visual Studio 6 Any sugestions Th ...Show All
