Grimmo's Q&A profile
Smart Device Development Windows Mobile 2003 and .NET Compact Framework 2.0
Hello, Can the .NET Compact Framework 2.0 be installed on a Pocket PC device running Windows Mobile 2003 I would like to do this so that I can use the Serial Port class provided in the .NET Compact Framework 2.0. Thank you for your help, Is the .NET Compact Framework 2.0 installed side by side with the version that is currently on the device What size is the .NET Compact Framework 2.0 Thank you ag ...Show All
SQL Server Instructor led training in a classroom for SSIS
I've searched all over, but I am having difficult time trying to find instructor led training in a classroom setting for SSIS. I have found several on-line tutotial and e-learning courses, but none in a classroom. Thanks. I believe that Solid Quality Learning is doing classes. http://www.solidqualitylearning.com/view.aspx source=BiSSIS K ...Show All
Visual Studio Express Editions manual download of Visual studio for Web..says 505 mb..only 90 mb download..
I'vr tried twice to download Visual Studio Express from manual link..says 505 mb, but only downloads 90+ MB both times..is 505mb the uncompressed size after download thanks, don Hi, The filesizes specified at the download url do match the actual uncompressed filesize. It could be that the download is timing out. Try using a Download Manager tool such as Download Accelerator so that you can resume the dow ...Show All
.NET Development [Metadata] Getting an mdTypeDef for the type of a field
Given an mdFieldDef, is there a way to get an mdTypeDef for the type of the field the mdFieldDef represents IE: public class Foo { public Bar Bat; } If I have an mdFieldDef for the Bat field, can I get a mdTypeDef corresponding to the Bar type Just curious, how do you get mdFieldDef in the first place One possible way to solve your problem could be: token -> FieldInfo -> ...Show All
.NET Development Accessing an Access database on a network share.
Hello, I am having a problems connecting to an Access database hosed on a network share and I am running out of ideas and time. I have referenced several threads in this forum as well as other sources with little success. I have attempted to add the user id and password to the connection string as in post, <http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=95215&SiteID=1 >, which failed. I have tried both the user id and p ...Show All
Visual Studio Team System Installing Process Templates
Hi, I'm trying to install a process template that I've created. I'm able to upload it as a folder using the Process Template Manager within Visual Studio. I then compress the folder (i.e. so that the folders are contained at the base of the zip file - i.e. there is no folder called " MSF for Agile Software Development - v4.0 - TEST " but the zip file itself is called " MSF for Agile Software Development - v4.0 - TEST .zip& ...Show All
Visual Studio Team System pending change that is not compatible
I'm trying to do a migration and this is one of the errors that I get: Cannot change item $/ECAT/fred/MigrationTest/migration.txt because it already has a pending change that is not compatible. What does this mean As far as the folder not empty message, I think it's because you have a pending add of the MigrationTest folder still. If nothing else, try pointing it a new folder... ...Show All
SQL Server How to page it when use subreport ?
I use a subreport in main report, while the subreport's data is more than one page they show in one page always! Why doesn't it be paged e.g. The subreport has 10000 records , they will show in one page. ...Show All
Visual Studio Express Editions Data Format
The data in my Access DB is a long time like: 02:06 PM After I fill the data into a DataGridView by using DataAdapter, it shows :12/30/1899 02:06 PM. Where I should go to control this format Thanks for any help! Cici ReneeC, The actual datatype is long time. Thanks. Cici ...Show All
SQL Server If in current month
I need to do this but can't find the syntax: IIf(Fields!EnteredDate.Value is in current month , Cint(Fields!PC.Value), CInt(0)) Failing that something like: IIF(DateAdd("m",0,Fields!EnteredDate.Value) = DateAdd("m",0,now()), Cint(Fields!PC.Value), CInt(0)) DateAdd(<level to extract>, <Point in time>, <set>) I'm not sure about the current date function. Isn't there a Global parameter whi ...Show All
SQL Server Import & Export disabled in Management Studio
I find that sometime the menu item "Import" and "Export" of the database popup menu in SQL Management Studio are disabled. Why and how can I enable them Thanks ...Show All
Visual Studio VSS 2005 hang while server configure!!!
I just installed new VSS 2005 and made new folder (for VSS). When i trying configure server (Server -> configure option ) VSS 2005 hang!!! After that i am manually install VSSWebService, make Download & Upload folders, write key in config, rewrite *.ini with new settings at the <newDB>folder. While i trying to add new source safe files to VSS throw VS 2005 - vs hang . what`s problem with I suspect it hungs on attempt to ...Show All
Windows Forms Application or Source or Temp Path???
In my Setup project I use a installer project, which handles some events (AfterInstall and BeforeUninstall) to install or deinstall a database. In the AfterInstall event, I attach the DB from a file. My problem is, where is that file I see thr ...Show All
Visual C# How discover 'intrinsic' attributes?
Hi! I can't find a method to discover 'intrinsic' attributes - the built-in attributes such as Serializable, Obsolete, etc. There is a method to getCustomAttributes, but I haven't found one for the builtins. They have to have APIs to access them, otherwise the tools won't be able to discover them. Can anyone steer me in the right direction Examples Jess C# Online.NET http://wiki.csharp-online.net/ G ...Show All
Visual FoxPro End datasession users?
I sharing data in LAN network, what to end datasession users What do you mean Releasing all forms using a private datasession, all session objects and close databases all would do it. Do you mean to kick them off to do some maintanence If so then you should implement a notification system. As I remember there was an implementation on universalthread downloads. I don't know how that one performs but at least ...Show All
