Gerard van Soest's Q&A profile
.NET Development Using ActiveDirectoryMembershipProvider to authenticate against ADAM
Hi there, I've searched all over the internet and found more developers with the same problem, but no solutions at all. I'm using the June CTP of VS.NET 2005 on WinXP SP2 and want to use the ActiveDirectoryMembershipProvider to validate my users against ADAM. My web.config contains the following parts (where CDomain\MyUsername is a local administrator that is also member of the administrators-group in the ADAM-instance): < connectionStr ...Show All
Visual Studio Team System Customize the history tab to give more information about the WI
Hi, There's a way to customize the History tab which included inside of the work item to show more information about the WI Thanks in advance, Shmulik. You can customize the location for History tab but you can't customize the history control itself. -Mohammad ...Show All
Visual Studio Express Editions link error for template
I have big problem when using vc++ 2005 expression, it seems a bug of the IDE. here is the error result: Service.obj : error LNK2019: unresolved external symbol "public: __thiscall pool<class DBConnection>::~pool<class DBConnection>(void)" ( 1 $pool@VDBConnection@@@@QAE@XZ) referenced in function __unwindfunclet$ 0ResourceManager@@AAE@XZ$0 Service.obj : error LNK2019: unresolved external symbol "public: __thiscall thre ...Show All
Smart Device Development PocketPC Emulator/ActiveSync Error?
Until about 2 weeks ago I have been using the VS2005 PocketPC WM 5.0 emulator with ActiveSync without any problems. As soon as I would "connect" the emulated device through the Device Emulator Manager ActiveSync would recognize the emulator and sychronize with it. However, during the last 3 weeks this functionality has disappeared and been replaced with this error message . The other member of my project has the exact same problem. Has ...Show All
Visual C++ How to override basic_streambuf::seekoff?
I am trying to implement the method pos_type seekoff(off_type, ios_base::seekdir, ios_base::openmode) in my buffer. I have two important questions: What should the seekoff method return when it moves both pointers at once What should the seekoff method do when it fails Is it required to leave the buffer intact, or is it undefined behaviour I recommend you to use the STL forum here: http://msdn.microsoft.com/newsgroups/default.asp ...Show All
Windows Forms datetime format yyyy-MM-dd hh:mm AM/PM
How can I display datetime in yyyy-MM-dd hh:mm AM/PM format using VB.net Dim TmpTime as DateTime = DateTime.Now MessageBox.Show(TmpTime.ToString("yyyy-MM-dd hh:mm tt")) produces --------------------------- --------------------------- 2005-09-08 08:14 AM --------------------------- OK --------------------------- Look here for more formatting patterns ...Show All
Windows Forms Duplicate component name 'iDKontaDataGridViewTextBoxColumn'. Component names must be unique and case-insensitive.
This is the error, which makes me cry. Everytime i work with datagridview, it makes this error in time. I remove every problematic Columns, but it doesnt work. It seems that designer sees something that no longer exists . For instance iDKontaDataGridViewTextBoxColumn was removed from the designer part of the class. ANd designer still says, that it is there. What may be the sollution of this I would like to continue my work without removing whole ...Show All
Visual C++ char* pointer in class member
Working in VC++ v.7(.NET 2003). Cannot work with char* pointer in class member. My example: class ABC { char *aP; public : ABC ( void ); ~ ABC ( void ); int myFunction( void ); }; Then when in my function int AB ...Show All
SQL Server Deploying SMO
Hello, I am writing a commercial client application for SQL server 2000/2005 and probably I am going to use SMO dll's. I would like to know if there is any restriction in order to deploy SMO objects with my software. Are they free and moreover is possible to deploy only those dll's that i actually need, without installing the whole redist package. thank you in advance! Zoran Maksimovic See http://blo ...Show All
Visual C# Interaction between two forms fails
I have a projects (WindowsApplication2) with two forms. There are two linkLabel on Form1. I want to click on one of them, close the form Form1 and have this action to open Form2. I want to accomplish everything with one click only. The first form (Form1) may close or become invisible, it does not matter. I haven't been able to do it. The following code compiles but I get a runtime error message when I click on linkLabel1 "It is invali ...Show All
SQL Server Report Headers
I'm new to Reporting Services, but am familiar with other reporting tools. My question is, is there really no way to reference a field in a page header If so, I suppose you could repeat some header information on subsequent pages from the detail section of the report using a text box, but how is that done because when I check the property box "Repeat report item with data region on every page" nothing happens. What is the best way to ...Show All
Smart Device Development Using ANT to build eVC projects
Can someone please inform me on what is the best way to compile a project in eVC++ using ANT I don't know if anyone on this board has ever attempted this. I forked your message off of the other thread it was attached to and retitled it to give you a better chance of getting an answer. Thanks, Jeff ...Show All
SQL Server Page orientation for physical pages
Hello, I need to design a single report (PDF) which must have both landscape and portrait orientation. For what I know the page size is defined and static for all pages of the same report (RDL). Is there any workaround (I'm using Sql2005) Thanks, Pierre You are right the page size defined in the rdl can't be expression and apply to all pages. One possible workaround is to use deviceinfo to specify page size and the page range. http: ...Show All
Visual Studio 2008 (Pre-release) Practical questions
Hello all, For as far as I can see, LINQ offers key features that belong to the data access layer. (Not like the current features from System.Data in .NET 2.0.) LINQ is all about replacing existing data access layer code with LINQ code, I think. So is the true advantage that we don't have to write SQL code anymore If so, would the LINQ code be placed on the database server (stored procedures) or on the application side Would data access layers ...Show All
Visual C++ error C2143: syntax error : missing ';' before 'PCH creation point'
I am attempting to port a simple c++ project to MS Visual Studio 6. All my C++ programs give me the error error C2143: syntax error : missing ';' before 'PCH creation point' These programs all compile fine in Borland C++. How can I fix this. john_j wrote: I am attempting to port a simple c++ project to MS Visual Studio 6. All my C++ programs give me the error error C2143: syntax error : missi ...Show All
