Tom Majarov's Q&A profile
Windows Forms Connecting and Uploading To FTP
Hey, Using my windows form, i am needing to connect and upload certain files to a FTP. Does this require alot of code or simple , address, username, password port etc I cannot find a method to do such a task, can anyone give me any suggestions to help me, or tell me any resources to help Thanks for your time Chris There aren't any&n ...Show All
Visual Studio Express Editions problem with partial class
I have a partial class implemented in two different files. The problem I am facing is that, while I am debugging, the control goes into the other class but it does not execute rest of the code in it. Both these implementations are part of same dll and they are with in same namespace. Any help will be highly appreciated Thanks raindrops123 I have a file say file one which has code something like this public sealed partial class TestPartialClass : TestClass { // member vaariables private long itemId = 0; private string itemPathName = null; public long ItemId { ...Show All
Visual Studio Express Editions The element 'Project' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Propertygrou
Ever Since I installed beta 2 I've been recieving The following error under the Microsoft.common.targets tab, in Visual basic beta2. I don't uderstand the problem. Warning 1 The element 'Project' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003' has invalid child element 'Propertygroup' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. Expected 'PropertyGroup, ItemGroup, Choose, Error, Warning, Message, UsingTask, Target, Import, ProjectExtensions' in namespace 'http://schemas.microsoft.com/developer/msbuild/2003'. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50215\Microsoft.Common.targets& ...Show All
Windows Live Developer Forums Bolg by email with photo?
Folks @msn, The email publishing is great! Could you guys add something like this Blog by email with photo or photos as an attachment. Basically the photo(s) will be uploaded as part of the blog. I would love to have this feature soon. Reply by email if possible. Alex I believe photo attachments are currently supported in the blog by email feature. ...Show All
SQL Server SQL Server Profiler and Sysmon monitoring local vs. remote
Most people have heard the suggestion to monitor a SQL Server from another machine because Profiler and Sysmon consume a lot of resources. Monitoring a server locally also introduces a Heisenberg uncertainty principle type of problem where the act of measurement alters the state of what is attempting to be measured. I heard a SQL Server MVP making a case for not monitoring remotely because of the network bandwidth demands. Are there situations where monitoring should be done locally Is there an exception to the rule of using another machine to monitor If network traffic becomes an issue then probably SQL Se ...Show All
.NET Development Collections and Configuration files
Is it possible to save/read a strongly-typed collection into/from an app.config file With the new Configuration Sections and stuff, I see a lot of new things, but I haven't been able to determine if this is possible. This is more of an accedemic question, I guess since I'm pretty much decided on doing my own XML file (writing the collection into a dataset and saving as xml) and writing a separate app for editing the configuration to have tighter control over what's in it. Maybe there are other features w/ .Net 2.0 of which I'm not aware that makes more of a compelling argument to stuff it into the app config. Thoughts ...Show All
Visual Studio Team System Managing Documents with VSTS
Hi, I work with a senario in which I manage my project's documents in my source control utility. In VSTS I can not manage documents with source realeses, meaning I can not cheak out/in documents via VSTS, I have to check out/in via word/share point. Is there a way I can connect my documents to a specific realease in source control So I can know that this document is realeted to a specific realese Thank you Yaarit You can choose to manage your documents in Sharepoint or in TFS (or both). It is true that the Team Explorer window exposes sharepoint but you can use the Source Control Explorer windows t ...Show All
SQL Server SQL Server 2005 June CTP installation issues
I recd. a free DVD of SQL Server 2005 June CTP Readiness Kit. To install SQL Server 2005 June CTP, I uninstalled VB 2005 and Visual C# 2005 and .NET framework 2.0 and anyother related software mentioned in http://support.microsoft.com/default.aspx scid=kb;en-us;908451 Even after uninstalling the necessary components, I got the error: *** SQL Server 2005 CTP Setup has detected incompatible beta components from Visual Studio or SQL Server. You must run the build cleanup wizard from the CD to remove previous SQL Server 2005 components and .NET Framework components, and then run SQL Server 2005 CTP Setup again.&n ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Device.VertexDeclaration returns always null (.Net 2.0)
The VertexDeclaration property of the Device seems to return always null. Version 2.0.900.0 (from Reflector) public unsafe VertexDeclaration get_VertexDeclaration() { Exception exception2 = null ; DirectXException exception1 = null ; IDirect3DVertexDeclaration9* declarationPtr1 = null ; int num1 = **((( int *) this .pComPtr))[0x160]( this .pComPtr, &declarationPtr1); if (num1 < 0) {   ...Show All
SQL Server Error message setting up System DSN: Setup routines not found. Please reinstall driver.
Hi, I'm running W2K3 SP1. The MDAC Configuration Checker reports MDAC 2.8 SP2. The only discrepancy is MSADCO.DLL, where the expected version is 2.82.1830.0 and my actual version is 2.82.2651.0 (svr03_sp1_gdr.060301-1546). The error message I'm getting when I use the ODBC Administrator dialog to set up a new entry is: "The setup routines for the SQL Server ODBC driver could not be found. Please reinstall the driver." This is followed by a dialog titled: "Driver's ConfigDSN, ConfigDriver, or ConfigTranslator failed." The body text of the dialog is "Component not found in the registry." Does anyone hav ...Show All
Visual Studio Using visual source safe within visual C++ express edition
Hello, I have a project under microsoft developper studio 97. This project uses visual source safe 6.0. I'd like to know if, after the installation of visual C++ express edition, it's possible to integrate visual source safe in visual C++ express edition Because when I try to open the .dsw file of microsoft developper studio 97 with visual C++ express edition I obtain the following message :"The source control provider associated with this solution could not be found..." If yes I'd like to know how Thanks in advance for your answers pledreau I don't know which is the bet ...Show All
.NET Development SQL user permissions
Using C# how do I obtain information about the access permissions on an SQL Server database. For example, I need to discover if a user is alllowed to perform select, add, delete & updates on a table. If you use SQL Server, you can query the TABLE_PRIVILEGES view to query for this information. In your C# application, you just create a SqlCommand, and in the CommandText, provide a query that queries this system view. ...Show All
Smart Device Development capturing web form values in WebBrowser class .net compact 2.0
I realize that .net 2.0 compact framework does not support the Document property in the WebBrowser class, which is the straightforward way to, say, detect whether a checkbox in a web from is checked. I've tried what was suggested in http://msdn2.microsoft.com/en-us/library/ms229657 ; however, it doesn't work as advertised. Even when I used the exact code snippets as shown, the Url property of the WebBrowserNavigatingEventArgs was null and did not contain the form values as one would expect from a GET. Am I just out of luck, or is there a workaround For example, I have webbrowser1.DocumentText="<html><body>< ...Show All
.NET Development .NET Framework 2.0 Event Viewer error
Since .NET Framework 2.0 x86 was installed on my computer, this event is recorded periodically: Event Type: Error Event Source: .NET Runtime Event Category: None Event ID: 0 Date: 11/13/2005 Time: 1:52:45 AM User: N/A Computer: Description: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is pa ...Show All
Visual Basic using variable data to determine which object to modify
Sorry if this has already been answered before. It probably has but I couldn't think of what to search for. Is there anyway that I can have a variable that holds the name of an object and then reference that object via the name stored in the variable Hope this makes sense and thanks in advance for any help i receive. Like a Hashtable in vb.net they are called Hasthables. in vb6 they are called Collections if memory serves me correctly. ...Show All
