jayman16's Q&A profile
SQL Server Unable to use Reporting Services
Hi, After installing Sql server 2005 CTP09, we can neither connect to reporting services trought Management Studio nore to reportserver. Using Management Studion we are getting this message: TITLE: Connect to Server ------------------------------ Cannot connect to XXXXXX. ------------------------------ ADDITIONAL INFORMATION: The underlying connection was closed: An unexpected error occurred on a receive. (Microsoft.SqlServer.Man ...Show All
Visual Studio Team System Team Suite vs. Team Foundation Server
Hi! I am new to this so my question must sound stupid. What is the difference between Team Suite an Team Foundation I presume that I cannot even compare them Is team foundation included in TS When I get TS, do I get also Visula Studio 2005 and Team Foundation Is there any need to install Team Foundation when you have TS installed A lot of questions... sorry. As I have said, I am new to this and do not know the difference between does two produc ...Show All
Visual Studio Team System TFS time info
How do I get the TFS time from a client I tried using the TFS object but all I could get was the time zone info of the server and not the actual server time. But, our requirement is not to block checkin completely but restrict it based on some rules as similar to other policies. The user should still have the option of overriding the policy! ...Show All
SQL Server Derived Column return WRONG datatype.
Hi, friend, l've 2 variables A & B from source database which i used to calculate C with the following formula, i.e. C = 100 * A/B In case of B = 0 (DIV BY ZERO), C should be equal to -9999. l've set the datatype for A & B are INT, C is FLOAT at targetting database. So l used to derived column to calculate C as, B == 0 -9999 : 100 * A/B After l run the package, l realize that all my C is INTEGER rather than FLOAT.....it seems that ...Show All
Visual Studio Hosting the standard editor..
Hi, I would like to simulate Code Browser (http://code-browser.sf.net) in Visual Studio. What it does is basically taking outlining a step further and making it look quite like the vb editor which allows you to see only one sub at a time. Now, for this to work I would need two things: - to be able to host the standard editor but not allow it to show the entire file, only part of it - to add "links" to the editor, allowing you to na ...Show All
Visual Studio Tools for Office C# How to get Excel reference from Smart Tag Recognizer?
Hi there, I have a requirement to insert a recognized Smart Tag value into a new worksheet whenever the Smart Tag is recognized in Excel. Therefore I need to be able to reference the instance of Excel from within the Recognize2 method of the Smart Tag code. I know I can get Excel instance from the Action code but I do need it in the Recognize section. Is this possible You should not be calling into Excel/Word ...Show All
Visual Studio Team System SDM Industry Support
What is the indication for industry support for SDM - for example which vendors (both hardware and software) are involved in the initiative, what is Microsoft doing to engage these vendors. Regards Unfortunately, all that can be said at the moment is that Microsoft is engaging with a number of industry players who are very interested in SDM. At this stage it is too early to make any announcements. ...Show All
Smart Device Development CF/VS2005 DataGrid Datasource not really working as other controls do.
First of all, this is Compact Framework, Visual Studio 2005 July CTP. My databindings is setup like this. I got class full of all sorts of properties. strings, ints, and DataTables. This is added as a project data source so I can drag stuff across to the designer. This created a BindingSource object. All form fields (including 2 data grids) have bindings through this BindingSource. The datasource of thi ...Show All
Windows Forms bitmaps in forms
I need help related to bitmaps... I have decalred a bitmap in which i drew some shapes, I want to save it as a Gif image The thing is I want to have other things in the file such as labels or other bitmaps, but I can't fig ...Show All
Visual Studio Tools for Office Creating Rich Reports in MS Word
Hello, it seems that most folks are using VSTO differently from what I need; I have two travel agents who already both have complex database applications in MS Access, but what they need is to output richly formatted documents & reports in MS Word. Word is the preferred format because we don't really expect to acheive perfect formatting automatically; we just need the document to be technically correct (ie, all major content & data is dr ...Show All
Smart Device Development help:tapi32.dll of device and tapi.h of visual studio 2005?
Hi all expert, I have worked for 2 days for tapi of pocket pc 2003 2edition. I am using visual studio 2005 beta 2. First, i can't find tapi32.lib like you said in msdn. Second, i found lib tapi32.dll in the PDA (qtek 9090) and i found tapi.h in visual studio 2005. Therefore, i tried to use explicitly dll lib. (loadlibrary(..) ), and tried to follow the sample code tapi for pocket pc. There are a lots of protype (struct) tapi.h can't support. So ...Show All
Visual C# How to retrieve an image and display from a table in Microsoft Access DB?
In a table of Microsoft Access DB, images are stored in an object-type column. Now I want to retrieve them out and display in C#, how to do Had better give me some sample codes if possible. AfterBurner, You mean that I have to convert the Img Object to a string, and then convert the string to a byte[] subsequently. However, it seems unworkable. When I attempted to convert the string to a byte array, an ...Show All
.NET Development Reading elements and attributes?
Hi. I have a .xml file that I want to read, or it could also be a xml-string. It looks like this. < userlist > < group name = " Group1 " > < user >UserA </ user > < user alias = " UserBAlias " > UserB </ user > </ group > </ userlist > Now I want to read in all the users and print them out. I have come this far (c++): XmlTextReader ^trC = gc ...Show All
Architecture N-tier layer separations and connection/interaction
I happen to be experimenting based on some examples I've found on the net but I want to be directed to the right path, those samples tend to be incomplete or misleading. In a typical N-tier scenario, which should reference which And is the use of Data Transfer Object in accordance to any best practice that maybe existing Accordingly, how does those layers supposed to connect/interact with one another eg. what does BLL passes to the DAL and w ...Show All
.NET Development (.Net 2.0) HttpListener and Keep-Alive (Http 1.1)
Hey everybody. I'm playing around with the HttpListener class, which i think is absolutely cool, it just seems to have a few quirks. I want to service multiple requests over a persistent http connection, which the API seems to support (it' has KeepAlive property), but for some reason, it always closes the connection after each response, forcing the client to create a new connection for each request. Here is some sample code. HttpListener ...Show All
