H.Ashok's Q&A profile
Visual Studio Tools for Office Need help: What is session in microsoft outlook?
Hi all, Can any one plz tell me what is a session in Microsoft outlook How to get this feature thanks in advance sharma sachins Sharma, I'm sorry you are having trouble with your Outlook solution. An Outlook session is an object that can be foound by accessing the Application object. It represents the Namespace (in Outlook's case, "MAPI") for the running Outlook process. I highly re ...Show All
.NET Development XSD.exe
I'm trying to use XSD.exe on a XSD to create C# objects. 1) My XSD has external include XSD's which XSD.exe builds fine. My problem that I am having is that XSD.exe is generating the C# class in one file that includes all the external XSD.files. Now if run XSD.exe on another XSD file that includes the SAME external XSD file I get a duplicate object created in the new C# file. This causes 2 problems, it won't compile since the same object i ...Show All
SQL Server Windows Authentication
When I create reports using a data source that uses Windows Integrated Security and that connects to a database that does not reside on the Reporting Services server I'm getting the following error: An error has occurred during report processing. Cannot create a connection to data source '<data source name>'. For more information about this error navigate to the report server on the local server machine, or enable remote errors If ...Show All
SQL Server Grant CREATE VIEW, CREATE PROCEDURE ...
Hi, I have currently a problem with setting up the permissions for some developers. My configuration looks like this. DB A is the productive database. DB B is a kind of "development" database. Now we have a couple of users call them BOB, DAVID, ... who are members of the db role db_reader and db_writer for the productive db a but they should be allowed to do nearly everything on db b. Therefor I added them to the db r ...Show All
Visual C++ Reading excel data in visual c++
I am new to visual c++, so please bear with me if this question is too basic. I have data in excel and would like to read it into matrix or 2 dimensional array in c++. Does anyone have code snippets Thank you! Your best bet is to first convert the Excel file to a csv format file. In your C++ app, use std::ifstream to open the file, getline to read each comma separated line, and strtok to tokenize the values. ...Show All
.NET Development Urgent::: Please guys I need your help in this problem
Problem Summary: I tried my best to solve this problem, however I couldn't at all. I'm developing a windows based application which is using a SQL server to store the data in its tables. The following code works very fine with the select statment Dim connString As String = "workstation id=HAITHAM_SALAH;packet size=4096;integrated security=SSPI;data source=HAITHAM_SALAH;persist security info=False;initi ...Show All
Visual FoxPro Read and Write images to sql server using VFP9
I am having difficulties dealings with Images from VFP9. Please help Why it's straight forward. ie (not VFP9 dependant code-VFP9 also has BLOB datatype): field1value = 'blah blah' field2Value = 10 ImageField = '0x'+strconv(FileToStr("myImageFile.bmp"),15) lnHandle = SQLStringConnect('Driver=SQL server;'+; 'server=(local);Trusted_connection=yes') SQLExec(m.lnHandle, ; "insert into myTable (fieldX,fieldY,ImageField)"+; " valu ...Show All
Visual Studio Express Editions C# Absolute Beginner Project Files arent available for Final Project!
I have been SO SO happy with Express and learning all this stuff! I love it and cannot get enough. I am going through the absolute beginner series offered on the site and have made it basically to the final project. NOW on the final project, where there are multiple files and coding that I need from the beginning, the project files are not even offered for download! All the other lessons have the files available, but this is the one where you R ...Show All
Windows Forms App fails to install on one machine but ok on others.
I have a user who has installed my app on his laptop with no problems but it fails to install on his desktop with the following: ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of C:\Documents and Settings\John C\Desktop\Downloads\Lees-Bingo\Ver 3.2\Lees Bingo.application resulted in exception. Following failure messages were detected: + The referenced assembly is not installe ...Show All
Visual C++ windows.h macros interfering with .net names
Hi jedediah! However, the compiler flags it with this error: error C2039: 'GetObjectA' : is not a member of 'System::ComponentModel::ComponentResourceManager' This is by design. See: Macros and the Preprocessor http://msdn.microsoft.com/library/default.asp url=/library/en-us/vcmxspec/html/vcmg_MacrosandthePreprocessor.asp -- Greetings Jochen My blog about Win32 and .NET http://blog.kalmbachnet.d ...Show All
Visual Studio Team System differences between msf agile and formal?
Which are the differences Whichi process guidance templates will be with final version of team foundation server How should I decide which one to choose Thanks Both process templates are included with Team Foundation starting with Beta 3. To decide which one to use and to better understand how these process templates are positioned, you should probably read David Anderson's blog posts, "Not so Formal" ( http://www.agilemanagement.net/Art ...Show All
Windows Forms Localized Deployment, localized .NET installer
Hi, I want to localize the deployment (Russian and other languages) of my Win Application. I know how to localize the MSI (localization dropdown option), but how to localize the .NET installer I read in the help article : ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_deploy/html/eee53da5-bc30-454f-9271-ff35f02313a8.htm that one can download localized merge modules (dotnetfxredist_x86_language.msm) from the MS website, but I ca ...Show All
Architecture Top Down or Bottom Up SOA?
This question has been plauquing me for a while. When attempting to deliver to an enterprise service-oriented strategy is it better to do bottom up governance or top down Here's what I mean by this. 1. With bottom up design governance you work to have any line of business application deliver services at the time they deliver their application. Through the conceptual design and envisioning of this application discrete business functions are f ...Show All
Visual Studio Team System Report on field added to new work item type
Hi, I created a new work item type based on the MSF Agile "Task" work item type. I added a new field called "Customer". < FIELD name = " Customer " refname = " MyCompany.VSTS.Common.Customer " type = " String " reportable = " dimension " > < HELPTEXT > The customer to which this task is attached. </ HELPTEXT > < ALLOWEDVALUES > < GLOBALLIST name = " Customers " /> </ ALLOWEDVALUES > < REQUIRED ...Show All
Visual Studio Team System The project team is created but with out Site for documents and reports
Hi everybody I hope you can understand my english I have installed VSTS with foundation server in two virtual pc (1 client - 1 server) with out problems, when I tried to create a project team an error ocurr and neither the sharepoint site nor the report site are created. In the log the message of the error start with Event Description: Task "WSS.WssPortal" failed Exception Type: System.Net.WebException Exception Message: The request fail ...Show All
