rtnews0423's Q&A profile
SQL Server [Transfer SQL Server Objects Task] Error: Execution failed with the following error: "Cannot apply value null to property Login:
Anybody know what causes this When you use SSIS, does both ends of the connection have to use SQL Server 2005 when you use a Transfer Server Objects Task ...Show All
SQL Server Accessing analysis services from asp.net application
I have an asp.net application. This application provide consolidated information to the user using Analysis Services 2005. Within it, one aspx page uses MDX query to retrieve the information from the cube. However, we are unable to access AS 2005 because of authentication issues. What would be the easier to implement and deploy scenario 1) Using kerberos 2) creating a webservice with some Identity to access AS 2005 and using an agent in th ...Show All
Visual Basic Most wanted code snippets and resources
Hi Everyone, We'd like to hear your ideas and opinions on Intellisense Code Snippets . - Which new code snippets would be most useful - Which code-snippet categories already in Visual Studio would need additional code snippets - What new snippet categories would you add to the ones already in Visual Studio - Which code snippet resources would you find most useful in your everyday experience using, authorin ...Show All
Visual C# redirect input (c# and network)
hello how i can set server input device to input on clinet computer (i.e when server's mouse move , client's mouse implements it ). and how i can redirect server output to client display If you want to redirect the Input, you can use existing software like Remote Desktop: Windows XP: Get Started Using Remote Desktop . If you want to use a VNC implementation, you can use: VncSharp: A .NET VNC Client Library ...Show All
Windows Forms My UserControls and ToolTips
I have several of my own user controls on some of my forms and I'm trying to set tooltips for the controls from the parent form but It doesn't seem to be working. Anyone know why -Andy Moyer Two solutions exist- Let each user control have its own tooltip and maybe in the constructor you can set the tooltip to work with the current control by- this .toolTip1.SetToolTip(this,"MyUserControl"); OR In the form ...Show All
SQL Server What is necessary to create SDF-Files on desktop legally?
I want to write a PC application that prepares a SQL Server Mobile Files (.SDF) and sends it to a PocketPC. I get this error message: "SQL Mobile usage is restricted on this platform. To use SQL Mobile, you must install SQL Server 2005, Visual Studio 2005, or the Tablet PC SKU" If I install "SQL Server 2005 Express" the error message disappears and everything works fine. Question: Is it allowed to create SDF-Files if "SQL Server 2005 Express" ...Show All
Windows Forms Errors when changing more than a few controls at a time
I have a rather large form that I have major problems with when trying to add, change, etc several items at once before switching to the code and rebuilding from there. If I make too many changes, it reorganizes most of the generated code and the disgner spits out several of the following errors: Object does not match target type. A circular control reference has been made. And, sometime Catastophic Failure. This is C++/CLI code, so none of thes ...Show All
SQL Server VS 2005 + sdf + foreign key
Hi How do you add foreign keys in VS 2005 to a sdf file I'm using the server explorer, where I can add primary keys but no foreign keys. What's the best free tool for editing sdf files I can't use publication, because I'm using SQL Express. Primework's DataPort Component/Wizard don't seem to work for me. Thanks! Rudi Darren, thanks for your response here. I was wondering this very thing ...Show All
Visual Basic VB2005 and MS Access
Just a simple question here. I am curious if its best to use SQL for databases or can I use Access (.mdb files) databases I'm very new to 2005 btw. And porting from vb6. Thanks in advance. Hi It really depends on the complexity and number of users that will be using your program concurrently. If you have a large user base then Access is definitely not the way to go whereas if you only have one or two users and want an easy way of ...Show All
Visual C++ BUG; isalnum - asserts in debug build
If you try (using VS2005) isalnum('£') then you get an assert. The problem lies in '£' being cast to an int -93. This is then cast to an unsigned and checked to see if it is withing 0 to 255. As -93 cast to an unsigned will give a huge number, we then get an assert. Andy Cooper From MSDN: When used with a debug CRT library, isalnum will display a CRT assert if passed a parameter that i ...Show All
Visual C++ visual c++ 6.0 vs visual c++ 2005
I am looking forward to upgrade VC++ 6.0 to Visual C++ .NET 2005. But there are things I need to know before I do... 1. What are major changes in the "object class" structure ( if there are changes). 2. Do I need to make changes for the MFC libraries that I used while coding with VC++ 6.0 when I upgrade to VC++ .NET 2005. 3. In VC++ 6.0 I can use openGL and MFC together, and I can run OpenGL in a window with th ...Show All
Windows Forms Clickonce not updating all clients
I have a fairly simple application that is being used by about 50 users which I deployed using ClickOnce. The internal users clicked on the "publish" page to install the application and are now starting it by clicking on the icon under Start, All Programs. I have been regularly publishing updates to this application using VS 2005. I wanted to "force" every update on the users (make them mandatory), so I have been incremeti ...Show All
Visual Studio Document Explorer crashes
Thought I'd start a new thread, since I'm using Visual C# Express, rather than full VS2005. Windows XP Pro SP2, Visual Studio 2003 Pro, SQL Server 2000 Developer Edition, Visual C# Express, Visual Web Developer Express, SQL Express 2005, MSDE. I also have Virtual Server 2005 SP1 beta installed. Problem just started this weekend. Whenever I click on any topic in the Index, Document Explorer crashes. I've tried Repair on Visual C# Express, Visual ...Show All
Windows Forms Formatting Textbox
I am creating in C# a databind form. How I format in textbox a datetime to "dd/mm/yy" (acttualy is shown "dd/mm/yy hh:mm" - datatype datetime from table MSACCESS ). Thanks in advance, Alexandre Sorry, left out a Next at&nbs ...Show All
Smart Device Development NotSupported Exception when calling third party dll
Hi all, I am using VB.NET and VS 2003 for PocketPC application development. I am trying to use third party dll from my application. I am using P-invoke to call function but I am getting "NotSupported" Exception. I have checked signature properly. That should not be the problem. I don't have source code of this dll and also don't know which platform was used to build it. Also I have copied third party dll in both current ...Show All
