willfried's Q&A profile
Visual Studio Package Load Failure - ...TextTemplating.VSHost.OrchestratorPackage
Hi, I have installed DSL tools (Nov2005) "over" VS SDK Oct2005. When I try to create a new DSL project or even open VS Options at TextTemplating item, I got following error: --------------------------- Microsoft Visual Studio --------------------------- Package Load Failure Package 'Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorPackage, Microsoft.VisualStudio.TextTemplating.VSHost, Version=8.0.0.0, Culture=neutral, PublicKeyT ...Show All
Visual C# Using CDO to create a tempory profile to test connectivity to an Exchange Server.
I am writing my first c# application. Among other things, I need it to attempt to open a mailbox on an Exchange Server. This is to test if the mailbox exists for the user before creating their Outlook 2003 profile. I want to use MAPI session to go this, but have been unable to figure out the proper syntax for the profileinfo parameter. Here is the basic code I have: Session session = new Session(); session.Logon(Missing.Value,Miss ...Show All
Visual Basic Learning VB6
Hi, Im wondering if anyone could help me out I have got Visual Basic 6.0 and Visual Studio 2005 and want to know if there are any good sites with tutorials on using these packages (particularly VB6 for starting up) , Can I get learning Packages or Starter Kits , I dont know any code but understand how it works, I know HTML and tried some JAVAscript ... can anyone please advise.. Thanks Paul There is n ...Show All
SQL Server Changing login permissions
I am trying to set up a secure system and would like some advice on how to do it as it is a bit tricky. The underlying security is Windows Authentication but I need to set various permission levels in the application. What I want to do is to allow users read-only access to a users table. Once they are validated and their permission level is determined, then I want them to be assigned to the role that is set for their permission level. I hav ...Show All
.NET Development and what's more
I am using SQL Express 2005. Here is the souce code. String^ conStr = "Provider='SQLOLEDB';Data Source='.\\SQLEXPRESS';" "Initial Catalog='master';Integrated Security='SSPI';"; dbConn->Open(conStr, System::String::Empty, System::String::Empty, -1); String^ sSQL = "USE master "; dbConn->Execute(sSQL, %ADODB::AffectEnum::adAffectAll, -1); sSQL = "CREATE DATABASE Nort ...Show All
SQL Server Select multiple values from a dropdown in RS 2000?
Hi! I am using SQL Server 2000 Reporting Services. Is it possible to have a user be able to select multiple values from a dropdown How do I accomplish this //Hakan Borneland This is not possible in RS 2000. Support for multivalue parameters was added to RS 2005. ...Show All
Visual C++ aspell compilation problems
Hi, I tried to post on the forum but it kept coming up with an internal error so i was wondering if you could help me with the following:I have recently been trying to compile aspell (a spell checker written in c and c++) in visual studio .NET (2003) which has taken forever but i managed to get it to compile a dll now. When i come to add this dll file into another project which will be using the methods from this dll it keeps giving ...Show All
Windows Forms DataGridViewComboBoxColumn and binding to a Custom Collection (BindingList<T>)
Hello, I am trying to bind a BindingList to a DataGridView, the type inside biding list has a refrence type to a foreign key object, and my goal is to display this foreign key object in a DropDownList in the DataGridView. In order to explain the problem, first allow me to introduce couple of simplified domain classes: class State { Guid id; string name; public State() { id = Guid .N ...Show All
Architecture windows scheduler - who gets the CPU?
Can anyone point me to a good whitepaper on the windows scheduler I am not looking for the task scheduler applet in control panel, but the internals of how the kernel does the job scheduling, prioritization or jobs, priority boosts, context switching, etc. I am looking at this from a QoS perspective, and want to better understand the internals of how the windows kernel decides who gets the CPU. Any information would be greatly appreci ...Show All
Visual C# A lot of radiobutton
Hi, I have a webpage with 15 questions and for each question I have 5 radiobutton, and what I want to know is how can I get the checked one from each group dinamically... Thanks I'm using radio button group what I need is to make a for each for each group of the 15 groups that I have and get the checked radio button for each group..(this is the dinamic) Thanks ...Show All
Visual Basic How do I create an application which will download and stream files from the RTP/RTSP Protocol?
Hello, Is it possible to create a programme which will allow me to either download the file or stream from the web server with the following protocols: RTP/RTSP/PNM So far I've managed it with the other protocols, HTTP, FTP, etc... I've tried the same methods and a few variations but can't the files to stream or download from RTSP protocols. Is this possible at all in Visual Basic .NET 2005 There's no built-in support for these p ...Show All
.NET Development Access WMI to nated machine
Hi, I try test access WMI to a nated machine with the utility wbemtest and give me this error: error number "0x80070776", The object exporter specified was not found. I make the same test, with out the nat, and work fine. Anyone knows why this I cant access the WMI via a nated IP Thanks The behavior you're seeing is inherently caused by the way DCOM is architected. & ...Show All
.NET Development Could not access SharePoint Area information from WebService
I am creating dropdown navigation menu for SharePoint. It should be dynamic as any user makes any changes should be reflected automatically. I developed an C$.NET windows application to access SharePoint Portal information using Microsoft.SharePoint.Portal.SiteData. It is working fine and i am able to get all the information I need. Then, I developed a WebService which have the same sequence of code as windows application. But I ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Don't draw a triangle with april 2006
Hi, I'm a beginner in the DX programming. I'm trying of draw a triangle in a full screen, but I don't where is the error, I only see a full screen display with out the triangle Can't U help me private void RenderFrame() { m_device.Clear( ClearFlags .Target, Color .Navy, 1.0f, 0); // Render frame here GraphicsBuffer < PositionColored > m_verts = new GraphicsBuffer < PositionColored >(3); m_ver ...Show All
Visual Basic Web Service setup help needed
Hi all, I'm in the process of learning how to create and consume web services. I understand how to create the service and how to access the service from vb.net but what I don't know is how to set something up that my web service runs on. I don't have a website to publish the service on so I've briefly looked into ways to set up some kind of desktop emulation or host service that I can use. I've seen references to IIS running on the desktop ...Show All
