Paul2006's Q&A profile
Visual Studio Tools for Office Office Document Customization in not available Excel 2003
I get the above message when I tried to launch my excel 2003 project, that was built in .net. I am not sure how it happened; I had made some code changes during the day. I checked it into Source Safe to update my project. Then when I tried to check it back out it gave me the about message. I had not deleted anything form the project. Help... I don’t want to have to re-create my project, my excel sheets have too may named ranges on them to have to do over again…I have tried to undo check out form source safe and that isn't working... Hi Alisa, Do you get this error when you run the project ...Show All
.NET Development Client requires callbacks
Hi, I've been developing an application for transfer files between server and client. The remotable object is hosted in IIS on server. The client uses a Windows application for transferring files. The client requires callbacks from server during transfers. This is required for displaying progress bar showing the amount of bytes being transferred. I've used the following configuration files for Server and Client and it works fine on my own compute. But when I add the Server portion on a different computer accessible through Internet, it gives me an error "Could not connect to the remote machine because the target machine active ...Show All
Windows Forms Accessing TitleBar of Windows Form
Hi, I would like to display a tooltip for a mouse hover over the title bar of a form esp. when the text is long and is truncated. For this to accomplish, I would need to access the titlebar element of the Form. Please suggest a way to accomplish this task. I was unable to find a conclusive solution for this problem. thank you, Sri There is no "titlebar element". The titlebar is drawn in the non-client area of the form. You will probably have to do some research into windows messages to make this happen. ...Show All
Windows Forms Bound Datagridview: adding multiple rows and save after each add
I am using a Datagridview that is Bound to a Bindingsource. I add one row by typing values in it and when I leave the row my code writes the additions back to the database. Now here's the problem: Once I enter the 2nd new row no value is automatically entered in the Identity column (like in the first new row) and as soon as I start typing in one of the cells (not the Identity one) VB Express 2005 starts throwing exceptions (Index N doesn't have a value). I want to save each new record after it is added so that I can make sure no duplicates are being added. Any idea how to fix this Thanks Simmy O ...Show All
Windows Live Developer Forums Worlds Best App Contest Winners
It’s time to announce the winning applications for MSNR Messenger’s Worlds Best App Contest , which MSN ran from September through December 31 st , 2005. There were a lot of great entries, hard work and interesting new ideas for building new applications and games within Messenger. Submitted applications were judged based on the official rules and judging criteria which included creativity, launches during the contest, suitability for the medium and best use of other MSN services. The following identified winning applications still subject to verification and acceptance of their winning prizes : Grand Pri ...Show All
.NET Development don't understand the regular experssions of jscript to check email address.
according to dotnet , the regular experssion for checking email address is this: \w+([-+.]\w+)*@\w+([-.]\w+)*\.\w+([-.]\w+)* now let's just look at the part that preceed the @: \w+([-+.]\w+)*@ according to it there should be a string of at least one charactor, then may have one or more hyphens or a period and a string of at least one character. this means that the following email address is valid: uri--paran@hotmail.com since there could be "one or more hyphens " after a non empty string and before a non empty string. but that email isn't valid for that expression!!! can someone tell me what am I thinking wrong here thanks uri The pat ...Show All
Visual Studio Team System Problems with Sql server
Hi Again I have problem. When I am Runnig System Health Check , I got error. SQL server collation are not suppoted by Team Foundation Server. Ok What is is Problem, and how fix it. I followed Installation guide. I installed SQL-Server 2005 Standart Edition Which collation are you using Take a look at this article talking about TFS and SQL Server Collations http://objectsharp.com/blogs/bruce/archive/2006/02/21/3935.aspx ...Show All
SQL Server Error 7373 in Linked Server
I have created a new linked server entry and when I try to use it, I get the Error 7373 message. I am rather new to SQLServer, so I would be happy with any help I can get. Thanks, DGB Which sql server version, and which ole db provider (and what is your backend data source) are you using The 7373 error code may suggest some errors in the ole db provider itself. If you are familiar with profiler, you can start the profiler and collect oledb trace events to get more insights into the problem. ...Show All
Visual Studio Team System Partner Team Edition for Sft. Developers license upgrade to Team Suite
Through our gold partner status we get Visual StudioR 2005 Team Edition for Software Developers with MSDNR Premium Subscription licenses. My understanding was that for limited period after launch it will be possible to upgrade these licenses to Team Suite at competitive price . We have enquired at our local reseller and were told that such option does not exist and that we can buy Suite at a price of around 12000$. I’ve already searched in following places for an answer: Upgrades and Subscription Renewal Information page doesn’t mention such a promotion. Microsoft Partner Program License Benefits Fa ...Show All
Visual Studio Team System Error during setup
It seems I'm getting one error after another... my newest is the error 29112. -- Dialog -- Error 29112.Team Foundation Report Server Configuration: Report Server is not properly configured or the Reporting Services Web site could not be reached. Use the Report Server Configuration tool to confirm that Report Server is configured properly and that the Reporting Service Web site can be found before running the installation again. For more information see the Team Foundation Installation Guide. -- Part of MSI-log file -- 02/23/06 14:11:09 DDSet_Status: Commandline: "c:\Program Files\Microsoft Visual Studio 2005 Team Foundation Server\Tools ...Show All
Windows Forms parent form event which should trigger a routine in each child form without changing the focus
I have an MDI app (VB.NET) that allows the user to create as many children as they want. Each child is basically a panel that draws graphs depending on the properties the user chooses. In addition, a TCPIP connection (in the parent form) is made and when a certain string comes across, it's supposed to draw a new symbol on each child.&n ...Show All
Visual Studio Team System VSTS Team Build Permissions
Hi all I am facing problems in giving permission to a particular user, like ADMINISTER_BUILD, EDIT_BUILD_STATUS, GENERIC_READ, START_BUILD. I am able to create the build type successfully though. Check-in and check out and edit of build type is not working as those things are disables for me in the “Source control explorer”. I was just thinking if you could give me some tips so as to how I can give above permissions to a particular user. I have added the user in namespace administrator, project admin and all TFS groups and all but still it’s not working. I serached and found something like permission command (c:\amo ...Show All
Visual Studio Reporting Services does not show under Business Intelligence Projects in VS 2005 Beta
Any idea on why my Visual Studio 2005 Beta 2 is not allowing me to create a Report Project Please help! My version of VS 2005 Beta 2 is: 8.0.50215.44 (beta2.050215-4400) Please email me the version of VS 2005 Beta 2 that you have if you are able to create a Report Project under Business Intelligence Projects under Other Languages. Thank you very, very much. I will try this tomorrow. I was racking my head trying to figure this out. Thanks a lot. Hope this solves it. ...Show All
Visual Studio 2008 (Pre-release) Why Close a proxy?
Hi I know that as a best practice we should call ICommunicationObject.Close after using a client channel. What are the real consequences of not calling Close/Dispose In what i understand, it depends of the binding, right, like if we're keeping a transport channel opened or not, is that correct thanks! This is probably a stupid question but I can't find anyt docs that talk about why you need to or why you may want to be sure to call close on a client proxy. Can someone explain why this is a good idea And assuming that it is a good idea to explicitly close the proxy at some point then, if my client is a win forms app w ...Show All
Visual Studio Express Editions Registration (you need to register and get an activation key) fails on dozes of attempts
We were unable to send your e-mail verification mail. An unknown error occurred while processing your request. This is most likely due to a connection failure. Please try again. If you continue to have access problems or want to report other issues, please Contact Us . ------------------------------------- The Contact Us is an infinite loop link list with bifurcations and shorts I've tried logging into multiple passports - hotmail ones too (passport fails on some features with non-MSN email accounts (such as MSN Groups calendar)) I have no problem registering with other sites that send me email, including ones I host. ...Show All
