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

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

dwerner_80

Member List

TenTwenty
Neville Clayton
Lonnie Barnett
JonathanMA
Seema Ramchandani MSFT
QUE??
petola
CplusplusBeginner
noobie
Prince Zeris
Andreas P
RussellE
May Lee
CamCC
NACSUS
anurag chauhan
Jensenuk
HedleySohn
James Robertson
mike23342342xxxrfads2233
Only Title

dwerner_80's Q&A profile

  • Visual Basic Compile error in hidden module: AutoExec -- Help please

    Anytime I access a microsoft office program such as word or outlook, this visual basic error pops up. "Compile error in hidden module: AutoExec" It gives two options:  "Ok" or "Help" - When I click Ok, I can continue to use the program - "Help" gives the following description: " Compile error in hidden module: <module name> A protected module can't be displayed. This error has the following cause and solution: There is a compi ...Show All

  • SQL Server Must you use 3rd party certs for mobile ssl replication?

    Hello, We are trying to setup ssl for a merge replication mobile application. We use our own internal certificate authority to generate ssl certs, but cannot seem to get the one for our mobile merge replication to work. I see some other post about using third party vendors but is this a must We are using .NETCF 2.0 WM 5.0. Thanks in advance. John John, The only certs I have had luck with under WM5 ...Show All

  • Visual Studio 2008 (Pre-release) COM interop and WPF?

    I tried to use the SolidColorBrush class from COM as a test of some interop code I am working on. I was able to create an instance, but it only supported IUnknown not IDispatch, while a class I wrote myself does support IDispatch. The defailt for ComVisible is True, and the documentation shows no change in this for the whole hierarchy of this class. Is there something I am missing on this Would you expect to be able to get an IDispatch for an i ...Show All

  • Visual Studio Team System WorkItem API problem: Cannot update Field Completed Work programatically

    As a part of my project to log time worked on each workitem per week I have this code: private static void SetWorkItemFieldValues( WorkItem workItem, double hoursWorked) { workItem.SyncToLatest(); if (workItem.Fields.Contains( "Completed Work" )) { Field field = workItem.Fields[ "Completed Work" ]; double completedHours = Convert .ToDouble(field.Value) + hoursWorked; field.Value = complet ...Show All

  • Visual C++ vc8 linker bug ?

    Trying to port an application properly built under vc60 and vc71 to vc80 I am not able to generate debugable dlls: The calling exe comes up with debug info was built: /Od /I "...\Poses++ Debug\inc" /I "...\base\inc" /I "...\kern\inc" /D "WIN32" /D "__WIN32__" /D "_DEBUG" /D "_WINDOWS" /D "_Windows" /D "_CRT_SECURE_NO_DEPRECATE" /D "POS_DEBUG" /D "POS_MEMORY" /D "POS_DEFAULT=POS_IMPORT" /GF /FD /MTd /Zc:wchar_t- /GR- /Fo"Debug\\" /Fd"...\ke ...Show All

  • Visual Studio Team System Problems in mapping fields into project

    I created new fields for my own work items, but I am having problems when I try to map these fielsd into project. When I create a new team project, based in my template process, I get an error. Please, anyone knows how I can change my mapping file in a good way Hello Hugo, Send us the mapping file and the error you are seeing when creating the team project. Did you use the tfsfieldmapping tool to map the fields to MS Project Thanks! ...Show All

  • .NET Development Adding Web Service Reference Fails

    I have a web service (just the plain Hello World example).  I test it with IE and it works fine.  I create a WInforms application and try to add a reference to the web service from the new application.  I get the following error: The web services enumeration components are not available.  You need to reinstall Visual Studio to add web references to your application.   So that sounds easy to do.  Do the insta ...Show All

  • Windows Forms How can I do MS Charts ?

    My work need to statistic by charts but I don't know how to use it Please give me some lessons about MS charts. Thanks in advance ! A little list with Chart Controls: Cristi Potlog's Chart Control for .NET C# 3D Charting A Charting Custom Control using Microsoft OWC A flexible charting library for .NET I do not recomend using MSChart, because this is old COM stuff you don't want in .NET. Because there are better controls availab ...Show All

  • Windows Forms Selecting a ComboBox Item...

    I'm having issues selecting an item once an array of items has been added to a combobox. My code is below. Anyone see any problems  I've tried everything that I could think it would be, but I'm stuck. Do I need to bind the items  ...Show All

  • Windows Forms HELP!! There are no animals!

    Can anyone help i just started working on Terrarium a few days ago. First: I downloaded Terrarium client 1.1 for .net framework 1.1. when the program started running, there are no animals. it says:"The Terrarium server is experencing temporary difficulties. This is pro ...Show All

  • SQL Server SQL TOP function problem

    Hello, I have the following SQL function running here: http://www.jmpromocoes.com.br/agenda.asp RS.Open "SELECT TOP 7 * FROM NOTICIA ORDER BY noticia_data ASC", DB noticia_data is the date when the field was registered I want to show only the dates that are >= from today, then i used this: if day(RS("noticia_data")) >= day(date) then Response.Write ... But, if today is january 2, and there's one date from january 1, it will ...Show All

  • Visual C# Sending SMTP mail using C#

    Hello I tried the following code to send SMTP mail from ASP.NET page. But it is not working. Can any one help me to solve this I am using .NET framework 1.1. SMTP CODE System.Web.Mail.MailMessage message= new System.Web.Mail.MailMessage(); message.Fields.Add( "http://schemas.microsoft.com/cdo/configuration/smtpauthenticate",1 ); message.Fields.Add( "http://schemas.microsoft.com/cdo/configuration/sendusername&q ...Show All

  • Visual Studio execution cannot be found?

    Hi, I am using web reportviewer with server reports. report viewer uses windows security to access server reports I have a refresh button in my web page when clicked it will set report path call reportviewer.refresh() I kept getting this : execution can not be found Report server log has the following: Load snapshot: Item with session : user name 'mydomain\testuser' not found in the database please help! ...Show All

  • Visual Studio Local msdn

    I recently uninstalled the msdn from my local machine and installed in onto a network drive. Now my local help doesn’t work. How do I re-associate the local msdn with visual studio 2005. Thanks. Hello Brent, If you have uninstalled MSDN library for Visual Studio 2005 then Local help will not work. In this case you will have to use MSDN online help. In MSDN library for Visual Studio 2005 " ...Show All

  • Smart Device Development My Pocket PC IE browser does not read XML files!!!!

    Hi all, When I uploaded an XML file from my PC to my Pocket PC and tried to open the file with the pocket pc IE explorer, it gives me a blank page, and doesn't show me the contents of the XML file, is there any known issue that I don't know regarding this problem Thanks in advance.. MEDO:where can I find the registry editor of Windows Mobile 2003 You need a 3rd party tool... http://www.kilmist.com/ppcRegistryEd ...Show All

©2008 Software Development Network

powered by phorum