Genesis_B's Q&A profile
.NET Development access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
Visual Studio Express Editions Windows Form Aplication
hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) MarianL wrote: hello if I create a new project-> windows form aplication-> build aplication.... the program will run on my system, but not on other system with same OS(windows XP SP2) The target machine needs to have the ...Show All
Visual Studio Express Editions Trying to get somthing to work
What I'm looking to do is only use one button called Next. Every time I hit the Next Button, I want 1 message to display individualy in the textbox in number order 0, 1, 2..... I can only get the first message to apear. Public Class Form1 Private Sub nxtButton_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles nxtButton.Click Dim intCount As Integer = 0 If intCount = 0 Then t ...Show All
Visual Studio Express Editions Urgent: SQL Server & SQL Express
Ok, so I downloaded the new ASP.NET and new C# etc. I already have SQL Server 2000, do I have to download SQL Express Can SQL Server 2000 and SQL Express co-exist Before downloading SQL Express do I need to completely uninstall SQL Server 2000 Thanks in advance. I would expect it to work the same as MSDE, namely when I need to develop for MSDE, I install a named instance, and the instance at <machinename> is SQL Serve ...Show All
Software Development for Windows Vista CreateWorkflow failing validation
I am trying to start a workflow using a xoml file. I am getting Workflow failed validation in CreateWorkflow with a very simple workflow containing start, delay 1 sec and stop. Is there a trick in getting this to work Thanks. // create and start an instance of the workflow runtime WorkflowRuntime runtime = new WorkflowRuntime (); runtime.StartRuntime(); // get an XML reader to the XAML-based workflow definition System.Xml ...Show All
Visual C++ Converting ByteArray to Char Array.
Hi. I'm having some troubles when performing this conversion. In my C# code I read a image to memory, a TIFF, then I convert this to a ByteArray. After that I call a method from a managed class that I developed in C++/CLI, that receives a Byte Array and a int. On my managed method I need to call a unmanaged funtion from a C header file, and that functions receives a Char *. However, when I call the function the return is not waht ...Show All
Visual Studio Oracle with Crystal: "Failed to Load Database Information"
I've already deployed the Crystal .msi and installed the Oracle Client on the server, and still getting this message: Temp\temp_294ca6ef-60f1-4511-b5a5-c6986817b96d.rpt: Failed to load database information. I gave permission to the ASP.NET user in all the folders it needs, Oracle, Ora92 and Ora92/bin, Temp... In the development computer it runs OK, but in Production server its crashs! Someone can help me Any ideas will be quite welcome! Th ...Show All
Visual Studio Express Editions No Beta v2 registration site
Hi, My DVD install of VS05 team dvd beta2 suddenly says it needs to be activated. When I click the MS activation site, I get a 401 ..can't find error. I could test an answer to your error, if I could get a registration number. Has Microsoft cancelled them The dvd has 'good for 365 days'. I'm having more or less the same probem: when clicking on "Register now" on the VWD Client opening ...Show All
Visual Studio Express Editions No Framework !
There is any way to use a program made in Visual c# withou needing to install .net framework 2.0 Thanks, Miranda NO. actualy you don't write program from scratch in .net framework you use framework libraries, and engine so your program will not run untill you provide the engine and the supportive libraries , as well as the programs that made with java need JVM to be running on your computer , the pr ...Show All
Visual Studio Express Editions Declaring a Variable then Changing it later in a program
I'm a complete beginner at VB and programming in a general. So forgive me in this question is a no-brainer. Basically what I would like to do is have my program start with a variable with an initial value globally available then if the user chooses to a click a button have that variable changed through the input prompt and the returned new value to be carried back out to be available to the entire program. At this point ...Show All
Software Development for Windows Vista Unable to use unmanaged debugging in a workflow project
If I create a new workflow project using the "Sequential Workflow Console Application", I can't seem to enable unmanaged code debugging (Project Properties -> Debug -> Enable unmanaged code debugging). I try to load SOS but the message is always "SOS not available while Managed only debugging...". If I create a console project using the C# Console Application template, reference System.Workflow.*, and modify the csproj to import Workflo ...Show All
Visual Basic Best Method
Im just starting development of a Client\Server application for transferring data between locations (windows apps, not a web service) I just wondering about the best methods for doing a couple of things Server: Firstly, the app has to be able to handle up to 255 concurrent connections (and hence 255 connections either doing nothing, or uploading or downloading data all at the same time) All 255 connections will downloa ...Show All
Visual Studio HelpStudio Lite not starting properly
Hi there, I've just installed the latest VS SDK February 2006. When I go to run the HelpStudio Lite program, it comes up with a licence agreement to which i click accept. Then nothing ever happens afterwards. Its showing in the task manager, but no window is ever shown. I've tried this a couple of times, but the same thing happens. Simon Jefferies I have the same problem. I have tried many reinstallations including disablin ...Show All
Visual Studio Express Editions Debug Bug?
I've been working for days on a project and I had this problem twice: After working for an half hour on coding a form, I wanted to try it out and when debugging the old form showed up. In my design the form looks completely different but when debugging Visual Studio still gives me the old form ! What to do about it Thanks for your help Filip - Are you getting an error dialog when you hit F5 to debug If the proje ...Show All
Visual Studio Express Editions Can I do this? ComboBox Question
I am trying to use the selected value of a combobox in my code and I am sure I am doing it wrong because it does not work :) If cmbSize.SelectedValue = "6 X 9" And cmbPaper.SelectedValue = "60# Offset" Then Make a Milkshake (Just Joking) End if I tried adding Me.cmbSize and Me.cmbPaper but still no change, if I want to do something if cmbSize="6 X 9" and cmbPaper="60# Offset" how shoul ...Show All
