IanBlackburn's Q&A profile
Windows Forms Anyone Understand this?
I have been asking this question for some time but no one is responding. Am I just and idiot ---------------------------------- -- First case ---------------------------------- string var, var2; var = "ABC"; var2 = var; Session["myVarKey"] = var; // Out  ...Show All
Visual Studio Team System Without SQL Express?
Firstly, nice to see such a product as VSTSDBpro from Microsoft, can't wait until it is offically released. Is there any way of using the product without having SQL Express I would like to try the CTP on a pure SQL 2000 environment and was hoping there would be a way of configuring it to setup its own databases in SQL 2000 Thanks, Gurbhajan I had that problem too. Bring up the Tools/Options box and rem ...Show All
SQL Server Can Analysis services for SQL 2005 server be configured on windows 2000 server?
Hi, I'm unable to find any documentation that indicates whether or not SQL 2005's XMLA is supported on Windows 2000. I imagine that because it is supported on XP, per the following document: http://www.microsoft.com/technet/prodtechnol/sql/2005/httpssas.mspx ...that it can be run from Windows 2000 with IIS 5.0 by following the same directions for configuring it. Can anyone confirm if this is an accurate assessment ...Show All
Windows Forms ClickOnce Errors with C# Express Final
Hi gang, My ClickOnce-deployed application, which used to work fine back in the beta-2 days, is now giving everyone who tries to install it a lot of headaches. When I deployed this version (made using the final release of Visual C# Express) I deliberately put it in a different folder on my web server, so there could be no "accidental" upgrades from beta users. My users have meticulously uninstalled the beta version of my program, as well as the ...Show All
Visual Studio Express Editions Is Visual Basic 2005 Express interpreted or compiled?
I have looked through a lot of literature, but it seems difficult to find a clear answer to this question. I can see that VB generates P-code, which is interpreted and therefore executes much slower than compiled languages, but some literature indicate that it may be possible to compile the P-code and generate a fast executing program. C is a terrible language so I am looking for a good, strong alternative, but in practice it seems that th ...Show All
Visual C++ Atlthunk.lib
I'm triying since this morning, to compile a GPL app written in C++ with VC6. But I'm using VC++2005 Express. I've download and installed with succes the PSDK. I've fixed some problems in SDK headers . And I've commented in atlbase.h the line //#pragma comment(lib, "atlthunk.lib") . But, when I try to compile, I've linker errors. And I've seen in a post ( http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=322284&SiteID=1 ) that ...Show All
Visual Studio Express Editions Reportviewer.
Hi, I am using Visual Studio 2005 Expresse and can't find the reportviewer control. Why can't I find this feature or is it not availeble in Expresse Is there a possibility to install this feature If so how to do. I downloaded the teachersample where it is aded to a form. I deleted this feature but can't aded it anymore. Henk. There is a report viewer for vb2005 located here: http://www.microsoft.com/downloads/de ...Show All
Smart Device Development Any benefits of a DLL over an Application On Pocket PC 2003?
Hi Guys, Are there any benefits in creating a DLL over an Application on Pocket PC 2003 I need to write a application/dll that will basically build a list of strings and at a desired time send these strings over a socket. Is an application the best way to do this or should I use a DLL Many Thanks Woody DLL can not do anything on its own, it's to be used by an application, it's a component, not final product. ...Show All
SQL Server HELP! Passing parameters
Still need help passing a criteria parameter query from a SQL Function (i.e. @StartDate) to a report header in Access Data Project where header = 'Transactions As Of [StartDate]. If anyone knows anywhere I can get help on this, I would really appreciate it. Thanks. Could you explain this a bit more in detail HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Basic Time notation
hopefully im in the right thread in here. my question is about how i can get a WORKING time/date notation into my project. I used some code i found, but they are always giving an error. hopfully someone's knowing what i need ;) P.S. im using MS VB 2005 Express )with MSDN license) P.P.S. My english is bad, i know, my appologize for it ;) Can you include the code your using and what your trying to get out - your description is ...Show All
Visual C# Why does the Project Properties say "When delay signed, the project will not be debuggable..."
This is a baloney. We register our pubkey token for verification skipping on all our dev PCs. That allows us to run and debug partially signed assemblies. The way this is set up now is going to encourage giving devs access to the public/private key pair. This is not a best practice in my opinion. This dumbed down interface to strong name signing in the C# project properties window doesn't meet our ...Show All
SQL Server Accessing System Tables (books online)
I have taken this comment from the SQL Server 2005 Books Online documentation but am having problems accessing the system tables (elsewhere it is stated that there is NO modification of system views, etc) "to privileged users that can either access system tables over the DAC port or directly access database files" How does one access the system tables over the DAC port I have no issues connecting to the DAC port in admin mode Is this an error wi ...Show All
Software Development for Windows Vista CallExternalMethod to Terminate a Persisted Workflow
I have a sequential WF with a CallExternalMethod Activity attached. I am wanting to tell the host to terminate another persisted workflow. I have a method in the workflow codebehind that uses the SqlTrackingWorkflowInstance class along with SqlTrackQuery to return a specific workflowInstanceId from the tracking/persistence store. I am attempting to terminate that specific workflow from my current workflow. I know in beta2 it is not po ...Show All
Visual Basic Visual Basic 2005 Express Edition
I have installed VB 2005 EE from a MS cover disk. When I open File | New the Windows Application icon I expected to find is not present. How do I create this icon Malcolm Thank you for your reply. I do not have Microsoft Visual Studio 2005. I have Microsoft Visual Basic 2005 Express Edition Beta 2. According to a magazine screen shot there should be five icons in the New Project dialogue under the heading Templates: Visual Studi ...Show All
Visual C# Events -simple and noobish tutorial
Hi I have 0.000000001% idea how to define a event ar definitions about him Can anyone tell the best and full noob guide for learning events hi, every control has some events for it that occures when youer do something like change text or property or click by mouse all those are events and there are more there are event handlers that do something when the event occures you can see them just select any control in your form or ev ...Show All
