Anthony_Sebastian's Q&A profile
Smart Device Development Windows Ce 4.1 project under VST2005
What do you need to do if you want to start a Smart Device Project for Windows CE 4.1 under VST2005 (b) Because you can only select a Windows CE 5.0 project ! Is there a solution for this or should i use VST2003 thx, ...Show All
Visual Studio filename and right
i have a 2 problems, i don't know whether the first is a bug or a "feature" and the second seems to be a bug, any help on what i may be doing wrong would be appreciated. i wanted the report filename so i have a simple function the contains: formula = right(Filename,len(filename) - instrrev(filename,"\")) The problem is that filename in VS2005 now returns a GUID along with the filename and points to the temporary directory from where it runs (feature ) The second problem is with: Dim x as Number x = 4 formula = right("this is a test", x) This should return "test" but it seems to return garbage, it works fine like: formula = right ...Show All
Software Development for Windows Vista workflowloadingfailed in asp.net
web.config: < WorkflowRuntime UnloadOnIdle = " true " > < Services > < add type = " System.Workflow.Runtime.Hosting.ASPNetThreadingService, System.Workflow.Runtime, Version=3.0.00000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " /> < add type = " System.Workflow.Runtime.Hosting.SqlTimerService, System.Workflow.Runtime, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " ConnectionString = " Initial Catalog=wwf;Data Source=localhost;uid=sa;pwd=; " /> < add type = " System.Workflow.Runtime.Hosting.SqlStatePersistenceService, System.Workflow.Runtime, Version=3.0.0.0 ...Show All
Visual Studio Team System Problem with MS Project plugin
Hi, I'm having a problem with VSTS MS Project plugin when it is connected to Project Server. Every time I select "Publish new and changed assignments" it says that I removed resources from tasks and asks to publish the cancellation even thought I didn't!!! This started to happen when I wired together a team project and a Project Server project. I am using MS Project 2003 SP2, Project Server SP2, VS Team Suite / Team Foundation Server RTM. I made quite an extensive research of this problem on the Internet but with no result :( Can anyone out there give me a hand with this or at least a direction on what to check Se ...Show All
Visual Studio Team System Continued Errors after troubleshooting guide
This will be a living document and as we troubleshoot issues, we will add to the query and document. It will culminate in a consistency checker tool which automates the checking and ultimately other functions like kicking the warehouse etc... Feedback is welcome and I will update this data. Symptoms: The data in the reports is stale and doesn’t seem to ever get updated. The reports error out. An error has occurred during report processing. (rsProcessingAborted) … Background: Data in the operational stores (Work Item Tracking, Version Control, Team Build, Integration Services) is pulled into a relational database (TfsWar ...Show All
Visual Studio Tools for Office Manged outlook add-in issue
So I am having an issue with some code, that checks the mailitem.sendername and then moves it to a folder and then flags it. Just something simple, am using a switch statement to do the job... the code is as following: void ThisApplication_NewMail() { Outlook.MAPIFolder _inbox = this .GetNamespace("MAPI").GetDefaultFolder(Microsoft.Office.Interop.Outlook.OlDefaultFolders.olFolderInbox); Outlook.Items unread = _inbox.Items.Restrict("[Unread]= true "); &nb ...Show All
SQL Server Guids as primary keys
Is it a good idea to use Guids as primary key. What is the impact on performance. Guids are random by nature that may have an impact on writing clustered index. Any comments or suggestions I'm not a complete expert, but one problem I know of with GUID's with clustering keys is that they are not naturally increasing so this could introduce lots of fragmentation in environments with lots of inserts. They are also wide (16 bytes) so having them in all indexes and foreign keys can be a hit to the size of the database, scan performance, etc. ...Show All
Visual Basic ASP.Net Calendar
I want to use a calendar in my asp.net web application.But even if I don't select it is showing Calendar1.selecteddate.ToShortDateTimeString() as {1/1/1}. How can I track whether a caledar date selected or not. ...Show All
Visual Studio Express Editions how to use errorProvider with maskedTextBox
hi, i want to show the red error sign and a tool tip, only when the input is rejected. can anyone tell me how to do that thx Take a look at this MSDN article for specifics of using the ErrorProvider class. In short, after you have created an instance of the ErrorProvider class and configured its values to your liking, its best to setup an EventHandler for the Validating event of the control you want to check for errors ala: private void maskedTextBox1_Validating(object sender, CancelEventArgs e) ...Show All
Visual C++ Visual Studio Issues
Having a bit of problems with the studio after installing it. First, when using C++, I get these "numbers" before each row in the output window when compiling. Eg, 1>------ Rebuild All started: Project: Quicklinks Dll, Configuration: Debug Win32 ------ 2>------ Rebuild All started: Project: Tooltips, Configuration: Debug Win32 ------ 1>Deleting intermediate and output files for project 'Quicklinks Dll', configuration 'Debug|Win32' 2>Deleting intermediate and output files for project 'Tooltips', configuration 'Debug|Win32' 1>Compiling... Second is IntelliSense. It's acting all stupid again. For example, in the main file where t ...Show All
Visual Studio Express Editions Used to have internet
I had internet, and download internet version...Now i need to register but I no longer have internet acsess. Can you connect temporarly with the computer you installed it on It only takes a minute or so to register and get a key. Another solution could be to get the downloadable CD and reinstall. It will not require you to register. ...Show All
Visual FoxPro EventHandler() problems
Hello, I'm working on a project which connects to server and that is made as COM object. I'm using EventHandler() procedure for connecting COM object (MSWinsock.Winsock.1) and VFP code. The code works fine in App or EXE mode. If I create COM object, which I call from VBS or PHP, ASP ..., EventHandler() doesn't work correctly, although function EventHandler() returns TRUE. The problem is, that the VFP methods for MSWinsock.Winsock.1 don't fire. Some code: DEFINE CLASS classname AS session OLEPUBLIC FUNCTION tcpconnect oEvents = CreateObject ( "MSWinsockEvents" ) oTcp= CreateObject ( "MSWinsock.Winsock.1" ) oEvents.oMSWinsockObje ...Show All
Windows Forms Custom Collection Editor + Drop Down
Hi all, I'm trying to create a custom collection editor for the property browser for my control. Basically it's a collection that I want to have a drop down arrow show up on instead of ... and have it drop down a list that I can check off items and then when I'm done, click off of the list and have it update the list. I've run into two problems: First when I override GetEditStyle and return UITypeEditorEditStyle.DropDown I don't get a drop down arrow at all. So if I set it to modal, I do get a ... which when I click on the EditValue override is fired and the drop down shows up However when changes are made and I click off of the drop d ...Show All
Visual Studio 2008 (Pre-release) Rotate Window
Hello Is it possible to rotate a window with WPF. When i have this on my main window <Window.RenderTransform> <RotateTransform CenterX="0" CenterY="0" Angle="45"/> </Window.RenderTransform> i get Error at element 'BamlAttributeInfoRecord' in markup file 'Window1.xaml' : Transform is not supported on Window.. kind regards Dieter You cannot apply any transforms to the Window because the Window chrome is still rendered by GDI right now. HTH, Drew ...Show All
Smart Device Development How to send file via IRDA ( BEAM ) By programming
I am developing a project for customizing the windows native applications, i need to send file or contact via beam by run time (programmatically) Do u have any idea about that Thanks in advance !! What is your target platform WinCE, PPC or SP Do you want to communicate between two devices or device and Windows PC Following article might be useful http://www.microsoft.com/mind/0599/wince/wince.asp Hope this helps! Manav ...Show All
