POV Dev's Q&A profile
Visual FoxPro Very nice!
Hello anyone, it's very nice to see Microsoft enhancing their community activities. Go for it! Providing a forum platform is one of the best aspects a company might offer. Thanks. I hope that this one doesn't compete the ones at Compuserve or UniversalThread. Sincerely, JoKi i got a lots of help from here thank you very one again Jet ...Show All
Visual C# move to c#
Hi, I have been asked to convince the IT director that we should really be moving to c# instead of vb.net Any tips on this particular topic please Thanks Hi! Wrong idea from the start - C# & VB.NET is the same things. Just different syntax (personally I like C# much more). So technically they are the same. Also .NET is environment where C# & VB & C++ & J# programmers can work together, just in se ...Show All
Visual C++ Help with db_command
Hello all, I am just starting to learn Visual C++ using a Microsft Visual Studio walkthrough, but I have syntax errors in the following code: HRESULT hr = S_OK; TCHAR szAuthor[80]; CMyProjectSet &dbset = GetDocument()->m_MyProjectSet; [db_command(name="cmd", source_name="dbset", hresult=hr) { SELECT au_lname ([bindto]szAuthor) FROM AUTHORS }]; while(cmd.MoveNext() = ...Show All
.NET Development Issue with multiple programming languages in App_Code folder
I have an ASP.NET web application that is primarily using C#. According to this article ( http://msdn2.microsoft.com/en-us/library/t990ks23.aspx ) multiple programming languages are possible. My C# code references the VB.NET code properly when I placed my VB.NET code in a subdirectory off of App_Code. (Also had to make the entry in web.config as stated in the referenced doc.) The funny thing is that the VB.NET code can't reference a C# class tha ...Show All
Visual Studio Documentation for beta 2 vsip?
I installed the Visual Studio 2003 beta 2 VSIP SDK, and I'm trying to locate the documentation. I see the files on my machine but can't find any topics in the Document Explorer. Am I looking in the wrong place Do I need to reinstall Thanks, Paul Here's an excerpt of the doc updater readme: To view the updated documentation: Open the Microsoft Visual Studio 2005 Documentation shortcut that V ...Show All
Visual Studio 2008 (Pre-release) Create Events with C#
Is there a way to create control events with C# (other than manipulating the code manually) I saw there is a way in VB, but in C#... Thanks, Neno There is no way to create control events from the designer in this CTP. You will have to switch to Code view and add the event handlers manually. Thankfully, the IntelliSense functionality in Visual Studio 2005 makes that really easy. ...Show All
SQL Server SP with SSIS and 2005 database
I have issue with SSIS performance, when SSIS is used with SQL server 2005 database engine as backend, it takes long to execute procedure but when SSIS is used with SQL server 2000 database as backend, procedure execute in expected time frame. (No delays are faced.) Kindly suggest. Thanks Rohit Wason How are you executing the procedure When you say "procedure", do you mean a stored procedure What does ...Show All
Visual Studio Team System Cannot Add New Work Item (Beta 3)
When I open MS Project, I can select the Team Foundation Server and project but I cannot add a new work item. When I try it tells me there was a TFS Database error and nothing else. This is using the VSTS Release Candidate and Beta3 server software. I can perform all other tasks that I know of, but anything with Work Items outside of the IDE fails. Thank you. That was the issue. One thing also - just a note. Whe ...Show All
Smart Device Development Setting combobox datasource to nothing does not clear its items
I created a project with one combobox and 2 buttons. When I set the ComboBox DataSource to Nothing the SelectedIndex is being set to -1 and the SelectedItem is being set to nothing. But, when I click on the down arrow the list of items, from Button1.Click, are still there. (This works when compiled as a regular PC application.) Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1 ...Show All
SQL Server Row Count - Variable Name is Case sensitive
I defined a variable called "NoOfRecords" for a Data Flow Task and within the Data Flow Task I am outputting records from Flat File to RowCount before doing anything else. I typed Variable name as "NoofRecords" in Advanced Editor for Row Count and it didnt like it. It gave the following error. Error at Load Customers[Row Count [138]]: The variable "NoofRecords" specified by VariableName property is not a valid variable. Need a valid variabl ...Show All
Windows Search Technologies WDS never finishes indexing
If I watch the status, it will get down to 1 file left and then build back up to 40,000+ files left to index (I do not change very many files on this system and certainly not 40000 in a day). If I search using WDS, it says it is building the initial index. I have even left Index Now checkmarked for the last week. Any idea on how to fix Hi there, Just a few quick questions for you... What version of WDS ar ...Show All
SQL Server 2005 SP1 install, another can't authenticate...
win 2003 sp1 with sql 2005 enterprise. Tried SA.. Tried AD Admin, tried local administrator. Set up in mixed mode so i tried windows and sql authen... I can log in normally with SA and the password and the windows admin account. Nothing works, tried services off and on. Tried clearing everything Reinstalled completely... Only the SQL Server part fails because it requires authentication. All the other parts succeed. I don't get a l ...Show All
Visual Studio 2008 (Pre-release) MaxItemsInObjectGraph
I'm getting the following error. Error while trying to serialize parameter http://tempuri.org/:GetByUpdatedDateResult. Maximum number Error while trying to serialize parameter http://tempuri.org/:GetByUpdatedDateResult. Maximum number of items that can be serialized or deserialized in an object graph is '65536'. Change the object graph or increase the MaxItemsInObjectGraph quota. The method returns List<T> where t ...Show All
SQL Server SSIS & SharePoint Lists
Hi, is there any example how to extract values from a SharePoint list I searched in Google but I only found something about that someone failed using the web service task for it... If possible I would like to get around any custom .net code (Scripts would be OK), but if I can't get around that, I have to follow that path... Thanks, I would prefer doing something which is supported...On the other hand direct OLEDB would be ...Show All
Visual Studio Express Editions Free Learning Videos on Express Web Site
I've been trying to view and download the free learning videos for Visual Web Developer Express and Visual C# Express. Of a total of 30 videos, I've been able to view and download 26, but 4 cannot be viewed in their entirety nor downloaded to completion. They are Visual Web Developer #2 and #4 (for C#) and C# Express #12 and #14. I usually get a "server was reset" error message, but have also gotten a worm alert message on the first ...Show All
