Software Development Network Logo
  • Windows Forms
  • Windows Vista
  • VS Express Editions
  • Microsoft ISV
  • Visual C#
  • .NET Development
  • Visual C++
  • Game Technologies
  • Windows Live
  • Visual J#
  • SQL Server
  • Smart Device
  • VS Team System
  • Visual FoxPro
  • Architecture

Software Development Network >> crmpicco's Q&A profile

crmpicco

Member List

DamageTime
prodoehl
sweetpea7227
cheetoz
Saurabh Jain MSFT
Free Hall
alpaolo
Hugo Baraúna
Prathvi
.neo
DrMicrochip
choskyg
virgy
Arthur Dzhelali
AdrianMills1973
Magnus Juvas
BennyAndGisela
Butt3r5
quantumkev
Guillaume R.
Only Title

crmpicco's Q&A profile

  • Visual C# XML documentation on generics

    Hi, I've been searching the MSDN docs, Googling around and trying to search these forums, but yet have to find an answer to my question. How do you reference a generic class using XML documentation Obviously, <see cref="System.Collections.Generic.List<T>"/> doesn't work. I tried <see cref="System.Collections.Generic.List`1"/> - as that is how MSIL treats it, but that didn't work either. What is the correct syntax for doing this Thanks in advance! Frederik Carlier Thanks for the link! Who would've thunk, the curly braces notation is actually a standard C# feature. Here's the relevant paragra ...Show All

  • Visual FoxPro EDSETENV

    I want to set up runtime environment as far as the way memo fields are displayed in the editor. I tried to use the code I found in Help: SET LIBRARY TO EDSETENV = EDSETENV("x") First, there is no library file by this name, at least I could not find it. Second, the whole thing is not recognizable by the compiler. How do I define string "x " Do I have to write a C++ module to do it But my first concern is to make the first statement work. It does not. Thanks.   I want to set up runtime environment as far as the way memo fields are displayed in the editor. I tried to use the code I found in Help: ...Show All

  • Visual C++ use of __value as a variable name in unmanaged c++ code

    Hi, I think I get a compiler error when defining a variable named __value, even in unmanaged code. For example: I create a new win32 console application project, and add a single file containing something like: void main () {     int __value; } I get the errors: error C4980: '__value' : use of this keyword requires /clr:oldSyntax command line option error C2059: syntax error : '__value' My guess is that this is related to the change of keyword from __value to value between the 2003 and 2005 versions. But this really doesn't concern me, as I am not using managed code and I don't want either to be considered a reserved wor ...Show All

  • Visual C++ Timing the compiler

    The Visual C++ 2003 linker has an undocumented /TIME option which reports how much time the linker has spent on each phase. Is there a corresponding option for the compiler   It would be helpful to know exactly how long each file took to compile.  I have a 146-file project taking nearly 30 minutes to build; it would be quite helpful to find out where the delays are. You can add the (also undocumented) /Bt option to the command-line: this will give you some idea of how long the front-end (c1xx.dll or c1.dll) and the back-end (c2.dll) take to compile each file. ...Show All

  • Windows Forms please help...Is it possible to force update by only changing the application.exe.config.deploy file?

    I got a deployed by clickonce application, which uses the application.exe.config file to get it's settings from... -when i deploy ,after which i -change a setting in the config.deploy file and restart the program, it does not 'update' this app.exe.config file...it uses the cached version. I cannot let my users use VS , and would not want to each time a small setting has changed in the config file build a complete solution. Should it update the app.exe.config after i change something in it or isn't it suppose to how would I use a settings file then...(and keep it central , preferably inside the deploy directory) hope someon ...Show All

  • Smart Device Development Multiple Selection in ListView

    Hi, We are currently working on a project in VB.Net (VS2005) for PocketPC. It is required that we use a ListView(2 cols) to display data, with MultiSelect property "On". the option "MultiSelect" is unavailable with the .Net Compact Framework. Any inputs on how this can be achieved Thanks! You can find workarounds for this in the CF newsgroup archive. http://groups.google.com/groups as_q=ListView+MultiSelect&as_ugroup=microsoft.public.dotnet.framework.compactframework ...Show All

  • Visual C# VS 2005, enable in-method code folding

    Hi, I just switched from Visual Studio 2003 to 2005 and am currently doing C# development. VS 2003 allowed for code folding within methods. You could fold any block within brackets. However, in VS2005, I am only able to fold methods and the like. Is this feature on longer present or can I turn it on   Thanks, John Hi, I'm also very much interested in this feature. Anyone could help Thanks, Carlos ...Show All

  • Visual Studio Team System Problems generating unit tests when using a typed data set with a partial class

    Hi, I'm new to unit testing and had a problem with the following (VB.Net). I have a typed data set in my application and I have extend the functionality of this data set using a partial class (rather than inheriting it). So, I've got a dataset called lets say "SomeDataSet". It has one table and one field. I then extend it by creating a new class like: Partial Public Class SomeDataSet End Class (Even a blank partial class will cause a problem.) Then in one of my classes I have a module level variable like the following Public Class SomeObject    Private mDataRow As SomeDataSet.SomeTableRow End Class ( ...Show All

  • Visual Studio 2008 (Pre-release) Service Identities in February CTP

    What exactly is the relation between following identies in the context of a WCF service: System.Threading.Thread.CurrentPrincipal.Identity ServiceSecurityContext.Current.PrimaryIdentity ServiceSecurityContext.Current.WindowsIdentity Are they all referring to the same identity when a service is configured with Windows security Thanks. I had a different story. I configured IIS to be the host and it is running under ASPNET on xp. The virtual directory for WCF service is set to both anonymous and integrated windows authentication. The service method is not enforcing impersonation through attribute or coding. The service is set to message ...Show All

  • Visual Studio Tools for Office "Office document customization is not available" error

    This error happens very frequently when an Excel VSTO project is built and run within VS. The Excel file will open, but this error will occur. The way I deal with it is to close the Excel file and restart it within VS again, or and again, or and again, or and again, .... The error usually will disappear after rerunning the application once, or twice, or thrice, ... Sometimes, I do have to close VS and restart the whole thing. Could anyone offer a better remedy I am using the latest versions of VS and VSTO. The details of the eroor are copied as following: Could not load file or assembly 'AB5000Trend, Version=1.0.2309.22694, Cu ...Show All

  • Visual J# Swing

    Dose J# support swing (javax) If not can i get it to How can I get it to Yes, J# supports swing (javax). With VS 2005, swing is integrated in J# package which you install. With VS 2003, after you install J# , you would have install J# supplemental UI library. All these downloads are available at http://msdn.microsoft.com/vjsharp/downloads/default.aspx just refer to vjssupuilib.dll when compiling swing programs. Thanks, Varun ...Show All

  • Visual Studio Express Editions Unable to install Visual Web Express Starter Kit

    I have been able to install the Visual Basic & Visual C# Express Starter kits, but I have not been able to install the Visual Web Express Starter Kit. I have not ever downloaded nor installed any of the previous kits, period. This is my first week on the "getthebetas" sites. The file I have downloaded for the Visual web express is "Personal.vsi". Double-clicking this file results in the following error... VSContentInstaller.exe has encountered a problem and needs to close. We are sorry for the inconvenience. This is in a non-modal dialog box, and has the every hand "Send Error Report" button available. Any hints as to what the problem m ...Show All

  • .NET Development Developing web pages

    Hi, I have Microsoft Home Edition installed in my PC and I have Visual Basic.NET 2003 but I would like to develop an web application project, so I cannot because of my operating system. There is a way to install IIS or I have to migrate my operating system Thanks a lot for your help, Joanna. There's no legal way to add IIS to winodws XP home edition although there's no technical reason to prevent adding it, both the professional and home edition have the same core. Some developers have added IIS to home edition and published the way you can do so, but I don't think this is legal. ...Show All

  • Windows Forms how to enumerate over all controlls on one form

    Hi In order to change one form controlls' properties and styles I would like to enumerate \ browse over all controlls contained by form. What would be the best approach Thanks If you need a specifiec Type of control to work with, you can manipulate the method I've posted like this:       foreach ( Control control in controls)       {           if (control is specifiedControl)          {           &n ...Show All

  • Smart Device Development C# calls Native DLL: Class not registered. Please help...

    I am just trying to call COM Object from Windows Mobile 5.0 Device from Visual Studio 2005 using C#. I have a native com dll and I can  call it from Windows application. But when I tries to call the same dll from smart device, it doesn't work. It breaks in the com object. However, when I add the dll, it get all intellisense. The error is like: An unhandled exception of type 'System.Runtime.InteropServices.COMException' occurred in CEHarness.exeAdditional information: COM object with CLSID '{1B103B23-1243-11D5-94C4-00062999C513}' cannot be created due to the following error: Class not registered . After that I went trying the M ...Show All

©2008 Software Development Network