ErikLidman's Q&A profile
.NET Development The Download of the Specified Resource Has Failed Error
I am using a .NET 1.1 web service provided by a third party in an application. The application is used at a variety of sites with heterogenous network setups. A VPN exists between each of my client sites and the third party location of the web service. In 15% of the cases clients can view the web service in a browser but the browser hangs on trying to click a web method. For example http://remotesite/webservice.asmx works, but http://remo ...Show All
Visual Studio Documentation For VS2005
Hi, I see that build comment web pages has been removed from VS2005. All are suggesting to use Ndoc. The latest downloadable version available for Ndoc is 1.3.1. Is it compatible with VS2005 I tried using it but I wasn't able to get documentation sucessfully. Any help in this regard is welcome. Ann. NDoc 1.3.1 is not compatible with VS2005. A new version, 2.0, is in the works but it's still ...Show All
Visual C# How to create a setup project for the C# application?
It seems visual studio express edition only supports ClickOne mechanism. I want to ask what other functions do visual studio 2005 standard version support(what about more advanced versions) And how to create a setup project for the C# project. Thank you! you can have a overview of the differences between the different Visual Studio versions on this page http://msdn.microsoft.com/vstudio/products/compare/default.aspx ...Show All
Visual Studio 2008 (Pre-release) Suggestion: DockPanel attribute that tells it what to do if not enough space
I would find it useful if DockPanel had an attribute (or perhaps even a set of four attributes, one for each edge ) telling it how to lay out if it doesn't have enough room. Specifically, my DockPanel only has elements docked to the bottom, not to any other edge or to the center. If it doesn't have enough vertical height, I want it to prefer to show the bottommost elements, not the topmost ones. Here's how it looks when there is enough roo ...Show All
Windows Forms Word contacting Versign
Everytime I launch word, it is trying to contact crl.versign.com. For now I block these contacts with my firewall. can anybody tell me why Word would try to contact Verisign Regards Nothing of that kind. It is a relatively new installation of&nb ...Show All
Visual C++ loading a jpeg in mfc
hi . i have an mfc application, in which i want to load a jpeg which will be created at run-time, at a pre-determined location on the hdd. sounds simple. i assumed i would have to instantiate an image object, get a stream on the jpeg file, and pass that stream to the image object, and finally do something like dc.selectobject(image object), where dc is the device context. but i am not able to find something quite like that or any examples. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Interactive Audio Variation / Transition auditioning?
I've made a simple XACT project containing one cue that has 4 variations. I set up transition parameters, and was hoping to audition the transitions in action. I can connect to the audio console app and get events to play, but I don't see any variable slider to control which variation is playing. Actually, I'm not even sure if I set up the cue correctly for this. My second question would be: are there any example XACT projects that fe ...Show All
Visual Basic Missing Smart Tag options
I am working with and new to Visual Studio 2005 Standard Edition and Visual Basic. I am reading a book titled "Introducing Visual Basic 2005 for Developers". In a section describing use of smart tags in developing a simple application, the book states a control's type can be changed using the smart tag. However, when I click on the smart tag for any of the controls, I am not given the option to change the type. Are some options onl ...Show All
.NET Development Create new Icon object
Hi, How can I create new Icon from content or embeded resource Thank's Alexei Hi, Solution: public override Icon getIcon() { // get a reference to the current assembly Assembly a = Assembly.GetExecutingAssembly(); // attach to stream to the resource in the manifest System.IO.Stream imgStream = a.GetManifestResourceStream("Win32E5.Basic.Icons.Title.ico"); Icon icon = new Icon(imgStream); return icon; } ...Show All
Visual Basic How to use a Process to run CMD and a DOS utility to send Commands
Hello, I need some help. I want to write a program that will do the following: 1. Start a process that will run CMD.exe 2. Once in CMD window run the DOS utility (i.e., "C:\utility.exe Command) where Command is the command to send to a device. 3. There are about 5 or 6 commands that I need to send to configure a device using this utility. This utility exits with the "quit" command and returns to CMD window. Ca ...Show All
Visual Basic How would I restrict input for a textbox.
I have some textboxes that I only want numbers in and only want a range of numbers to be valid. Also I do not want to use NUDs. I already have the textboxes connected to functons and subs so I do not really want to change them. How would I do this I used following code to be sure that the input values in textboxes were a number between 0,1 to 25. The stored array values are ten times as high as the input because and data type is " ...Show All
Windows Forms Setting Locale
How i can set program locale to other language in windows applications in c# last times i was programming in VC++ 6.0 i user setLocale() function to change the locale but no i can't find it in c#! thans a lot hassan azizi System.T ...Show All
.NET Development Problem with 'Oracle client' and 'ODPnetOnly'
Hi all ! I have both Oracle Client and ODPnetonly on my system. They have their different homes. If the path of Oracle Client (D:\oracle\ora90\BIN) is before the path of ODPnetonly (D:\odpnetonly\bin), then I have a problem. In this case, my web applications (in C#.net) don’t work but my console applications (in C#.net) do. And if I change the path of ODPnetonly before the path of Oracle, then my web-applications work but my c ...Show All
Visual Basic Processing Serial Data
I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All
Visual Studio Express Editions Can´t install express editions
Hi, I have compiled a dvd with all the express editions in it, separated by folders (VC\setup files in the *.img,etc.) and when a try to install any of the express editions (c++,c# or whatelse) i’m getting the next message: "A problem have been encountered while loading the setup components. Cancelling setup." , how can i solve it Thanks. I had the same problem, then I recognized I've made a mistak ...Show All
