vamsib's Q&A profile
.NET Development The proxy settings on this computer are not configured correctly for Web discovery
I have a WiFi network comprising a Netgear router, a desktop and a laptop. A web service is set up on the desktop IIS. But when I try to add a web reference to a web application developed on the laptop to access the desktop web service, I get an error message : "The proxy settings on this computer are not configured correctly for Web discovery". The desktop and laptop both have the Windows XP firewall enabled. The internet browser LAN ...Show All
Visual Basic How to DYNAMICALLY change connections/locations to Access MDB ?
I have a MSACCESS database of Stock history which has exceeded the 2 G limit. I would like to split it into separate MDB s by year. But I do not know how to DYNAMICALLY change connections to the MDB s, based upon the year of the data being retrieved. Is there a good technique for VB.net to dynamically create and change MDB connections based upon varable data in the program To be honest, it sounds a bit dodgy to have an Acc ...Show All
Windows Forms No System.IO.Directory.Copy?????
Hello There is code (System.IO.Directory.Move(source as String, destination as String) etc.) to do moves and deletes, but no copy Do I have to write my own recursive function to do this I was surprised System.IO.Directory.Copy doesn't exist as a System.IO.File.Copy d ...Show All
Visual Studio 2008 (Pre-release) Deploying a WinFX windows Application
I am trying to Deploying a simple WinFX windows app . when it tries to run on the test client .dosent run . I manually installed the WinFX RTC 3.0 Beta on the test client, the app runs. Is there a way to add the WinFX RTC 3.0 as a prerequisite Like .NET Framework 2.0 as a prereq Thanks Mohammed Mohammed, see my response here and this post in case you want to spin your own bootstrapper . ...Show All
Visual C++ Strange number precision issue
I don't know if this is the correct forum for this question but since I have no idea what would be the correct forum, I'll ask it here. Trying the following expression in code (managed or unmanaged), as well as in a quick watch window in VC++ 2005 gives the following results: (float)1/200 = 0.0049999999 (double)1/200 = 0.0050000000000000001 I have jumped from VC++ 6.0 straight to 2005, and I have never seen anything like that before. ...Show All
Smart Device Development shockwave/flash object for eVC++ applications on winCE 5.0!!
Hi all is there any way to use flash/shockwave content in my eVC application on the wince 5 platform. (....i know we can do in VC++ 6.0 by adding activex shockwave object but how can it be done in eVC++ for wince 5.0 application.) Megh ( megh55555@yahoo.com ) This forum is for .NET Compact Framework programming questions. You might want to consider re-posting to this forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=35&Sit ...Show All
Windows Forms Replicating VISIO Functionality (IMPORTANT)
I have to replicate VISIO's ability to create the FLOWCHARTS using VB.NET. Please provide me a basic roadmap, as to how should I proceed . I am new to GDI and am going through the basics through the material and source code availaible ove ...Show All
.NET Development external / internal access to a web service
I have a simple web service / windows-forms web client / SSL scenario. Every web site allows only one SSL certificate. The certificate is stamped with the URL. Users outside the LAN, accessing the web service, will use SSL. Users inside the LAN will not use SSL. I want to ensure that users outside the LAN are in fact using SSL, and do not come in using HTTP. This is a shared web site. Other apps are on it. I cannot simply block port ...Show All
.NET Development problem to connect at imap server
hello l wold like to connect at a imap server but i can not i trie in dos "telnet imap.mail.yahoo.fr 143 ' but i lost to connect if anyone have solution please help me thanks As noted above,please verify there is a server listening at that port/address pair. To verify you could try pinging the server. If you cannot ping the server either there is not server listening or some intermediate software/device is blocking th ...Show All
Windows Forms Custom properties in application hosted designer
Hi, We are writing an application that will host a form's designer to the user in a windows application. We looked at some sample designer hosting application and we were able to get this running. Now, for the standard windows controls (like Button, Textbox etc) we need to provide custom properties in the property window. We need to hide most of the properties available for this standard controls and include our own custom properties. Is t ...Show All
Visual FoxPro small test on transaction atomicity
Need help with small test on table in database with transaction. Could somebody show state of table after execution this code: CLOSE ALL CLOSE DATABASES OPEN DATABASE "c:\ path to database\data1.dbc" SHARED BEGIN TRANSACTION UPDATE data1! table 1 SET name = 'BBBB BBBB BBBB BBBB BBBB' = Messagebox ('END TRANSACTION') END TRANSACTION if in table1 before execution was 500K records with value "AAAA&q ...Show All
Visual C++ Code from MSDN article doesnt work on Win2K
I copy pasted the code from this article and it works fine on WinXp but fails on a WIN2K machine with zero service packs http://msdn.microsoft.com/library/default.asp url=/library/en-us/secbp/security/creating_a_dacl.asp it fails stating Failed CreateMyDACL so I'm guessing SECURITY_ATTRIBUTES sa never got created. Does anyone have any info on how to deal with this Thanks That is not VC++ specific issues, pleas ...Show All
Visual Studio Formula
Hi, the date comes in the format WW 1 -2005(i.ework week 1,2005).How can I order by ww and year in the report I tried using split function but without success. Thanks, Sudha I think that the split function is the way to go. You might want to check out this article as well: http://support.businessobjects.com/library/kbase/articles/c2014753.asp Keith - Business Objects ...Show All
Visual FoxPro How to find index on column in FoxPro
How can I find out if there is an index on a column in a FoxPro (Free) table using OLEDB in V B.NET. Hi Knightmare, I don't want you to feel ignored, so I'll say hi! I've seen this question before and unfortunately I don't know a way that this can be done. ...Show All
Windows Forms Cannot access a disposed object named "MainForm"
Hello all, I receive this error when I click "cancel" on Login Form. I'm working with CSharp source code, but I don't make any changes. Here is the exception: --- An unhandled exception of type 'System.ObjectDisposedException' occurred in system.windows.forms.dll Additional ...Show All
