AlbinCN's Q&A profile
Visual Studio Team System Visual Studio user account requirements
I see by the install doc that a domain VS installation requires 3 domain user accounts. As a security administrator this concerns me since we are always fighting to reduce the number of generic or service accounts. Can the TFSSERVICE account be substituted with the built in NETWORK SERVICE account instead Is the TFSSETUP account required beyond the installation period, or can another domain account with admin priviliges on the server be used instead I am running into other VS installations in my company and they have already created 3 service accounts each. It seems redundant that each time someone installs this on our domain I need to create 3 new service accounts. Currently you can not use NE ...Show All
Smart Device Development An unhandled exception of type 'System.MissingMethodException' occurred in ILRnet CE.dll
hi. i've been trying to develop a program that enable communicaiton with a RFID on PCMCIA card fixed to a PDA running on WinCE 4.2. the two given dll files are ILRnet.dll and ILR_SDK_DLL.dll. first and foremost, only ILRnetCE.dll can be added as reference. the other one ILRnet.dll cannot be added as reference. do i import how can i import the program generates the following error An unhandled exception of type 'System.MissingMethodException' occurred in ILRnet CE.dll i can't edit the file since it's a .dll library from the RFID company. but it says there's a missing method. i followed the examples given Public m_refReader As ILRnet.CiCardIIINet m_refReader = ILRnet.CiCardIIINet.ConnectiCardPCMCIA(0) what shall my ...Show All
Visual Studio When a VS Service Doesn't Exist
I am developing a package and am new to VS Extensibility. I understand that communication between VS packages is done through services. I've been scouring the SDK documentation and it seems that the service I'm looking for doesn't provide the interfaces that I need. My question: Does this mean I must obtain interfaces through COM instances and interop namespaces Thank you. JJ Hi Ed, I've been impressed with the VS SDK and I have no doubt the Debugging SDK will be improved soon. Here's a description of what I'm trying to achieve, including the equivalent Win32 functions which I've used to achieve this with the native debugger Set and store a thread context. I need to be able to perform the following s ...Show All
Smart Device Development Operator network information
Hi! I'm quite new in WM5 development and want to know if it is possible to retrieve operator-network information like the network the PPC/SP is connected to and in which cell it currently resides. Secondly I would like to have information about the signal-strength of the network. I tried to find information about this in the SDK and MSDN, but can't find it. F.i. on the Symbian platform the above is possible. Is this also possible in WM5/PPC2003 and if so, how Thanks in advance and best regards, Harreld. Check out http://msdn.microsoft.com/library/en-us/mobilesdk5/html/mogrfGpsSample.asp Manav ...Show All
Visual Studio Team System How to setup ASP.NET Enterprise Solution Project with TFS
Hi all, I've got a problem with my project. I'm going to build a ASP .NET Enterprise solution. It's the first time I develop a web enterprise solution with my team. I use Visual Studio 2005 and ASP .NET 2.0 run on IIS 6 At first, I create a Web solution by Visual Studio 2005 and check in it to SourceSafe 6. But then, other member of my team can not re-open the solution (.sln) with properly run and build. Otherwise SourceSafe 6 doesn't support Unicode for our comment. AnyOne here can help me to setup my ASP .NET Enterprise Solution with Team Foundation Server ! Many thanks in advance! Hey..i am not clear about your question..but i am assumed and understood in some way ..and if i am wr ...Show All
Visual Studio Express Editions Child form behavior while maximized
I dont understand why does maximized child form add " caption bar" between the MDI form's caption and the MenuStrip on the MDI form What is the purpose of this "caption bar" Is this a design fault, and can it be removed This wasnt the behaviour of child forms in before .NET visual studios. I find that most people would want to have a child form whose max, min and close buttons are in line with the MDI form's Menu, and without the control box on the left side. Can this be achieved Goran Not sure what you mean: the .NET MDI interface appears to be the same as every other application. It sounds like the (child) form isn't actually maximized. ...Show All
Smart Device Development scan bluetooth device and pair it
i would like to create a PPC application that , first , scan the bluetooth device and show it on PPC and then you choose the one you want to pair , and then this program pair their bluetooth serial port automatically.. is it possible i use C#.NET and hp ipaq hx 2400 series to do this application.. can you give me any suggestions or sample code pls.. but it's required Pocket PC SDK: Windows Mobile 5.0 Pocket PC SDK. and this web told me that Navigate to the solution file (*.sln), and double-click it. By default, the solution file is copied to the following folder: C:\Program Files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Samples\CPP\Win32\Bluetooth\btsearch\ btsearch.sln but i don ...Show All
.NET Development SMTP Windows Authentication in System.Net.MailMessage
In .Net 1.1 the System.Web.MailMessage class had a property called Fields where I can add properties for authentication E.g //Windows Authentication. mail.Fields.Add("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate", "2"); In .Net 2.0 this class has been deprecated and System.Net.MailMessage should be used instead. But it seems they have removed this Fields property. So now how can I send mail via an authenticated smtp server Thanks :: Karthik :: If by authentication field you mean the user credentials needed to access the SMTP server then you should use the Credentials property of the SmtpClient class. If you are using Windows authentication then setting UseDefaultCredentials to true ...Show All
Smart Device Development getting GPS position from HP6915 PDA
Hi, I am trying to write an app for WM5 .net CF 2.0. I am trying to communicate with the inbuilt GPSdevice. I need to retrieve just the current GPS position. What is the best way to do this any advice would be great. thanx. This just made my life a lot easier :) Thanks!.. btw.pretpal I would go with a timed check to see how the location changed. if the lat long is different from the initial one then you have movement if not your standing still. ...Show All
.NET Development Custom Sinks Issue - Critical
Hi, The CallContext is lost when I reach the custom server sink. I am not using the GetType()/GetHashCode() method. Also I am not using the ServiceComponents. I tried to access the CallContext in the IServerChannelSink .ProcessMessage() Method. Can sombody help me ! Thanks in advance ! -Sandeep :) You will have to create and return your own IMessage instance if you want to suppress further processing. The public MethodResponse class is a candidate for this. ...Show All
Visual Studio Team System folder already in use by another workspace?
we are moving to use TS VC, we were using SS before. our SS is already locked-out i've cleaned the projects folder and i was trying to get a full version from TS VC - but i've got a message "the working folder bla-bla is already in use by another workspace on this computer " what is it does SS somehow mark the folder it's empty... is it something else we have some strict paths so i have to put the version into this exact folder Did you create a new server GUID during the migration That's a different problem. Have them clear their cache by running tf workspaces /remove:* ...Show All
SQL Server AS/400 DB2 and Analysis services
I am trying to build a cube. The data is on the AS/400 I can make a successful connection and can see the table. When I pull the tables in a Data Source View and try to make my own relationships, there is no columns. In fact when I try to Explore data, it return an error: Object reference not set to an instance of an object. Can someone tell me how to resolve this Looks like I don have the proper version. I download the Microsoft OLEDB Provider for DB2. Went to install it and got this: Setup cannot continue because a supported version of SQL Server 2005 is not installed. Supported versions include Enterprise, Developer, or Enterprise Evaluation. Thanks. BTW I did try ...Show All
SQL Server Report services parameter problem
I have the following MDX query as source for a RS5005 report: SELECT NON EMPTY { [Measures].[Units Tested], [Measures].[First Run Passed], [Measures].[First Run Yield], [Measures].[Second Run Yeld], [Measures].[Third Run Yield]} ON COLUMNS , BOTTOMCOUNT ( NONEMPTY ( FILTER ([Dim Sequence].[Sequence].[Sequence File Path]. ALLMEMBERS , [Measures].[Units Tested] >= @UnitLimit), [Measures].[First Run Yield]),@BottomCount,[Measures].[First Run Yield]) DIMENSION PROPERTIES MEMBER_CAPTION , MEMBER_UNIQUE_NAME ON ROWS FROM [WATSDW] WHERE ([Date First Tested].[Year - Month - Day].&[@FromDate] : [Date First Tested].[Year - Month - Day].&[@ToDate]) The query works with @BottomCount as parameter, but the @Uni ...Show All
Windows Forms Empty space in DataAdapters returned values
When I display DataAdapters returned values in some control (eg TextBox, DataGridView, ...) empty space is added at the and of every returned value. Eg. if the database field is 10 chars long, and value stored in it is 7 chars long (eg. 'HELLO'), returned value is 'HELLO '. Is there any easy way to solve this problem I've solved this with added RTRIM functions in DataAdapters Select, Insert and Update command RTRIM but I'm very disappointed at Microsoft about something like this. This problem is even shown in SQL Manager Studio (of course they use their own controls :) Hi, This might be because you set the data type of the database columns to char (character) or nchar (unicode). These are fixed lengh ...Show All
.NET Development Unmanaged to managed callback through wrapper: this works but is it good?
I implemented callback in mixed mode the following way and it works fine but I wonder if this is the right way to do it. In particular, is this 100% safe I mean could there be some obscure GC/CLR "event" that would make it crash at some point, for instance should not I be using pin pointers It works this way: a delegate is declared in C# and used as argument to the setCallBack() function of a C++ .net wrapper. This function casts this pointer and use it to initialize the callBack pointer value in an unmanaged C++ class (it also keeps its value so the Wrapper can also call the callback). The C++ .net wrapper is shown below: public ref class WrapperClass { public : delegate int CallbackType(); ...Show All
