Evergray's Q&A profile
Visual Studio Help needed in structing a solution in source safe safely
How can I structure my Solution in source safe Hi I have created a solution in vs.net as follows Framework DataTier (solution Folder) DT.DataManager (class Library) BusinessTier (solution Folder) BT.BusinessManager (class Library)   ...Show All
.NET Development HTTP and HTTPS Over My Socket
I need to be able to HTTP and SSL over my own socket (Socket class). The big picture is that I'm writing a combined client and server for a protocol that sends XML messages via SOAP over HTTP and HTTPS with and without keep-alive and gzip. I'd write a web service, but it looks like that won't give me sufficient control of the underlying socket. With .NET 2.0, it looks like my life will be eased with SslStream, GZipStream, and X ...Show All
Software Development for Windows Vista Designer fails to create Activity Binds for Web Service
So I tried to invoke a very Simple ASMX Web Service from my Workflow. My ASMX Web Service has an int input and string return. In designer I Add a reference to this webservice, and it recognises the input and (ReturnValue) as parameters in the proprty box. When I right click and 'Generate Handlers' it gnerates a single invokeSimpleWebService_Invoking method generated. There are no options for any other methods. H ...Show All
Smart Device Development "the new connection uses a data provider that is not supported"
When attempting to estbalish any form of data connection in my mobile device project I get - "the new connection uses a data provider that is not supported" That's in designers, right (there's no such message in NETCF runtime). Which data base you're trying to connect to NETCF only supports SQL Mobile and SQL Server 2000/2003; you'd need 3rd party provider for other DBs. ...Show All
SQL Server Does RS2005 check for SQL Injections on it's parameters?
Dear Anyone, One of the common usage of report parameters in reporting services is having a free form text. One of the common ways of bringing data to RS is by using stored procs -- usually taking inputs from report parameters. Does RS2005 have safeguards for SQL Injections and other hacking problems Thanks, Joseph ...Show All
Windows Forms Add menu items to all instances of a form in a MDI.
This is my first project in VB.NET so this may seem like a newbie question, because it is! I have a MDI form. On this form there are multiple instances of frmA. frmA has a menu called mnuSendTo. mnuSendTo will have more items ...Show All
Visual Basic TextBox array
I am upgrading a program that I wrote in VB6 to VB2005 and am having trouble with textboxes. In the VB6 version, I used an array of textboxes to display and order text on screen according to it's priority. This was done in a module. The VB6 program takes a new message, checks it's priority (assigns the texbox color according to priority) and then adds it into the array according to the textbox color and arrival sequence of both itself and the ...Show All
Visual C++ VC++ Solution explorer filters blues
Software: Visual Studio 2005 Pro Hi, I am using the "filters" ( the folders looking icons ) under my solution for better files organisation. All is good. But when I give the code to someone who is trying to make sens of my project without loading it in Visual C++, the files on the file system look like a mess. I have a large number of files under almost 10 filters. Example of my filters are "Interfaces", "implementatio ...Show All
SQL Server SSSB Error Message
What could be causing the following: This message could not be delivered because its message timestamp timestamp has expired or is invalid. Keep in mind the synchronization doesn't have to be exact - with 20 minutes or so is adequate. The most common cause of this is that someone has the timezone set wrong so GMT is not correct. It's also theoretically possible for a very slow network or message forw ...Show All
Visual Studio Tools for Office Managing deletion of bookmark controls
Hello, I am implementing a Word customization that ue bookmark controls to identify pieces of text in a document. I would like to perform some cleanup procedures when the user deletes one of the bookmark when editing the contents of the document. It appears that the VSTO runtime has a way to keep track of this because he properly updates the Control collection in this case. For example, if I create a bookmark control using Visual Studio ...Show All
Software Development for Windows Vista LoadLibrary (regsvr32) fails without Visual Studio 2005
I've just upgraded from Visual Studio 6 to Visual Studio 2005. I've got the latest DirectShow stuff (in the platform SDK) and am using it. Everything builds and runs fine on my development machine (which has Visual Studio 2005 installed) but when I try: "regsvr32 "myfilter.ax" on a different machine (without Visual Studio 2005, both machines are WinXP Pro and up to date AFAIK), I get the error: LoadLibrary ("myfilter.ax") failed - ...Show All
SQL Server SQL Mobile Embedded XP support?
I am building a mobil application using Windows XP embedded. I need a database that will run on xp embedded as follows: Client mode: Sometimes connected to server(local) sometimes disconnected. Server Mode: Ready access to database from client and system running server. Client must be able to switch to server mode in event of failure. Does SQL Mobile support running Windows XP embedded on the Server Does SQL Mobile support running ...Show All
Visual Basic Update project references
Is there any way to tell a project to update its references without having to recompile I have a case where ProjectB references the dll of ProjectA. When I change ProjectA and recompile I then need to update ProjectB in order to ProjectB to recognize the changes. Of course one way to do this is by recompiling ProjectB, but it seems like there should be a better way. For example, removing and then readding the reference t ...Show All
Smart Device Development Connecting i-Mat Pocket PC with Bluetooth receiver
Hi all, I have an I-Mate Pocket PC with Bluetooth ports COM4,COM5. Also I have two external devices a GPS receiver,Printer. The two devices can connect the Pocket with Bluetooth connection. I built a small application in VS.Net 2003 to read data from the GPS receiver, and to write these data to the printer. I defined the Pocket recognize the GPS and the Receiver automaticlly. The problem is that the application cann't use the two devices on the ...Show All
Microsoft ISV Community Center Forums email from excel
The code at the end allows me to send an email with outlook with some fields from an Excel spreadsheet. Note that in the body I copy a table in html format. Is there an easier way to include in the body a range of cells in table format Thanks, Antonio Sub send_email_confirm() Dim objMail As MailItem Set objOL = New Outlook.Application Set objMail = objOL.CreateItem(olMailItem) ' determines if sale or purchase Di ...Show All
