ChocolateBoyWonder's Q&A profile
Visual Basic VB5: Run-Time Error '380'
This is very frustrating. A VB5 program I wrote years ago stopped working and is now giving me this error: Run-time error '380': Invalid property value I cannot figure out what has changed, since I run that program almost daily. It was working fine, then stopped (without any changes to the program). I suspect I may have uninstalled something it uses, but cannot figure out what. When I open the VB5 ID ...Show All
SQL Server Sept CTP - Writeback - Out of memory error
I have been attempting to do a simple writeback example for a client. I started using the Excel Add-In and found a whole host of crazy issues, with the finale being that when you Commit the What-If session, nothing happens. I mean nothing. I turned on the profiler, and found that not a single update command gets sent. So I went the "old-School" way and wrote the Update Cube .... MDX, a very simple one that updated a leaf value in the AW Direct ...Show All
Visual C# new browser in C#
Hi, I just started learning how to use Visual C# and I am having trouble creating a new web browser from a button. I currently have a button that I want to click to open a new web browser window, which will go to my homepage. I can't find anything on how to open a new window. The closest I have is webBrowser.NewWindow, but it doesn't seem to do anything. Any help is appreciated. Thanks edit: wait wait, there's more! I also have a combobox and I ...Show All
SQL Server How to set null value for a smalldatetime inside a Script Component task??
how the hell you allocate a null value for a smalldatetime sql field Now, I'm putting a false date because of I'm stuck with this f.. and then I do an update: .Parameters( "@FecEnajenacion" ).Value = "1999-01-01" error: .Parameters( "@FecEnajenacion" ).Value = vbNull .Parameters( "@FecEnajenacion" ).Value = Null .Parameters( "@FecEnajenacion" ).Value = SqlDbType. ...Show All
Windows Forms Migrate to VS2005 RC1
Surprisingly, there are quite some changes between Beta 2 and RC1, which caused my Beta2 project failed to compile in RC1. Here is one that puzzled me, "Unable to find manifest signing certificate in the certificate store". I didn't sign my project in Beta2, and it didn't give me an error. So now in RC1, I have to sign my project It seems even if I uncheck the item in property page, as soon as I hit the publish, it will roll b ...Show All
Visual Studio Team System Must install the RTM TFC when moving to RTM server?
Hi, Currently we are working with the RC (server and tfc). Next week we are going to upgrade to the RTM (server). Is it mandatory to install also the RTM tfc As far as I can see, in out test environment, I can connect to a RTM server via rc client. Thanks Michael It is mandatory. You may be able to connect, but there were changes made and you may experience unexpected results if you do not upgrade the client. ...Show All
Software Development for Windows Vista Beta 2.2 - accessing current workflowRuntime woes.......from an ASP.NET Web Service
Hi all, (specifically as a ASP.NET ws) In beta 2 - I used the ...WorkflowRuntime.Current a fair bit in this solution. It's not there anymore - I've seen some posts on some 'workarounds' or new ways to do it (i.e. instantiate your own runtime in the global.asax and store it somewhere safe - e.g. Application, static class etc.) Here in lies my problem. 1) I created a standard sequential workflow and added the WS receive + WS response s ...Show All
Windows Forms Programmatically Creating a Web Reference
Is there a way to programmatically create a web reference in my windows form application Based on a client's login information, I'd like to have them consume a different web service than another. For instance, Client #1 logs in, the the web r ...Show All
Visual Studio Express Editions Where are my web-site graphics and images?
Hi there, Strange one. When I publish and access my web-site from the production server all the images/graphics, formatting and lay-out is missing. Works fine on Visual Studio WD Express. Snap shot from the browser window below.... Yes, all the required graphics are in the respective folders off INetPub. The files for this site were copied, lock stock and barrel to the production server. ...Show All
Smart Device Development porting of eVC4.0 project to VStudio 2005
I'm trying to port eVC4.0 project to Visual Studio 2005 (beta-2). I was told that I have to install the following add-in: eVC Upgrade Wizard (beta). The problem is, my system drive (D) is different from the drive, where Studio 2005 is installed (F). In the add-in installation I browsed to F\Program Files..., but it still installed itself on system disk. When I copied zip file to the drive F and run the install_eVCUW.bat file, I found out it supp ...Show All
SQL Server sql server management studio nov ctp
I have vs2005 prof. installed along with sql express RTM I installed management studio nov ctp when I try to launch it, nothing happens any Ideas Thanks lee d wrote: deleting the key worked for me too<br /><br />Thanks Is the SQL Server Books Online working without these keys :) ...Show All
SQL Server Please - OLE DB Provider for SQL Server (0x80004005) Cannot generate SSPI context
Please can anybody help me in fixing this error I am getting on ASP page while accessing ASP database page using an SQL server database. I am using Windows 2000 Service Pack 4 with Internet Exp. 6. The system also has developing software VB6 and IIS. It is connecting well with VB application but is not accessing through IIS. I have checked all MS Knowledge Base but could not find workaround. MS accepts it as a bug but I could not find ...Show All
Visual Basic I can't seem to make the executable for my program.
I've been trying to make an executable (.exe) file for my program, but it doesn't seem to be working, i'm using Visual Basic 2005 Express edition by the way. I've tried Build, and Publis, but nothing seems to work. Any help Hi, If you run the program, it automatically creates an exe in your bin\debug folder of the project folder. That is if no errors occured during the build... cheers, ...Show All
Visual Studio Team System Test results: No test resutls
I have build that has part of it running tests with code analysis. I have over 400 unit tests and they all run fine during the build I checked the log but for some reason I have red X for the Running tests and Test results: No test result. Code coverage results: Not Available. And total result for the build is failed even though log says that build succeded. Thanks a lot. Here is part of the log. Run has the following issue(s): ...Show All
Visual Basic Macro in Access 2003
I am trying to filter a database using Macros and Modules. What I am trying to do is allow the user to select the filter from a drop daow menue linked to a table it the database. The current script just allows the to enter text, which is too easy to get wrong. Basically trying to simplify the search. Any help would be appreciated! Open Form By Unit - 1 Option Explicit Function OpenFormWithInput3() Dim Msg As Strin ...Show All
