GIS_Developer's Q&A profile
Visual Studio Team System TeamBuild throws errors when deploying "additional files and directories" for unit tests
I am using RC. I have configured TeamBuild to run unit tests defined in a test run configuration. All the build steps work correctly except when TeamBuild tries to copy the "additional files and directories" specified in the test run configuration it runs into a UnauthorizedAccessException. When I run the unit tests locally all the additional files and directories are correctly copied to the /TestResults/<test run name>/Out ...Show All
Visual Basic Help.
How do I create a grid of pictureboxes (25 x 25) on Visual Basic 2005 and auto-name them pbx(row)_(column) for the picture boxes It is to slow and hard to manually rename all 625 of them. Ok question answered, thanks. New question: OK, I ran into another problem. I want it be so that if I click the picture box with the person in it, you can move him by clicking on another tile. How do I do this (I tried (got from Dustin_H 's sample code) : ...Show All
SQL Server will SQL and windows authetication applied during setup has other implications?
I choose SQL and windows authetication during SQL Express 2005 install. Will this has any impact on the connection string in my Visual Studio 2005 environment The setup during installation only predefines what you *can* use. If you chosse mixed authentication, like you stated above, this should be no problem, you can use WIndows authentication which would be (...)Integrated Authentication=true(...) or SQL Serv ...Show All
SQL Server Help!! "The report server has encountered a configuration error........"
Hi There, I have installed Sql Server 2005 on my machine. I've managed to created report, but when i try to deploy e same, I'm getting e following error...am i missing something here The report server has encountered a configuration error. See the report server log files for more information. (rsServerConfigurationError) Access to the path 'C:\Program Files\Microsoft SQL Server\MSSQL.4\Reporting Services\ReportServer\RSReportServer.config' i ...Show All
SQL Server Remote Access - How To & Security Concerns
Is anyone familiar with how to enable remote access to SQL Server 2000 ...and what are you security issues surrounding this Any help appreciated. Adamus I guess you have to be a bit more specific to let us help you. WHat do you mean by remote connection, a connection beyond a firewall HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Windows Forms help with usercontrol
I'm a new user and this is the first time I write. I'm doing a user control in VB.NET that has one commandbutton and one textbox and do several things. I created my properties and they worked succesfully. My problem is that I want to hide ...Show All
Smart Device Development not able to connect to Internet with Pocket PC 5
Hi, I am trying to connect to internet using proxy server option with Windows Pocket PC 5. I have provided the proxy server ip address and the port correctly. But still when I try to connect to the internet it displays the error below. "Connot connect with current connection settings." Secondly I want to send mails using Pocket PC 5, but since I am not able to connect to the Internet sending mails is not possible. Pleas ...Show All
Visual Studio Express Editions opengl api
I'm taking a class on computer graphics soon and I want to get set up to compile glut etc. I found many resources online for how to install pdsk, update visual8 c++ express direcories to read from pdsk bin, include and lib. I even got the glut.h , glut.dll (put this in system32)and glut.lib. I got the #include <Gl/glut.h> to compile fine for a win32 console application. The program I got from a book using glut compiles fine no errors. It e ...Show All
Windows Forms Menu keyboard shortcut works sometimes
My main menu is build with ToolStripMenuItems. I enable and disable keyboard shortcuts with: m_miHideSelected->ShortcutKeys = Keys::Control | Keys::H; m_miHideSelected->ShortcutKeys = Keys::None; This example is a sub menu eg 'Display' -> 'Hide Selected'. I find that this shortcut often does not work, dispite the correct code to enable it being executed. I have verified the code path by logging. If I click on the p ...Show All
Visual Studio Express Editions Where is the console window?
I'm new to c# express, but I have want to know where the console window is. I have seen in some tutorials that a console windows pop up and shows the results of your code when you run it, but I can't seem to get his window. For example I try the "Hello, World!" example, I type in the code I run it, a couple of things pop up quickly and go away but I don't see the text "Hello, World!" anywhere. In the tutorial it is shown down ...Show All
SQL Server SQLXML managed classes - passing parameters to templates (error or documentation lack?)
hello, i just made template file: < xml version="1.0" encoding="utf-8" > <root xmlns:sql="urn:schemas-microsoft-com:xml-sql"> <sql:header> <sql:param name="ids"/> </sql:header> <sql:query> execute comparegoods @ids </sql:query> </root> and it work just fine from virtual directory, but when i try imlement this in C# using SQLXML managed classes ...Show All
Windows Forms .net 2005 Setup Project ... help
Here's my scenario. I have created a setup project in VS2005. Using the file system editor I have added some non essential files and folders in the application folder (image files, doc files, etc.). I also created a shortcut to the primary output exe and placed that shortcut in the user's desktop. After installation, if the user deletes one of the non essential files and clicks on the shortcut to the primary output that wa ...Show All
Smart Device Development Can an application trigger another application in Pocket PC Envoirnment
Hi! If somebody can please guide me over here, it will be greatly appreciated. I want to run an application (written in VB.net) that triggers another application on my pocket PC. Is this possible I know it works for windows envoirnment but I am not too sure if it will work for Pocket PC Envoirnment. Any sort of feedback will be helpful. Thanks Hi, And to add to Anand's answer, if you are using v1 of CF then yo ...Show All
Visual C# Passing a string from a C# program to a Win32 C++ dll?
I week or so ago a few of us on this forum were trying to figure out some problems with using functions within a C# program that were made in a C++ dll, and thanks to some very helpful guys here, we were able to figure it out. However, I am now having a problem trying to pass a string from my C# program into my Win32 dll function. I have tried everything that I can think of, but since I am not all that adept at C# programming, I haven't come ...Show All
Microsoft ISV Community Center Forums Emailing from an Access form.
Hi I have been asked to create a tracking system that will automatically email team leaders of when they need to add to data are that comments or other wise. What I need to do is develop a form that allows the selection of a record and then who to send a reminder email to and a comment text box that will be added to the email. is it possible to do this I can get the form to show the records and build the form but I have no idea ho ...Show All
