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

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

GeertG

Member List

J Arputha Ravi
skyla_9
kiss98770
Tollo
Esen Tuna - MSFT
msnken
GWizmo
stan_v
reno_rens2002
Robin Moss
StephenBarclay
MannuBhai
Archimagus
GOKU
Keith Ball
bin joy
ShivaP
Scott Bruhnsen
Bdy
nandinho
Only Title

GeertG's Q&A profile

  • SQL Server Execution of Package failed

    I am trying to design package which would copy all tables and stored procedures from one server to another. It used to be simple task in SQL 2000, there was wizard. However the new wizard does not work... I wrote SSIS package, but when I execute I get the following error: "Can not apply value null to property Login..." Any idea It seems to me that this new SQl2005 is not that simple to use like 2000. 2000 was a great product. I am consider ...Show All

  • .NET Development variable content container schema

    Is variable content container schema supported in .NET It is supported to the extent that variable content containers are supported in Xml Schema spec. You can use several methods to achieve this: xs:choice element substitution via substitution groups type substitution via xsi:type You can select the method that works best with what you are trying to achieve. Stan Kitsis ...Show All

  • Visual Studio Tools for Office PInvokeStackImbalance was detected

    I am trying to create a smartdocument using Office 2003 professional edition and implementing the same on VS.NET 2005 edition. As soon as I load the winword.exe(as startup from VS.NET 2005) and attach the manifest in debug mode the following error is displayed. Can someone shed some light on how to overcome, any Microsoft VSTO team members, pls help. ERROR: PInvokeStackImbalance was detected Message: A call to PInvoke function 'WRDomainSet ...Show All

  • Visual Studio can vs2005 work visio2003 ? i want to reverse my work

    i remenber vs2003 can work visio2003 so it can reverse my project and draw Class Pitcures, but why my vs2005 cant and add-on can do this Hi David, Visio for Enterprise Architect (VEA) that ships in the VS Team Architect edition will support reverse engineering from C++.  VEA has a separate setup (and not installed when you install Visual Studio). I believe System Architect from Sparx Systems supports C++. Regards, Ramesh Rajagopa ...Show All

  • Windows Forms click once and the framework

    probably already documented but..... I take it the user has to have the framework. how can the app developer get the framework to the user Yes, the framework is a requirement for a ClickOnce app to run.  VS comes with a bootstrapper that the user can run to install not just the framework, but any other requisite software for the app.  All this, and much more can be found in the FAQ on the smart clie ...Show All

  • SQL Server ~* Print Button Active X Control *~

    Hi, i have installed service pace 2, for the print icon to appear in the report viewer tool bar. it works fine, but for the first time it prompts for the installation of Active X control. But the users are not allowed to download any active X control. are there any ways to resolve the problem. Thanks in advance. Thanks for ur response Mr.Brad. are there any code snippet for downloading the active x control programatically. ...Show All

  • Visual Studio Team System WorkItemChanged event handler throws exception!

    I wrote a simple handler for the WorkItemChanged TFS event. The registration went fine and the handler is called when the event is triggered. So far so good. But, as soon as I try to get the WorkItemStore object inside the handler method, a ArgumentException is thrown:   Error:   Cannot pass a GCHandle across AppDomains. Parameter name: handle ,     at System.Runtime.InteropServices.GCHandle.InternalC ...Show All

  • SQL Server HTMl not refreshed after deleting group from table

    After I designed a simple table with a few fields (student Name, test score) and then I added a 'school name' group as a grouping level. The table displayed fine. However, I then deleted the 'school name' group from the table but it continued to impact the data display (no data shows, just the heirarchy restructuring). I have gone through all cells, rows, etc to ensure there is no remaining reference to the 'school name' group. When I looked at ...Show All

  • Visual FoxPro MSComctlLib.TreeCtrl.2 Problem

    Working with the treeView Control I ran into an unexpected problem. It appears to be impossible to collapse a node branch programmatically. Collapse is an event, not a method and when I tried to use it as a method I could not get anywhere. I also tried to employ DblClick with the same negative result--the tree does not budge. Aside from Collapse I will need Expand as a method not event, although I am using it as even already. The expansion ...Show All

  • Visual Studio The operation could not be completed. Unspecified error

    I installed latest Visual Studio June CTP, but found that I could not start debugging VB/C# projects. The error message is: The operation could not be completed. Unspecified error Does anyone have this same problem or any solution Carlos: You are right. I am runing VS 2005 Beta 2 on Windows 2000 Pro. orbit: Do you mean CTP July (not June) Where can I download it Could not find links on MSDN. ...Show All

  • SQL Server Missing Labels in Chart

    I have a line chart that has several series, and it routinely leaves off 1 or 2 point labels on the last X-axis. Is anyone else experiencing this If so, does anyone know what the cause is, and is there a fix Thanks! BobP They are both set to 1 and still no labels. BobP ...Show All

  • Visual Studio Express Editions Detailed example - structs

    I have a weird situation as follows: staticData.h defines a struct as follows: static struct city { public: int cityID;          char cityName[22];          char countryID[2];          char countryName[20];          double lng, lat;      &nbs ...Show All

  • Visual C++ Dynamically bind to a library and function

    Within my .NET managed class instance called LibraryFunction i want it to be able to: 1. Dynamically load a given library given it is not already loaded. 2. Dynamically bind to a function/method within this library. 3. Call this function with a given set of parameters. The binding is made possible by instance variables like mLibName and mFunctionName. My current unmanaged class uses code like the following: FARPROC f = (FAR ...Show All

  • .NET Development Typed datasets with multiple database vendors (or not)

    As I post this so that others might benefit too, I'm hoping to hear from wise ADO/database people in general, but in particular from the ADO.NET program manager. I'm writing a new application using C# and ADO 2.0, and am getting lost in all the possible options from this list: using typed datasets (or not) using PK constraints in my datasets (or not) using FK constraints in my datasets (or not) getting PK/FK into my datasets using the Dat ...Show All

  • Visual C++ MFC ClassWizard from typelib for automation

    I'm trying to use automation in a simple MFC application. I've created a CApplication class from the PowerPoint library. It creates the class fine, but it won't compile. There are various variables renamed and not understood. Here are some examples... c:\work\powerpointautomation\autoproject\autoproject\capplication.h(3) : warning C4278: 'RGB': identifier in type library 'C:\\Program Files\\Microsoft Office\\OFFICE11\\msppt.olb' is alread ...Show All

©2008 Software Development Network

powered by phorum