ajay_dekavadiya's Q&A profile
Visual Studio Express Editions no visual studio template found
I just installed the recently released Visual C# 2005 Express. When i tried to create a new project. I got this error message "no visual studio template found". I went to the "event viewer" in "Administrative Tools" to see the log. I found the message : "The Visual Studio template information is out of date. Regenerate the templates by running 'VWDExpress /installvstemplates' or reinstalling Visual Studio. Note: corrective action requ ...Show All
SQL Server Breakpoint doesn't work
I've got a breakpoint in a script task. The script task executes successfully but doesn't break. Short and sweet this one. Anyone any idea why it might not -Jamie JAson_scoobyjw wrote: Hey Jamie, I believe I read somewhere in the pipe that breakpoints weren't going to work until the prod release... Nah, I know this has worked in the past and I've read posts today from people that have had it working. -Jamie ...Show All
Windows Forms TabPage order changes when I build
When I build my project, the order in which the tabs in a TabControl are displayed change. Has anyone run into this before I am not doing anything extra to the controls in the tab page. I do, however, have the Dr ...Show All
SQL Server Transfer logins from sql2000 to sql2005
Hi, I'm trying to transfer my logins from 2000 to 2005 (last CTP) and recieve error: [Transfer Logins Task] Error: Execution failed with the following error: "Cannot apply value null to property Login: Value cannot be null..". Any one I assume you solved this problem by now, or it went away with RTM code. Please reply back if that's not true. Paul ...Show All
SQL Server How to configure SSAS 2005 for use with Excel
Using Excel I can connect to SSAS on localhost, but when I try to do the same from another computer, I can't connect to the server. What can I configure to allow this connection I already disactivated the firewall and I added a role to the cube that I want to use. But the connection error occures when listing the cube present on the server. I don't know what I can change now.... Thanks for your help. hello, Try downloading t ...Show All
Windows Live Developer Forums always error in submitting xml to contest
>When i submit my xml file i keep on getting errors (i use the standard xml file). at:http://www.worldsbestapp.com/submitentry.aspx Your XML file does not meet our submission standards. The following error occured: The element 'Entry' has invalid child element 'PassportSiteID'. Expected 'EnableIP'. An error occurred at , (21, 4). >deleting PassportSiteID. Your XML file does not meet our submission standards. The following error occured: ...Show All
Visual Studio Team System MS naming coding standard & Hungarian notation
I've just read in MS coding standard naming guideline to not use Hungarian notation anymore. Why Hungarian notion provides useful additionnal information : visibility, type ... Thanks for your help. Clement M Guideline : http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpgenref/html/cpconNamingGuidelines.asp i believe the intellisense and the power of today's IDE is one of the main reasons behind ...Show All
Visual Studio Tools for Office Insert Data into a Workbook
Hi, I have created an Excel Project with a cached DataSet. The application works fine, without any errors. Now I want to fill a DataSet in an ASP.NET application to actualize the Data in the Workbook. To do this, I used the code from the “ How to: Insert Data into a Workbook on a Server “ example. I’m copying the file to the same folder, but with another name. Then I actualize the DataSet in my workbook with the SerializeDataInsta ...Show All
.NET Development more socket questions
i am working on a server application that acts as a proxy between multiple clients and another server. the destination server has 1 to many ports open on which is listens for "transactions" from my proxy server. the way i had envisioned the proxy server working is to check to see if a port is free on the destination server and execute the transaction (send, and wait for response). if the port is "busy", check the next port.&nb ...Show All
Windows Forms Windows Form with ADO .NET and Web Services
Hi all, I have a question. I am trying to upload data from a pc to sql 2000 server over internet. I have two choices and here is my scenario. 1. Using windows form with ado .net (my original idea) I have one window program that load the data from .dbf files and then insert them into sql server using batch update. 2. Using web services Write one program that will load these data and insert them into sql server. T ...Show All
Visual Studio Tools for Office How to open an Infopath form from Outlook VSTO2005 add-in.
I can open my form with Process.Start("Iexplore.exe", ls_Filename), but cannot Process.Start("infopath.exe", ls_Filename) if ls_filename is a long file name with spaces in it. Infopath startst, but gives a file not found error with the name up to the first space. Any help Is there a better way to start Infopath from an Outlook VSTO2005 add-in Can I inclide the Infopath namespace somehow Filenames with sp ...Show All
Visual Studio Tools for Office Bookmarks in existing Word document format strangely
I have an exisiting document with unbound bookmarks in it. Most of them behave correctly, but some always display the new data in unanticipated ways. The VB.Net 2005 coding to fill a bookmark is as follows: Private Sub ReplaceBookmarkText( ByVal BookmarkName As String , ByVal NewText As String ) If doc.Bookmarks.Exists(BookmarkName) Then Dim rng As Word.Range = doc.Bookmarks(BookmarkName).Range rng.Text = NewText ...Show All
Smart Device Development Active Sync 3.8 not synching
Hello to all, I have upgrade activesync from version 3.7.1 to 4.0 in order to deploy my application in VS2005 beta2 to the device. After doing that, activesync stops to work: although the AS icon show connection (green) when the PDA is in the cradle, is is not possible to get the main screen of activesync ; and, when trying to explore the device, I get the following error window: " Critical communications services have failed to ...Show All
SQL Server Print Button
Print button is disabled for some users. Don't know why it is doing so Works fine for most of the users in the same group. Any help is much appreciated. SQL SERVER Reporting Services 2000 Win XP check whether any printer drivers are installed in the machine. if no printers are installed, then print button gets disabled suresh babu k ...Show All
Visual C++ Problem viewing/changing project properties
I am using VS 2005 Pro version 8.0.5. I have a solution that contains one VC++ project. I have been working with this project for several months using the 90-day trial version of VS 2005 and recently purchased the VS 2005 Professional Edition. Today, I tried to open the project Properties and received the below error: "The operation could not be completed. Unspecified error." I had completely uninstalled the trial version o ...Show All
