RSF's Q&A profile
.NET Development Run 32bit App in 64bit Windows
I upgraded my development PC to 64bit Windows XP Prof in Athlon 64. I need to use MS Virtual PC 2004 for testing app in other platform. However, the Virtual PC 2004 cannot be installed in 64bit windows. Is there any method to solve the problem Thanks a lot. Hello, me is experiencing the same problem, and virtual server r2 is NOT able to install on 64 bit systems. When i try to install a popup message appears that tells "setu ...Show All
SQL Server Having problems with variables
I have a Execute Process Task that pretty much executes a batch file that downloads a file that has a dynamic file name (with datetime stamp). Now I would like to load this file to a Flat File Source task in the Data Flow Task section automatically. So, creating a file manager or something on the fly. Is something like this possible with SSIS Or am I simply hitting the wall here Thank you. Why can you not ju ...Show All
Visual C# VS 2005 RAM Requirement
VS 2005 is great, but I wonder if upgrading my 1.5MHz notebook from 512Mb RAM to 1024 would make a noticible difference in speed. Currently it is sometimes sluggish. (Talking about the IDE itself, not compiled programs.) You will only notice diffence if your current RAM is full most of the time. You can check this in the Task Manager at the Perfomance tab. But a little bit extra RAM doesn't harm your laptop, you ...Show All
SQL Server Using a parameter for the "IN" clause
All, Having some trouble with getting the "IN" statement to return results from a stored procedure. I want to pass in a string of values, such as ('999999', '111111'), to my stored procedure and use it in a select statement. The SP looks something like this... @someNumbers [varchar](1200) SELECT * FROM someTable WHERE someNumber IN (@someNumbers) This doesn't return any data. How do I define something like this in the stored proc Thanks Mike ...Show All
.NET Development WMI - Monitoring Drive Insertion/Removal
I have a WMI query that works perfectly for monitoring drive insertion/removals -- but causes constant (and noisy) polling of any Floppy Drives. select * from __InstanceModificationEvent within 3 where TargetInstance.DriveType=3 AND PreviousInstance.DriveType=3 AND TargetInstance ISA 'Win32_LogicalDisk' AND PreviousInstance.FreeSpace <> TargetInstance.FreeSpace The DriveType check stops the event from firing when it's not a fixed dr ...Show All
Smart Device Development Windows Mobile 5.0
Whatever work done by windows mobile 5.0 I have wm5.0 sdk now i don't know what ever application can be built up with it. I also want to know that does wm5.0 work with VS2003 and ActiveSync4.1 This forum is intended to deal with issues directly related to the .NET Compact Framework. It appears that this question can better be answered by someone on one of the newsgroups for Windows Mobile or ...Show All
.NET Development Assembly Security - Where to start?
I am currently building an application and I want to secure my Dlls so that only assemblies built by myself can use them. I have looked briefly at the permissions option but it appears that I would have to set permissions for each class within each dll. Is there a quick and easier way to do this at assembly level Any help will be gratefully appreciated. Mark There is no foolproff way of doing wh ...Show All
Visual Basic Blocking Pop ups when auto-delegating tasks in Outlook
I've noticed at work that when a manager tries to delegate a task, a msg box pops up saying something like "someone is attempting to access your account...how long do you want to allow, etc." Well, I have a macro that managers will run that will automatically delegate a lot of tasks to a lot of individuals and I want to get it done with no extraneous user input. Meaning, if John is delegating a task to Mary, then Mary should not have to do an ...Show All
SQL Server Setting Passwords In Connections Using Script Task
I have a situation where I have to read an encrypted password from a table and set the password and userID for the connections. I wrote functions to retrieve the data from a table, decrypt the password and UserID, and set the connection string for the connection. What happens, though, is that the connection string I wrote to the connection gets changed when reading it back so that the password is no longer included. Also, in testing the connecti ...Show All
SQL Server How to change name of filter in Report Builder
Hi Im creating a filter in Report Builder with a start date and an end date. That is I want the user to able to choose a dateinterval. How do I change the label shown in the report for the interval. I want it to say Startdate and Enddate not what I have in my Sql server Thanks /Stefan This is not supported directly. However, you can create a custom field in your report that simply references ...Show All
Windows Forms Is it possible to create a desktop icon using ClickOnce
I found only one article about creating desktop icons, but that article (MSDN) ruled out creating desktop icons. Is this possible with ClickOnce or not I know windows installer will, but we have a Smart Client and want to provide a way to create a shortcut to the app on the desktop so people could get to it quickly. Any suggestions Thanks It is not a feature of the deployment.&n ...Show All
Windows Forms LSA Undocumented Funtions (AdvApi32.dll)...
Hi, I need some Info/Help... I have been trying to some functions I found in a MSDN documentation (Q132958 - HOWTO: Manage User Privileges Programmatically in Windows NT) to compile, but they won't due to the fact that they are not in the AdvAp ...Show All
SQL Server Customizing Report Manager
As I recall, in RS2000 there was no way to customize the appearance of Report Manager. I see that RS2005 has stylesheets which permit some customization of the appearance (maybe these were available in RS2000 also, but I never looked for them), but it appears that the source code for the web pages is still not provided. Is that the case, or is it possible to obtain the source code for Report Manager so that more extensive page customizations can ...Show All
Visual Studio Tools for Office How to customize column into VSTO's Excel sheet
Hi all, I have done following: 1. Click on "Add New DataSource" into Datasource configuration wizard. 2. Choose the "Object" from the options. 3. Select any of the classes from "NameSpace.Entities" dll generated by myself that works as dataaccesslayer. Lets suppose class is "XXX.cs", select it & click finish. 4. Open the "Datasource Explorer", Browse the class "XXX.cs" that i have selected in the above process. ...Show All
Visual Studio Team System The location link appears to not work
The location link from the section at the bottom of the FxCop window always seems to gove an error indicating it cannot locate the file, the link from within the detail does however locate the code within visual studio. An example of where the actual files are located (The only place Visual Studio seemed to allow to put the files it gave no choose location) is C:\Documents and Settings\UserName\My Documents\Visual Studio\Projects\ProjectNam ...Show All
