Nittin Ghai's Q&A profile
Visual C# Enterprise or Pro
I had been using VS2005 Enterpise and then switched to VS 2005 Pro. Now a friend of mine says Enterprise is the better of the two programs. I'm an egotist and want the best. Does any one know which is the better program for sure, not just your opinion. Thank you for any help you can give me. Jim Diamond For a VS.NET version to be "better" would actually depend on your requirements, however, if u HAVE to have the version with the MOST features, that the VS.NET 2005 Team System version check the product comparisons for yourself http://msdn.microsoft.com/vst ...Show All
Visual Studio 2008 (Pre-release) ProtocolException
Hi i'm getting an exception running a simple ping service that i have developed that i cannot understand. It's strange because it was running 2 days ago then i have changed some things in iis and it stopped running. What it's worst is that everything stopped running, even the samples and they all fail with this exception. I'm using Visual Studio .net 2005 Beta 2 and the September CTP of Indigo, and the exception is : System.ServiceModel.ProtocolException was unhandled Message="The content type text/html; charset=utf-8 of the response message does not match the content type of the binding (text/xml; charset=utf-8).&qu ...Show All
.NET Development Problems GDI DrawString, FillPolygon
Hi! I want to draw a Map for a Webgame (C#, VWD 2005 EE). I draw Lands, units... But unfortunatly the borders of the String are not "clearly", good, drawn, as you can see at the link of the german csharp forum. There is a picture where you can see what I mean. http://www.mycsharp.de/wbb2/thread.php threadid=13557 [ ^ ] So I create the Graphics Device. G_WorldMap = new Bitmap(3500, 2000, PixelFormat.Format32bppArgb); Graphics newBmpGraphics = Graphics.FromImage(G_WorldMap); So I draw the strings // Draw Names and IPC foreach (Land land in G_Game.Lands.LandsAL) { Font font = new Font("Comic Sans MS", 10); SizeF stringSize = newB ...Show All
Microsoft ISV Community Center Forums How Can I create an UDF I can use in a cell?
How can I insert a managed function in a cell For instance I have a created a function Public Function test( ByVal myRange As Excel.Range) As String 'Some code..... test = "testing" End Function If I put in a cell of the wordsheet the formula =test(a1:a2) I get an error. Is there a way to create a UDF as is possible in VBA Daan I've moved your question to the VBA forum since there are more chances to get it answered in that particular from. Thanks ...Show All
Windows Forms Saving a picture
I have a picture box that i can draw in using mousePath.AddLine This works well but now i need to save the image into a datadase. Can anyone let me know how to do this And what datatype in the database table should I use What about to save a document in the same table Great example, thanks. ...Show All
.NET Development The type or namespace name 'SqlConnection' could not be found
Hey all. I am remlig novel here to .NET so hope there's anyone affable while there can be be of use me awhile running. just now says the to me that ( The type or namespace name 'SqlConnection' could not be found ) however im not understand. I hav try to add this in my namespace ( using System.Data.SqlClient; ) at run that still no. plz help me. NeoNmaN, Does your project have a reference to the System.Data.SqlClient.dll assembly If you are using Visual Studio 2005 or 2003, check this by: - Go to the Solution Explorer, and expand the project that is using SqlConnection. - Under that project, expand the References item. Yo ...Show All
SQL Server Retrieving rdl from Server
I did a dumb thing and managed to clear out a file with a bunch of reports in it. We are having problems pulling the reports from the backup tapes. Is there a way to retrieve the rdl from the report server It is about 12 reports and I would rather not have to recreate them. There are many ways to retrieve the RDLs from the report server (assuming you have permissions beyond just "Browser" permissions). * Manual retrieval: You can retrieve the RDL for published reports by switching to the details view in report manager ( http://localhost/Reports/Pages/Folder.aspx ViewMode=Detail ) and then click ...Show All
Visual Studio Team System Unable to add users to Team Project if using VPN.
Hi Folks, when i'm at work, i can succesfully add users to the team projects using the Team Explorer in VS2005. Kewl. At home, i use VPN to connect to work, and i can then connect to TFS, etc. When i try to add users to the team project, it fails to find domain\username. This is becuase my home computer is in a workground and not part of the domain (i assume). So, is there any way i can 'register' with the domain, so i can see the work AD, and therefore add the AD users to the team project hmmm..... You could make your home machine part of the domain, or remote desktop into a machine that is on the domain and add the use ...Show All
Visual Studio Express Editions How can I make ....?
Well, The main is that I want to make the program alert me what key was press when that key is pressed. How can I make that Or If there is a good tutorial for starting programming in C# Thanks If you mean a key press across the entire system, then you need to write a system wide hook. Not sure if you can do this in C#, you can in C++. If you mean within your app, when your window has the focus, if you create a WinForms app, and then in the designer look at the properties window, there's a lightning flash icon you can click, then you get a list of events you can be notified of in your program. The KeyPress event is called when ...Show All
Visual Studio Problems with VSS (Internet) ... cannot check-in (on RTM version)
So I setup my repository correctly and I have my plug-in working (seemingly fine) in VS.NET 2005. I can download the project via VSS (Internet) and I can even check-out files. I just cannot check in. I get a 'Cannot upload file guid.guid .bin' error message. I checked permissions on all of the directories and in IIS and they seem fine. Certainly not having an issue downloading or check-ing out. The server is running on Win2000 Server with IIS 5 (fully patched up). Ideas anyone Well I didn't hear back from anyone. So I decided to install a new server (was on the eventual to-do list anyhow). So at le ...Show All
Smart Device Development ERROR 10022
Hi, I have one problem and i need your help. I`m programming over Bluetooth Devices in Windows XP SP2 with windows socket. My bluetooth device is supported but when i call WSALookupServiceBegin it produces WSAESINVAL (error 10022). Help me please! Hi , Pls check the following link for info on more relavent forums for suck kind of questions, http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Srikanth Bogadapati ...Show All
Windows Forms Generate Windows Form out of XML
Hellow I've got a problem : I would like to automatically generate a windowsform starting with an XML-file. Let's say f.e. you have got this piece of XML : [code]<person> <name>Joske Vermeulen</name> <country>Belgium</country> </person>[/code] Is there some way visual studio.net can go 'oh, a <name>-tag, this belongs in a label with this position and these properties'&n ...Show All
Visual Studio Express Editions HELP PLEASE
I AM BUILDING A SIMPLE PROGRAM BUT I GET A PROBLEM THIS IS THE CODE #include <iostream> main() ( std::cout << "Hello World!" << std::endl; ) When i press buil solution it show me this message 1>------ Build started: Project: hello, Configuration: Debug Win32 ------ 1>Compiling... 1>hugo.cpp 1>c:\documents and settings\hpolanco\my documents\visual studio 2005\projects\hello\hello\hugo.cpp(5) : error C2143: syntax error : missing ')' before ';' 1>c:\documents and settings\hpolanco\my documents\visual studio 2005\projects\hello\hello\hugo.cpp(5) : error C4430: m ...Show All
SQL Server SQL SERVER database DIAGRAMS problem...
Hi all, i m trying to create database diagram but as soon as i click on DATABASE diagrams it gives me the following error: TITLE: Microsoft SQL Server Management Studio ------------------------------ Database diagram support objects cannot be installed because this database does not have a valid owner. To continue, first use the Files page of the Database Properties dialog box or the ALTER AUTHORIZATION statement to set the database owner to a valid login, then add the database diagram support objects. ------------------------------ BUTTONS: OK ------------------------------ what should i do since i m new to sql server....so,i ...Show All
Visual Studio Team System unhandled exception on install!!!
yeah someth totally new now...( great cause always the same errors r really boring :-)) all services runnin perfect! see my event log entrys >>>> http://foundation:8080/Currituck/SyncAclService.asmx System.Net.WebException: The request failed with HTTP status 503: Service Unavailable. at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall) at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) at Microsoft.VisualStudio.Bis. ...Show All
