dkbryan's Q&A profile
Visual Studio Merging auto-generated code with custom code?
Let’s say you have a DSL combined with a set of wizard and recipes to generate code for a custom framework on which a customer would like to build all future .NET applications. As a developer I start the first iteration of the application development and generate supported implementation artifacts. Then I continue adding my business logic (e.g. code behind “click” events in a form or code in C# classes which skeletons were generated through re ...Show All
Visual C++ Visual Studio 2005 Install
Hi, We just got 2 copies of Visual Studio 2005 Professional Edition, upgrade. Previously we were using either VB.NET or C++.NET. We are experiencing install problems. I have a general quesiton. Can we upgrade to the Professional edition from Visual Studio 20003 that just had either VB.NET or C++.NET I would think so. Thanks Hoop According to Microsoft's si ...Show All
Visual Studio Tools for Office Need guidance on which VSTO tools to use for Word template project
I am trying to implement "in place" editing of data at certain locations in a Word document - ideally using something like form fields, with XML nodes or VSTO bookmarks. The catch: I need this data to round trip to a userform or actions pane. In the past, this was not possible - when the user clicked a form field or bookmark and typed, it obliterated the bookmark, making it difficult to reliably get that information back into a record ...Show All
Visual Studio Express Editions Reading from Textfile...
Hello, I need to read from a text file stream... Yes, I know, it's streamReader but what I really need to do is assign a variable for each of the lines... How would I do this For instance, this is the text file: -----------------------------START (exclude this from the imaginary text file)-------------- 14 ab keehun visual basic 15.43 --------------------------------END-------------------------------------- and line one (14), I need to assign t ...Show All
Visual C# Exe file remaining the memory
I am working on real time project which involves with timer object.But when I exit from application project exe file still remaining in the memory. Before exiting I disable timer and also I use Dispose() method to totally remove it from memory. But after all these I have same problem. Any body van help me! Thanks ...Show All
Windows Forms Check emails and download attachments from vb.net
I need to create an application that checks email sent to a particular address on mail server and extract any attachments from these emails. I am using mail server 2003. Could someone please throw some light on how i can do this thanks & ...Show All
Windows Forms Translating VB code to C# - need some help
Hi, Sorry to bug you all, but I have a quick question. I attended a Microsoft CodeCamp this weekend and they had an exmple that was written in VB. I would like to port that over to C#. Here is one of the VB examples. Publ ...Show All
Software Development for Windows Vista visual studio2005 designer for windows workflows
hello, my problem: i don't know how to get the "visual studio2005 designer for windows workflows" started. i tried to install some different combinations of the ms workflowstuff, offered on the microsoft download sites, but it doesn't work. can you help me, perhaps with a list of modules to be installed in the right order for info: my system is win xp sp2 and vs.net2005 latest version. thank you very much, regards ...Show All
SQL Server WMI Configuration?
Hi All, I tried to install SQL Server 2005 Developer Edition RTM version and SCC failed with the message: "The SQL Server System Configuration Checker cannot be executed due to WMI configuration on the machine mymachine Error:2147749917(0x8004101d)." Looking on SQLSetup0032_mymachine_SCC.log I have: " Processing article WMIServiceReadRegWorking Scc Error: 50024 (0xc368) Error code: 2147749917 (0x8004101d) Calling callback function for ...Show All
Windows Forms Could not load type "TaskVisionWS.Global"
I actually can't get it working. When I try to navigate to http://localhost/taskvisionws/authservice.asmx I get the following error message: Parser error .... Could not load type TaskVisionWS.Global I tried to put the TaskVisionWS.dll in the GAC but it isn't a str ...Show All
Visual Studio Team System Strange behavior from IDE while running tests
I am following the "How to record and run a Web Test" walkthrough. If I go to the Test View panel and select "Run Selection" on my coded web test, everything goes as expected. However, if I hit F5, as is my habit, it starts by running a manual test (and I tell it to pass this test) and I stop debugging at some point. But then the IDE seems to get stuck in a state between debugging and not-debugging. I cannot edit files without getting a warning ...Show All
Visual Studio Team System Attempting to get the HttpContext.Current.Request.UserLanguages, asp.net unit test.
I am running ASP.net unit tests against a class that lives in a virtual directory in IIS. In the class, there are references to the HTTPContext object. This object is populated, except the HttpContext .Current.Request.UserLanguages property. I assume that I need to modify the request headers with something like, webrequest.Headers.Add( "Accept-Language" , "en-us,es-mx;q=0.7,af;q=0.3" ); Unfortuntly, this doesn't add ...Show All
Windows Forms Keyword is "mari"
Congrats David !! I can do nothing !!! Well, it looks like my original plan has worked after all. The aggressive behavior of asgard32 towards mari was able to drive them out gradually. Now I can see more varieties of other herbivor ...Show All
.NET Development Passing Dictionary in WebService
I tried to pass Dictionary as a return value of a webservice Here's a snippet of the code: //I marked BL.Customer class as serializable. [Webmethod] public Dictionary<string, BL.Customer> GetAllCustomer() { Dictionary<string, BL.Customer> customers = new Dictionary<string, BL.Customer>(); &nbs ...Show All
Windows Forms Command Line output from Winform app
Okay, call me slow or something. I'm trying to see my Console.out.WriteLines outside of the IDE. So I open a command prompt and start my application c:\myapp\bin>myapp.exe But no output shows in my command window. Am I missing something here If you're building a Windows Forms app, console output will appear while it's running inside the IDE (courtesy of the debugger...), but not when you're running it as a standalon ...Show All
