Koray Bahar's Q&A profile
SQL Server error on server
TITLE: Microsoft Report Designer ------------------------------ A connection could not be made to the report server http://localhost/ReportServer2005 . ------------------------------ ADDITIONAL INFORMATION: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title> SQL Server Reporting Services </title><meta name="Generator" content="Microsoft SQL Server Reporting Services 9.00.1399.00" /> <meta name="HTTP Status" content="500" /> <meta name="Produc ...Show All
Visual C# URGENT! Runtime error
I've got to demo a project for my degree tomorrow and after running my final build on other machines it seems it only works on mine. The error is: EventType : clr20r3 P1 : userfriendlylatex.exe P2 : 1.0.0.0 P3 : 447b4557 P4 : system.windows.forms P5 : 2.0.0.0 P6 : 4333aefa P7 : 1979 P8 : 2 P9 : pszqoadhx1u5zahbhohghldgiy4qixhx This seems to be an unhandled exception but how do I find where this is Really apprecaite any help. Try putting the PDBs from your binaries into the same directory and run it again to get a call stack or something that you can work with. The PDBs are, I believe, au ...Show All
Windows Forms Auto Generated Columns
This feature of the DataGridView is really starting to piss me off, I optimize the positioning, labels and other aspects of my DataGridView, run it to make sure everything is ok, and when I come back to it the thing has added back 20 new unformatted columns that are exactly the same as the ones I already had. How can I disable this 'feature' DataGridView.AutoGenerateColumns = False ...Show All
Visual Studio Tools for Office Problem with managed com add-in (The macro cannot be found or has been disabled because of your macro security settings)
Problem with managed com add-in : I developed a managed com add-in in vb.net for MS Word 2003 application. I have added a commandbarbutton control in one of the existing commandbars(Tools). When i click the commandbar i am opening up a form and displaying some data.Everything works fine.. I did build the main project and setup project and i install the same application in the same machine i developed. When i open the word document and if i click the added commandbar button i am getting a dialog box saying that "the macro cannot be found or has been disabled because of your macro security settings". After that it is openin ...Show All
Visual C++ What is the status of STL .NET in VS2005?
Thanks, hdp. Take a look at Nikola's blog post at http://blogs.msdn.com/nikolad/archive/2006/02/07/527193.aspx Thanks, Ayman Shoukry VC++ Team ...Show All
Visual Studio Team System Target against a specific .Net version?
Hi, I've just got a nightly build automation process set up using TFSBuild.exe and supplying it with the appropriate server, project, and BuildType paramaters. Is there any way to specify that I want the particular build to be under .net version 1.1 or 2.0 I am assuming that as I have installed VS 2005, SQL Server 2005, and now the trial of VSTS etc that it will automatically think it is building for 2.0, but is there a way to do 1.1 as well Is this feature also available via the gui, either in Visual Studio, or in team suite Regards, Peds You can check out this blog to target 1.1 assemblies with Team Build. Let me kn ...Show All
.NET Development Remoting Questions
I have a remote object that must be used by multi ple client possibly at the same time for across the net.My object only has 5 functions .The finally step(function does a sql process that is ran by an exe that I call from my remote object on the server.For some reason when one client is doing this process and the next client tries to just get connect to my object they get a remoting error and can not connect. Remote object <code> Imports System Imports System.IO Imports System.Data.SqlClient Imports Microsoft.ApplicationBlocks.Data Imports Microsoft.VisualBasic Imports System.Data.Odbc Public Class ServiceClass Inhe ...Show All
.NET Development Are Resource DLLs Easily Reversible?
Are resource DLL files easily reversible to their .resources files Thanks ...Show All
Windows Forms How can I duplicate vb6 unloadmode
In Vb6 in the queryunload event has a parameter of unloadmode that tells why the form in unloading. The closing event does not have the same functionality. MSDN says to write your own code to provide similar functionality but does not give clue one as how one might accomplish this. I use it a lot in my toolbox designs. Any ideas ...Show All
Windows Forms settingskey property
SettingKey property In the msdn library, the explanation of The settingskey property for the toolstrip item gives no worthwhile explanation. What does it signify What is it used for If I create a new button, how do I set it Etc. Thank you very much. dennist SettingsKey is obsolete. We changed from a per item config support to ...Show All
Visual Basic vb6 to VB.Net upgrading Sub Main() error
Hi everyone.. thanks for taking a peek on my thread. Im upgrading a VB6 application. On its sub main, after it finishes, keeps jumping to other control on different forms. Is there a way to make my project to still go through code just the way VB6 does Sup cgraus.. No.. thats not what I meant. What I tried to say its that in VB6, my application once it finishes the Sub main(), it keeps working with other forms. I understand that in VB6, all forms need to be destroyed so that the application can end. In vb.net after finishing the Sub main, it finishes automatically all the application. How can I handle my code in order to keep workin ...Show All
Visual C++ Problem with Postmessage ,for ms-offfice
hi, I am trying to develop a software for local language in vc++ using mfc. It's a dll I am hooking the key board with SetWindowsHookEx and calling a user defined procedure for the stuff here i am checking the key pressed and correspondingly am posting the required keys(ASCII) to the window with postmessage ::Postmessage(hwnd,WM_CHAR,65,1); hwnd is the window handle got by setfocus() and by GetForegroundWindow() as in msdn also i am not processing the pressed key ex: If 'A' is pressed the acsii value 78 and 98 are posted using to postmessage() in the 3rd parameter ,key should not be displayed . T ...Show All
Smart Device Development Directory.Exists not reliable?
My code basically steps through a loop, creates directories if not already exist and saves files into the directories and the root path is "Storage Card", which is a shared folder set in the Pocket PC 2003 emulator the loop goes fine for a few rounds, directories and files are created and stored correctly; then fails at this point( the CreateDirectory call below ) if( ! Directory.Exists( dirPath ) ) { Directory.CreateDirectory( dirPath ); } and the fact is that dirPath already exists but somehow the check has given a wrong result and goes on teh execute the CreateDirectory method, which results in an IOExc ...Show All
Visual Studio Express Editions New to C
Hello. I was interested in programming in C and of course I bought a book. However the book is a little outdated, so they describe how to use the tools such as the compiler, etc. They teach you how to compile and link everything with Borland and Microsoft Visual C++. This book is C For Dummies, printed in '96. I downloaded Visual C++ and it has WAY more features than the one in the book has. I'm lost. Starting out he teaches you to do the usual "Hello world!" script, I started a new project, created a C file, typed in the code, saved it and... How do I compile I tried the Visual Studio command prompt, placed the C file where they told me ...Show All
Visual Studio MSBuild Task, Compiling web site with project references
I was testing to use MSBuild from command line for an automated build process, MSBuild Task seem to have an issue compiling website with project references within the same solution. The library, console, windows services and application are all compiling with out any errors but when it comes to compiling websites I am running into issues. The website has Project references to other library projects within the same solution but the MSbuild does not seem to be copying these referenced assemblies into the website's bin directory after compiling those libraries, because of this the website compilation is failing, i ...Show All
