Cyril Mathey's Q&A profile
SQL Server Can service broker process a email message
How do you set up the service broker to process an email message, and how do you format that message and send it to the que. Can the service broker alos process an html form from a que. Thanks Service Broker can only be used for exchanging messages between two SQL Instances. You cannot send nor receive email messages directly to/from Service Broker. Why do you need to send email messages to a queue HTH, ~ Remus ...Show All
SQL Server Separate date and time datatypes - come on guys!
Oh for crying out loud, how come there aren't separate date and time datatypes in SQL 2005! I know for a fact that this feature has been requested for YEARS!!!! Thanks for giving me the YAGNI feature of renaming my menu items in SQL Management Studio. I guess that was somehow a higher priority than a time datatype. NNTP User wrote: TimeSpan supports full mil ...Show All
Smart Device Development VS2005 Beta 2--activesync error
Am starting testing on VS2005 Beta 2, and have built my PocketPC app, but when VS deploys it, I get the error "The current version of ActiveSync is not supported. Install the latest version from www.microsoft.com ." I am running ActiveSync Version 3.8.0 (Build 5004) and couldn't find anything more recent. Anybody else run into this, or is there a newer version of Activesync Thanks, Mike Try&nbs ...Show All
.NET Development How to fill a textbox in a website application in VS 2005
Hi, How can i fill a textbox with a tablefield that’s in a sql server. I only can explain in Delphi pascal it looks like this: Begin Edit1.Text := adoquery1.fieldbyname('a field').asstring; end; Thanks a lot for the help. I 'am really a VS noob but willing to try. Grtz Dipsy. Well, first you need a datasource, then you will have a table you can access. edit1.Text = ...Show All
Windows Forms About KeyPress functions in Visual C# 2003
Hello I have an question to the forum about the eventargs used by the "KeyPress" eventhandler: In this there is a property example "IsNumber()", which has number in the function. I have some textboxes where the text should only be letters and then no numbers and others only number no text. 1) The question is can you open this build in functions and create my own function to this Because if I would use "Backspace-Key" and write number, t ...Show All
Visual Studio Team System I installed (with very difficults) Team fundation Services but now ...
My environment is : - DB Server - SQL 2005 June Dev - TS Server - Team fundation Jully - Visual Sutdio 2005 Jully When I want to add a team project in my VS 2005 , i have an error with sharepoint. When I load http://localhost i don't have any sharepoint sites. I decide to create a top level site for my http://localhost but when i launch this url he said "Cannot connect to the database" Do you have an idea for my problem I pass ...Show All
.NET Development Problem with Reflection & Dynamic Linking
Hi guys I'm designing a program and decided to add plugin support so I readed an article about enabling plugins in .Net and did this 1- Class Library: Includes an Interface "EditorInterface.IEditor" 2- Class Library (The Plugin): Includes a Class "TextEditor.Editor" that implements that interface and of course I added a reference to the 1st class Library "EditorInterface" 3- Host Application which includes a referece to "EditorI ...Show All
SQL Server Windows synchronization manager and subscriber web synchronization
Hi, I wanted to confirm that the Windows Synchronization Manager can be used to synchronize subscribers via HTTPS using SQL Server 2005 Express. I have been having some odd issues, one being that the HTTP Basic Login password exceeds 128 characters when I change the subscription properties on the subscriber and I have to re-enter the password, another is that I can't get an initial snapshot via web sync - the synchronization times out. However, ...Show All
Windows Forms How to add the items from one list box to another
I have to listboxes listbox1 and Listbox2 Two buttons Add and AddAll When I clcik Add button The Item selected in the listbox1 should get added to the listbox2 and it should be removed from listbox1 If the Item is not selected it should give error& ...Show All
Visual Studio Team System LoadTestContext
How can I get hold an instance of the LoadTestContext When You can access the load test context from a Load Test Plugin. Please check out the following post for information on creating a load test plugin. The load test context is a member of the LoadTest class passed into the LoadTestPlugin. http://forums.microsoft.com/msdn/ShowPost.aspx PostID=24686 ...Show All
Visual J# hi
Hai ,,,, a simple Question ... Is there any similiraties between C# and J#... Yes, you are right...if you compile code written in a language that runs on .NET, Then the compile code (called IL) can run on any machine that has CLR. ...Show All
Visual C# Multiline comments auto-add "*" is driving me mad!
Try this: (1) Start a multiline comment by typing /* (2) Press return. (3) Aaaargh! Where did that extra "*" on the new line come from I don't want it! Is there ANY way of turning off this unwelcome behaviour It's seriously trying my patience having to press Ctrl-Z EVERY SINGLE TIME I PRESS ENTER IN A MULTILINE COMMENT! Grrrr! [EDIT] I see from this thread that there's no way to turn this off: http://forums.microsoft.com/MSDN/ShowPost.aspx PostI ...Show All
Windows Forms moving window with right mouse button
I'm using window without titlebar and I want to move it by dragging it with mouse. I tried: case WM_LBUTTONDOWN: SendMessage(hwnd, WM_NCLBUTTONDOWN, HTCAPTION, 0); bre ...Show All
.NET Development SerialPort - How much time between Close and Open?
In the Microsoft .NET documentation for SerialPort.Close, the following cryptic statement is found. "The best practice for any application is to wait for some amount of time after calling the Close method before attempting to call the Open method, as the port may not be closed instantly." How many milliseconds in a "some amount of time" unit Our company has a library of Common Service classes that are used by a num ...Show All
Smart Device Development VB6 application & VS.NET 2005 Smart Device application
Hi all, I have a vb6 app with an Access database. There is no intention to upgrade this app to .NET in the near future. I need to further develop the app so it installs a subset of the data on smart devices (eg. pda, smartphone) What tools do I need to develop this pda app, and how can I sync between the 2 apps Thanks, Ivan nope there is a serparate installer located here for example C:\Program Files\Microsoft V ...Show All
