suman_chowdary's Q&A profile
SQL Server Connectivity issue
I am using the connection string as "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=TMS_CHECK_CONVERSION;Data Source=PHILDCAP4Q\VENDOR" in specified named instance is installed on the Respective machine. It is giving the following error., Sqlserver does not exist or access denied., Please suggest ... Is this SQL Server 2000 or 2005 If it's SS2005, is your sql browser running What are the protocols enabled on the server Any firewall issue You'd better follow the instruction here and give us more details. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=362498&SiteID=1 ...Show All
Visual Studio Team System Team Server Editions vs Visual Studio 2005 Prof
Good Morning I am trying to find out what the difference would be, from a feature aspect,between using Team Foundation Server with an actual Team Edition of Visual Studio versus using Team Foundation Server with Visual Studio Professional and a CAL. I haven't been able to find anywhere with a definitive list of 'you get this,but not this' for one versus the other type of install. Secondly, if the feature set is skewed in favor of the Team Edition versions...... then is there an upgrade path for those with Visual Studio Professional as I have already seen that the price is quite a bit higher and I don't necessarily want to throw out my licenses for the professional stuff..... Thanks in advance for the info AJ ...Show All
Windows Forms Error: The deployment identity is not the same as the original deployment identity
What is this error Thanks, Lorenzo PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : http://172.16.19.33/Prisma/Prueba1.application Server : Microsoft-IIS/5.1 X-Powered-By : ASP.NET Deployment Provider url : http://lnsistemas-08/Prisma/Prueba1.application Server : Microsoft-IIS/5.1 X-Powered-By : ASP.NET ERROR SUMMARY Below is a summary of the errors, details of these errors are listed later in the log. * Activation of http://172.16.19.33/Prisma/Prueb ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Performing custom blending in pixel shaders?
Hi, I've read that in xna the fixed function pipeline has been wholly removed, with the exception of alpha blending. My question is, is there a way to do blending in the pixel shader anyway, for example: to write a full screen shader that takes what has currently been drawn and applies some effect to it (ie. makes the scene black and white, applies blur, whatever) that can't be achieved with just alpha blending Or is there some other standard way of doing this Yes, save your current backbuffer (GetRenderTarget) set the new one as a surface from your texture (GetSurfaceLevel, SetRenderTarget), then render what you want to the texture. Then set the render target back to the original, set the texture. Af ...Show All
Visual C++ debugging doubles
Hi, when I debug, some of the doubles are shown fine and right in the debugging window but some doubles are shown like "-1.#IND000000000000". why is it so and how can i change them to be displayed in the right mode. best wishes A double variable *can* have the value -1.#IND000000000000 (It's not a wrong output by the "Debugging Window"). It simply states that the variable has an undefined value due to some *mathmatically* wrong calculations (For example a 0.0/0.0 division would give such a value) ...Show All
SQL Server SSIS Deployment and Removal issues
I created a setup package and installed it on my SQL2005 server. I cant seem to find anywhere on the server where they are installed, but I can access them from the Job schedule tool, which work for me. However, now I have to upgrade the deployed SSIS and I cant seem to install on top of an existing one (gave me no errors but after testing it i realized it is still running the old version.) My questions are: 1) How can I find and delete these SSIS packages from the server 2) How can I just upgrade for a new version of a SSIS package I need to be able to do both things as at some point I may want to just remove some packages. I Installed to the SQL server. I conneted to the SSIS service with Manageme ...Show All
Software Development for Windows Vista Cardspace doesn't work behind authenticating proxy
Hi folks. I'm currently investigating Cardspace at work, where we live behind nice cosy authenticating proxy servers. Trying to hit the test STS at xmldap.org, I get 407 proxy authentication errors. Needless to say, this is a bit of a showstopper for me. Is there anything I can do to work around this (without having to change the proxy servers - our potential customers won't be able to do that...) I've tried adding a defaultProxy useDefaultCredentials="true" xml element to infocard.exe.config, but it makes no difference. Anyone got any ideas Cheers Matt I've spent much time to solve similar issue with my corporate proxy that requires authentication, but failed. I found that duri ...Show All
SQL Server Fixed Header in Reporting Service 2000
I want to create a report with SQL Server Reporting Service 2000 where I need to have a fixed header and one fixed column containg names of each row items. I tried to find "Fixed Header" property in table but could not locate it anywhere.Can anyone please kindly tell me where should i look for it Or how to achieve this functionality Thank you in advance. Bharat Gadhia. ...Show All
Smart Device Development HELP:processing KeyDown event.
Hi, I have a program written by .NET CF 2.0. I want to process the KeyDown event in order to do something when a key was pressed. The Left, Right, Up, Down keys are OK. But the Enter key, after running the codes I want, the button having focus will be pressed which I don't what this. I had added "e.Handled = true;" at the bottom of the MainForm_KeyDown method. How to solve this Many Thanks. Three questions: Which platform are you targeting: PocketPC/SmartPhone 2003, PocketPC/SmartPhone 2003SE, Windows Mobile 5.0 Which device are you targeting Does this repro in the device emulator Thanks ...Show All
Visual Studio Express Editions Remove Handler
Does anyone know if it's possible to remove an event handler when you don't know the name of the event handler sub Let's say I define an event handler: Sub EventHandler() ' Handle the event. MsgBox( "EventHandler caught event." ) End Sub I add the event handler: AddHandler Obj.Ev_Event, AddressOf EventHandler Then if I need to remove the event: RemoveHandler Obj.Ev_Event, AddressOf EventHandler BUT, let's say I don't know the name of event handler (EventHandler). Is there a way to remove an event handler if you don't know the name of the actual sub Thanks! No, I don't think this is possible in VB.NET. In C#, an event is a simple instance of a ...Show All
Visual Studio Tools for Office How to control the dropdown items for built in controls
Hi, I want to reduce the number of font items in the font dropdownlist . eg . I just want to show 12,16,18,20 size fonts and it should have the same effect on the text which the built in control gives. Also, for font color dropdown i just want to diplay only standard colors once i click it . Is it anyway I can control this Thanks in Advance. Abhishek 1. I don't see what relation this question has to the VSTO technology Please see the "Please Read First" message at the top of this forum for appropriate venues to ask non-VSTO questions. 2. You don't mention which application you're trying to affect 3. There's no way to change what these built-in tools show you. They're just picking up what Windows supplies ...Show All
Windows Forms xp side menus
Maybe I am just not farmiliar emough with the 2005 stuff yet but I am looking to make the side menu's that are used in XP. Like when you go into My Computer and on the left is the details menu and the system tasks menu and they have the little minimizing arrows. Are those included inthe .net contols for 2005 Sorry if this is a really stupic question. Than ks in advance.. TTY ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Blank screen and render targets
Hello! Have some problem with multiple render targets: RenderTarget2D bb = this ._graphics.GraphicsDevice.GetRenderTarget(0) as RenderTarget2D ; this ._graphics.GraphicsDevice.SetRenderTarget(0, this ._testQuad); this ._graphics.GraphicsDevice.SetRenderTarget(1, this ._testQuad2); this ._graphics.GraphicsDevice.Clear( ClearOptions .Target, Color .Black, 1.0f, 0); //DRAW STUFF this ._graphics.GraphicsDevice.ResolveRenderTarget(0); this ._graphics.GraphicsDevice.ResolveRenderTarget(1); this ._graphics.GraphicsDevice.SetRenderTarget(0,bb); this ._graphics.GraphicsDevice.SetRenderTarget(1, null ); At the end i got the problem that the second render target is simply a black screen... Wha ...Show All
Visual Studio Changing Datasource at runtime results in several errors
THe following applies to Crystal Reports for Visual Studio 2005 v10.2.3600.0 When I change the datasource of a report at runtime to anything other than my development machine, I am getting the following errors... "The field name is not known." "Error in File..." "Error in formula <Monday>" ' { @StartDate}' This field name is not known Note: **This paramter is created from the stored procedure used to create the report Failed to open a rowset, procedure expects parameter @LocationID which was not supplied. Note: **the parameter is supplied during runtime I have reproduced the following several times. 1. Created a report that gets data from a stored procedure having parameters on sql server 2. create a vb.n ...Show All
Visual C++ How to get the filename and line no. from memory leak detection?
Is it possible to get the file and line number for a detected memory leak when the memory is allocated using new According to these instructions http://msdn2.microsoft.com/en-us/library/e5ewb1h3.aspx the following program should report that memory was leaked on two lines. #define _CRTDBG_MAP_ALLOC #include <stdlib.h> #include <crtdbg.h> #include <tchar.h> int _tmain(int argc, _TCHAR* argv[]) { int *a = new int[100]; int *b = (int *)malloc(400); _CrtDumpMemoryLeaks(); return 0; } However the only the malloc call is reported at the correct file and line, the new call is reported as being in crtdbg.h. Detected memory leaks! Dumping objects -> [file and line correctly reported for malloc] ...Show All
