AmolWankhede's Q&A profile
Visual Studio Team System Project Creation Problem: Unable to connect to the Windows SharePoint Services
After installing TFS Beta 3, everything seems ok. Can connect to it, manage it, etc. However I cannot create projects sucessfully. When I try to I get this (excerpt from log): Event Description: TF30162: Task "SharePointPortal" from Group "Portal" failed Exception Type: Microsoft.TeamFoundation.Client.PcwException Exception Message: Unable to connect to the Windows SharePoint Services at TEAMSYS1 Exception Details: The Project Creation Wizard w ...Show All
SQL Server Errors when attempting to use DataReader destination
Hi, We have an ASP.Net app that consumes data from a SSIS package. I have proved that this works by building a noddy ASP.Net app against it on my local machine. Unfortunately the same isn't true of our project-wide solution where we get error "Package failed to execute." In our package log I can see that the things that were failing were various property expressions that are in my package. The expressions are all on the SQLStatementSource proper ...Show All
Visual C++ Problems w DataStructures.h
Good morning guys, I am a noob here so i hope you guys can be patient w me when reading my query. I am currently doing a project that involves controlling a PTZ with VB C++ 6.0 . A camera will be mounted on top of the PTZ. At the end of the day, i would like to achieve a camera that can track motion. A simple image tracker. I am using OpenCv to assist me as well. I have come up with the program that i wish to execute but without m ...Show All
SQL Server Frror: 4000 max string literal in Expression for datareader component
Hi, I have a datareader component of which i am dynamically setting its sqlcommand statement with expression (click the background of dataflow > properties > expressions). Now my sql select statement has about 600 fields so that makes my expression statment "select field1, field2, .....from table1 where field2 >=" + @[User::dateforfield2] but when i evalute the expresssion (which is right), i get the error: A string literal in the expre ...Show All
Smart Device Development Connect SQL Server Express from Pocket PC
Hi All, I am new in .net and also in pocket pc. I would like to know how to connect to SQL server using bluetooth if I use the LAN, then may I know how is the connection string and what is the thing I need to imports or declare. Hope can get some idea from all the experts. Thanks. Hi Ilya Ok. I have try to use DataReader.Read() to check but still can't get what I want. This only return true and ...Show All
Visual Studio Adding an image to a Crystal Report
Hi, I'm new to Crystal reports, but I have to get a report done by the end of today! I've read up on the basics, and it seems similar to Access Reports. I understand that I can simply drag and drop fields onto the designer, from both table fields (pull) and datasets (push). I have an image column (stored as a byte array) in SQL Server 2000. If I select the relevant records into a Dataset, including the image, will I be able to simply drag ...Show All
Software Development for Windows Vista where to download using aspRoles sample
I get the source file from MSDN site one by one, but i can't find the database file.Where to find thanks and another question: If there are 1 million users, how about performance of the .net2.0 Roles Class On that page the database is created in step 2 which instructs you to call aspnet_regsql. There is more detail on creating this database which is part of ASP.NET 2.0 on this page: http://m ...Show All
Visual Studio Express Editions Help! Application Settings
Does anyone know of an example of using applications settings in Visual C++ Express Application settings are described in the below msdn page. http://msdn2.microsoft.com/en-us/library/k4s6c3a0.aspx HELP! Todd There is no designer support for settings in Visual C++ Express. For a managed C++ application, you should be able to programmatically add settings. Check out http://msdn2.microsoft.com/en-us/library/m ...Show All
.NET Development HTML Form to XML Document
I am lost, I have been trying to figure out how to add a regular old html form to generate data onto a page saved into an xml document then transformed it through a xslt to generate a news page. I read an article on how "easy it was" to do however I know nothing about an XML DOM creation which seems to be like a brick wall to my progress. In the process I've managed to @#$ up my Default.aspx so it is not recognizing or loca ...Show All
Windows Forms Order events are fired in form
I don't know if I'm perhaps following bad coding practice, but here we go: I've got an application that is dynamically opening child forms. In the form_Load event for one of my forms, I am populating some combo boxes. That works beautifully. Here's where it gets interesting: The combo boxes have sorts and filters applied when they are loaded. All three combo boxes are related to each other. I would like to figure out a way to change the text sho ...Show All
SQL Server Moving a SQL2K publisher to a SQL 2005 instance.
Hi, I have to move a SQL2K instance (publisher) to a SQL 2005 instance and i prefer not to re-snapshot all the databases being replicated due to the large size of the databases. As i understand all i need to do is 1. Ensure all published databases are in readonly mode. 2. Stop the replication (by either dropping subscriptions, publication or stopping replication agents). 3. Move the databases to the SQL ...Show All
Visual Studio Team System TFS Reporting Errors
Greetings, I am using the beta 3 refresh of Team Foundation Server. I am getting problems with the reporting services. No data is shown in the reports. When I look at the server's event log, I get the following messages: Event Type: Error Event Source: MSSQLServerOLAPService Event Category: (289) Event ID: 3 Date: 15/11/2005 Time: ...Show All
Visual Studio Team System What is the purpose of the standard categories of checkin notes?
I can understand why a developer might want to add some notes to describe a changeset, but I can't see the purpose of the standard categories of: Code Reviewer Security Reviewer Performance Reviewer If you make it mandatory to provide these three types of notes before check-in are you envisaging that three different people will have to call by your desk and type-in some comments before you can submit your changeset Hopefully not! It would mak ...Show All
Microsoft ISV Community Center Forums ReadAll reading in first 254 characters only. Help
I have been using this code for sometime under previous versions of MSWord. However, the ReadAll function does work properly in Word 2002 with VB 6.3. I try to read in all the text in a text file and it will only read in the first 254 characters. Any help will be greatly appreciated. The following is my code: Const ForReading = 1, TristateFalse = 0 Dim fs, f, ts ChangeFileOpenDirectory gTemp_Dir Set fs = CreateObject("Scripting.F ...Show All
SQL Server How to display SSRS report in Report Viewer ?
Hi, I want to display report from SSRS in my VB.net application (winform). I have set the report path,report server,display name. What's the HistoryId for When i run my application the report viewer did't display mt report and show msg "The source of the report definition has not been specified" What else i have do Please help me! ...Show All
