Jornie's Q&A profile
Visual Studio Restore backup
Something happened to our VS 2005 app where the system started reporting errors with modules. We wanted to restore the app from a backup from a few days ago but are not sure what folders need to be restored in order to set everything back the way it was a few days ago. What folders need to be reset Thank you Robert Robert, On this forum we're mostly just here for assistance with using the tools include ...Show All
.NET Development sharing web service objects between web application and web control library projects
I am working on a C# 2.0 web application which is built in multiple projects (including class librarys and web service applications). I am using web services to pass back custom business objects to the web application. I am having a problem with then sharing this objects with my other projects (specifically the control library). The issue is that two projects both have a web reference to the web service application and when I try to pass an ...Show All
Visual C# Mnemonics unpainted with themes
With the .net 2.0 the underlines for mnemonic characters are not painted. I am not sure if this bug goes back to .net 1.0. Does someone have a workaround Johan, Thanks for your reply. Sorry I had not looked at all of the other posts earlier. Somehow, I missed them - probably because this was the first time I used this service. Have everything squared away now. Dave Glandorf ...Show All
Visual Studio Team System Automating a web test
May I first say "thank you" to those who have answered my prior questions about coding web tests. Summary: My overall goal is to write a simple web test that places a test order on our web site, and then be able to schedule that test to run once per day. If the test fails, I'd like to either store that in a database, or email someone. Here's some difficulties I've run into so far: There is no exposed property in the post ...Show All
.NET Development Will AnyCPU cause binaries to run as 64-bit on x64 machine
I used VS2005 professional to compile 18 .Net assemblies using the AnyCPU platform setting in configuration manager. I also have a startup executable that calls into one of the GAC libraries to start/run the program. I compiled both the program and all assemblies on at 32 bit Windows 2000 OS using the "AnyCPU" platform setting On the 64-bit computer running XP-Professional(64)... All assemblies were successfully loaded a ...Show All
Visual Studio Team System Unable to Debug with HostType and UrlToTest attributes in VSTS?
Hi, I am unable to debut UnitTest project with HostType and UrlToTest attributes.Here are the details. I have created a new Web Site application using Visual Studio 2005. I selected an empty website application and added MasterPage.master and content page(Default.aspx). I selected a file system option while creating the web site and my web application’s(ASPTDDWebApp) physical location is “C:\Anjaneya\Work\ASPTDDWebApp” I have cr ...Show All
Visual C# Problem with Visual Studio C# Express Edition
I have installed VS C# and have been getting an error "The file name, directory name or volume label syntax is incorrect. (Exception from HRESULT: 0x8007007B)". I also installed VS web developer and had the same problem but I installed it in another account and imported the settings and it works fine now. But VS C# still has the same problem. I guess the problem was the & symbol in the name. I can't figure out how to get to ...Show All
Software Development for Windows Vista XPS and High speed digital print manufacturers
Hi all. I am interested to hear if microsoft has been involved directly or by third party with hardware manufacturers with respect to XPS (e.g., Xerox etc). These companies tend to support and RIP Postscript or derived technologies such as VPS via Creo RIP to drive their high speed colour printers (such as the Xerox iGen3). Do microsoft feel that metro is a language that will work alongside postscript in this arena and is there any f ...Show All
Smart Device Development unresolved extern when using LPCWSTR
I am porting a set of projects from evc4 to VS 2005 One of the projects is a DLL and the other one uses the dll. In the dll there is a function such as HRESULT APIENTRY MyFunction( LPCWSTR lpwcsFormatName, DWORD dwAccess, DWORD dwShareMode, QUEUEHANDLE phQueue) {...} In the calling program it is used with a header: HRESULT APIENTRY MyFunction(IN LPCWSTR lpwcsFormatName, IN DWORD dwAccess,IN DWORD, dwShareMode,OUT QUEUEHANDLE* phQ ...Show All
.NET Development Making a Text Box Form Focusable
I have a dialog box I designed appear when a user needs to enter a UPC. It has some rich text boxes, panels, and one text box. I use the following code to set the IBeam in the text box when the dialog box appears: public TestScanDialog() { InitializeComponent(); // Start cursor in text box testScanDialogTextBox.Focus(); } Problem: The IBeam is not appearing in the text box. More Info: I ...Show All
Visual Studio fatal error CTC2013: Can't start preprocessor
Hello! I have the following configuration: Microsoft Visual Studio 2005 Version 8.0.50727.42 (RTM.050727-4200) Microsoft .NET Framework Version 2.0.50727 Installed Edition: Enterprise Microsoft Visual Basic 2005 55603-000-0000016-00940 Microsoft Visual Basic 2005 Microsoft Visual C# 2005 55603-000-0000016-00940 Microsoft Visual C# 2005 Microsoft Visual Web Developer 2005 55603-000-0000016-00940 Microsoft Visual Web Developer ...Show All
SQL Server What directory would be best to store the .SDF file in?
I am creating some applications for Windows Mobile 5.0 devices to be used internally at our company. Each device will run several home grown applications that will all share the same common SQL Mobile database. What I am wondering is whether or not there is a standard path where such a database is typically stored in Windows Mobile 5.0. I see a folder called Application Data. Is that what it is for, or is that one for some ...Show All
Visual Studio setup problem
I setup the Visual Studio 2005 Beta2, during the installation, it said ***EndOfSession***[ 06/20/05 , 10:46:55 ] MSXML 6.0 Parser: [2] Error code 1603 for this component means "Fatal error during installation. " [ 06/20/05 , 10:46:55 ] MSXML 6.0 Parser: [2] Setup Failed on component MSXML 6.0 Parser ***EndOfSession*** ***EndOfSession***[ 06/21/05 , 10:46:34 ] MSXML 6.0 Parser: [2] Error code 1603 for this component mea ...Show All
Windows Forms DevExpress and .NET
Now I try to use DevExpress and I want to make a seminar to introduce DevExpress to my friends. But I can't find the special features that DevExpress has and .NET don't have. for example: dev TreeList and ASPGrid Can you tell me more and&nbs ...Show All
Visual Basic Code Analysis doesn't appear in the error list
Code Analysis doesn't appear in the error list When I run the code analysis, the error list opens. It tells me how many warnings I have. But the list is blank. Any suggestions dennist685 Maybe you set the list not to show Warnings by accident. Can you try clicking on the tool bar button with the number of warnings HTH, ...Show All
