Software Development Network Logo
  • Visual J#
  • Windows Live
  • Visual Basic
  • Architecture
  • Visual Studio
  • VS Team System
  • Visual FoxPro
  • Game Technologies
  • Windows Vista
  • .NET Development
  • VS Express Editions
  • Smart Device
  • Windows Forms
  • Visual C#
  • SQL Server

Software Development Network >> mr_venhola's Q&A profile

mr_venhola

Member List

Mattijs
herenvardo
Pete Verrone
Morias
Lonny R
apache64d
Swati@Mastek
rpattal
LI Engineer
steveinoly
lmike
Jeremy Emery
Waters162151
KennS
abhivyas
dangerousDotNet
magicali
Mathew84
Jeff Beehler
amiratish
Only Title

mr_venhola's Q&A profile

  • Visual C# With StreamWriter

    I can't sort ou what is wrong with code in relation to error message "System.IO.StreamWriter.StreamWriter()' is inaccessible due to its protection level." Can someone help using System; using System.IO; namespace Ab { public class Cab { StringWriter sw = new StringWriter(); private void UseSW() { sw.Writeline("please help"); } } } Any tip would be very much appreciated. Thanks In your example, is StringWriter supposed to be StreamWriter as in: StreamWriter sw = new StreamWriter();     If so, your problem is occurring ...Show All

  • .NET Development How can I run batch file and get output in code and command window from my Visual Basic .NET code

    Hello,   I have an batch file which needs to be executed from my VB.NET application.   I have successfully done that using System.Diagnostics.Process class   and openning command window from that..   But my requirement have changed a little bit..   Now i need StandardOutput and StandardError both to be returned after the   execution in both command window and VB.NET Code..   I tried the same with process class..   But It allows either on command window or VB.NET code.   Any ideas how to achieve this.   Thanks in advance. Regards Amit Pandya ...Show All

  • SQL Server SQL Management Studio install problems

    Hello, I received the Visual Studio 2005 Standard and SQL Server 2005 Standard from the Microsoft Launch event in Anahiem. I was able to install SQL Express via VS 2005 without any problems. I am able to install SQL 2005 Standard without any problems the only problem I have is that I cannot install the Management Studio. I uninstalled SQL Server 2005 Standard and installed the SQL Server 2005 Express managment studio and it installed without any problems. Is there any reason why I can install SSMSE but not SSMS Let me know what information you need besides what I have provided below. Error message I recieve when trying to install ...Show All

  • Visual C# Saving a Solution

    How can I save a solution created in VS 2005, so it can be opened in VS 2003 and compiled Hi. You can't save a solution of VS2005 to VS2003. VS 2003 use .net framework 1.1 where as VS2005 use .net framework 2. So u can't just compile it vs2003. You need to modify your coding. That means you have to do it manually or you can look for third party conversion tool. Regards ...Show All

  • Visual Studio Tools for Office Update KB908002 not installing during word-addin setup

    Hello devs, Im working on a setup project to install an office addin. Im using VS2005 and .NET 2.0. Im trying to get the Shared Add-in Support Update for the Microsoft .NET Framework 2.0 (KB908002) components ( lockbackRegKey.msi, office2003-kb907417sfxcab-ENU.exe, extensibilityMSM.msi) to install along with my setup project. I have installed the KB908002 update on my development machine and included it as a prerequisite in my setup project in order to have these components installed along with my solution. When I run my setup.exe file I get the dialog asking if I want to install the shared addin components on to the machine but whe ...Show All

  • Smart Device Development MobileForm background color not being rendering with WML

    I have a MobileForm that has a background color set, but when I browse to that form via a device that expects WML, the background color is not sent to the browser.  If I browse to the form with a device that expects html it is fine. Question is: Can .NET create the WML properly and send the style attribute of the card element in wml to set the background color Thanks! Erik, I belive you are in the wrong forum for the questions you are asking. the .NET Compact Framework has no knowlege whatsoever of WML. ...Show All

  • Visual Studio Tools for Office Revisions in Bookmarks

    When I access a Microsoft.Office.Tools.Word.Bookmark object in my code I was hoping to use the Revisions property to get the revisions within only that bookmark.  I seem to get all of the Revisions of the entire document.  Is this the way it is supposed to work Bill Microsoft.Office.Tools.Word. Bookmark book; IEnumerator books = Controls.GetEnumerator(); while (books.MoveNext()) {     if ( books.Current.GetType().ToString() ==       "Microsoft.Office.Tools.Word.Bookmark" ) book = (Microsoft.Office.Tools.Word. Bookmark )books.Current; else   conti ...Show All

  • Visual Studio vstemplate showing up odd in the "Add New Item" dialog

    We have created our own custom project type and have specified a project items directory to put all of our templates in for the "Add New Item" dialog. It seems as though when the "Add New Item" dialog opens, it is listing all files in that directory.  If we put in a mytemplate.vstemplate in that directory it just shows up as a template file.  It doesn't have the icon that is specified inside the the template file nor the name or description.  It just displays the file. I even tried copying one of the ZIP files from the default visual studio installation like DataSet.ZIP into this directory assuming it would work.  But the ...Show All

  • Visual Studio 2008 (Pre-release) how to access wcf service from visual basic 6.0 or linux

    Hi, I have created a simple WCF service. My question is how do I access the service without using the proxy generated from svcutil. For example, if I want to access the service from linux or visual basic 6.0 without WCF installed. thanks chong If you want to call WCF service from VB6 app. (1)you can use soap toolkit (2)or you can use XMLHTTP object to post soap message (3)If you have .NET runtime on this machine,you can use .NET interop on Microsoft platform,we can take 3rd party web servive wsdl (example:IBM or sun web service wsdl) and can generate proxy for that wsdl,so on l ...Show All

  • Visual Basic Help Writing to a Text File

    Hello I am a novice developer so please don't hesitate to reply me coz I appreciate your help. I am writing to a text file using a stream writer. When I use the Write Method, the text file looks like this: <Value><Value><Value><Value><Value><Value> and when I use the WriteLine method, the text file looks like this: <Value> <Value> <Value> But I want my text file to look like this so I can read values later: <Value> <Value> <Value> Any idea Thank You First: I really appreciate your reply sir, thank you very much. Second: I have tried the code you posted myself, and ...Show All

  • Software Development for Windows Vista SDK compatability with VS2005 RC

    First of all, the software looks great. The time and dedication is evident with the thoroughness of the design. Currently, we have our own proprietary workflow engine and were about to look at re-envisioning our designer as a DSL. With this announcement, we will have to re-evaluate our position.  We have a few guys at PDC this year and they have been very impressed with the demonstrations and labs (I just had to pick this year to go to Teched instead of PDC!) Sorry if this has already been asked. I skimmed thru the readme and didnt find any info other then Beta 1 of VS2005 is definately supported. Is the SDK currently sup ...Show All

  • SQL Server Filter Records returned on report builder based on User LogOn

    Dear Anyone, Is there a way to filter the records returned by a report model in report builder depending on the actual user that is logged on the report If so, how do we go about this Thanks, Joseph This has been vexing me as well for quite some time as well. At times, it seems like I'm getting real close to an answer just to get shot down by restrictions on what entities are available when inside the Expression Editor. In my case, all data goes through our web services and users have no direct access to the database, so that leaves making filtered views out of the question. ...Show All

  • Visual Studio Team System Duration of Manual Tests

    Hi, I was just wondering if it's possible to get the duration of manual tests I noticed that the 'Test Results' window is already recording the start and end times of a manual test, but 'Duration' always shows zeroes. Thanks for the help. This appears to be a bug -- and as such, theres no workaround. I would suggest you file the bug on the MSDN feedback center to ensure that we can track the bug and get it fixed for the next verison of visual studio. Yours, Dominic ...Show All

  • .NET Development Changing charset of runtime so that kernel pinvoke resolved to unicode versions

    Hi, I was experimenting with the File IO methods, and seem to notice that the .NET, by default, uses the non-unicode pinvokes of many of the win32 file io rountines. Is there any way to invoke the unicode version without writing my own pinvokes/dllimport Which file IO methods and which Win32 APIs are these What makes you think that the A version is called (assuming you're running on an NT system) ...Show All

  • Visual Studio Team System Customizing iterations

    My goal is to have a template for a process like this (Agile RUP) Inception - Iteration1 - Iteration2 - IterationN Elaboration - Iteration1 - Iteration2 - IterationM Construction - Iteration1 - Iteration2 - IterationX Transition - Iteration1 - Iteration2 - IterationY There can be a variable number of iterations for each phase. The number is not known in advance, but will be added when needed. A number of work items must be added everytime an iteration is added. Is there an event i can subscribe to each time an iteration is added Second, iteration2 will be active/open when iteration1 is closed. I dont want to allow users to add worki ...Show All

©2008 Software Development Network