Christian Nørager's Q&A profile
Microsoft ISV Community Center Forums Is Partner program open for non-consulting/non-ISV companies?
We're a company that is building a web based product to be offered as an online service. Our platform is all Microsoft based using the latest .Net technologies. My question is whether our company is suitable as a Microsoft Partner I'm having difficulty identifying the best Competency for us as a company. Any insights are most welcome. Regards, Neil Hi Neil, I'm pretty sure that your company would be quite welcome as a Micro ...Show All
SQL Server SSE 2005 and VS C# Express 2005 - Add New Connection
I am having problems with making data connections to the same DB from various express developer tools: I have downloaded most of the Express family: Sql Server Express 2005 (SSE) Sql Server Mgmt Studio Express 2005 (SSMS) Visual Studio C# 2005 Express (VSCS) Visual Web Developer Express 2005 (VWD) All seem to have been successfully installed (at least up to and including my "Hello World" efforts). I also downloaded and installed the Adven ...Show All
SQL Server How to integrate reporting services with ASP.Net
Hi My current situation is how to integrate my application written in asp.net to link to my report server's report as by default anonymous user can access my report server's report without any authentication. how to configure to make the report server by using form authentication before access the reports My Application Configuration Web application (Vb.Net) - http://192.168.1.18/mobiFO Reporting services - ht ...Show All
SQL Server Recreating the functionality of a extended stored procedure that uses srv_impersonate_client
I need help rewriting an extended stored procedure as a CLR. What this extended stored procedure does is to return the domain username of the person connected via named pipes. This is accomplished by using the srv_impersonate_client and GetUserName functions from opends60.lib. I have tried rewriting this in CLR using Microsoft.SQLServer.Server.SQLContext.WindowsIdentity but have been unable to replicate the functionality to return the same value ...Show All
Visual Studio 2008 (Pre-release) PortSharingEnabled in NetTcpBinding
Hello, I'm trying to develope an application using WCF. I want to be able to run several services on the same machines, just with different address for each one. I have read that WCF is able to share TCP ports on its own. I have created a NetTcpBinding and set PortSharingEnabled to true. I then created two ServiceHost instances, one for each service and register then successfully. Now when the client try to send a message it gets fau ...Show All
Visual C# Hooking a closed event to Word document?
I am opening a MS Word document using the following C# code. <code> Word.ApplicationClass WordApp = new Word.ApplicationClass(); // Use the open file dialog to choose a word document if ( this .openFileDialog1.ShowDialog() == DialogResult.OK) { object fileName = openFileDialog1.FileName; object readOnly = false ; object isVisible = true ; //Here is the way to h ...Show All
Visual C++ dll problem
Hello I am learning dlls but i have a problem. I use the MSVC++ 2005 Express environment and tried to load a dll function dynamically: DLL Project File dll.dll________________________________________________________ #include <windows.h> #if defined (_MSC_VER) #define DLL __declspec ( dllexport ) #else #define DLL #endif // nur unter MS VC das Symbol DLL defin ...Show All
Visual C# UI Development
Hi All, I am currently experimenting in UI Design in C# and VB.NET. I'm currently trying to override the style of the titlebar, close, minimise button etc etc and ultimatly trying to end up with an interface similar to Microsoft Money 2006 http://www.microsoft.com/money/imag...en1_stand-a.jpg If anyone has any links to articles, or any pointers on how to create such a design then please let me know. I'm only really interested in the top half ...Show All
SQL Server Raw File Destination Create Always error
Hello, I'm having issues with the Raw File Destination and using Create Once/Create Always. First problem we have is that if we have WriteOption="Create Once" when the file is already present then we get a design-time validation error: "Error occurred because the output file already exists and the WriteOption is set to Create Once". To me that doesn't seem right - why should the fact that the file already exists be a problem - it doesn't matter ...Show All
Visual Basic String Enums
Is there any way to create a string enum instread of the default integer enum For example change Private Enum bcSet bcDest = 0 bcSource = 1 End Enum into Private Enum bcSet bcDest = "1" bcSource = "2" End Enum I've also see people using constants to simulate string enums: Class MyStrings Public Const APersonalName as String = "John" Public Const ALastName a ...Show All
Windows Forms dragging only the outline of a form
how do i code my forms so that only a thin outline of the form is visable during the drag of the form; the form repaints (fills in) when the drag has been completed Great work! I found a few things in the code h ...Show All
Visual Basic Error when trying to XML serialize list-arrays
Hi. I'm working on a project where I have have an array of lists: Public Orders(7) As List( Of clsOrdersSaving.sOrder) (sOrder is a structure...) When I try to Serialize this information into a XML document, I get this error: System.InvalidOperationException was unhandled Message="Unable to generate a temporary class (result=1). error CS1026: ) expected error CS1002: ; expected error CS1525: Invalid expressio ...Show All
Visual Studio Team System Associate a test with a WI (bug)
Is it possible to associate a test (unit, manual,...) with a bug The workflow would be: tester finds a bug, makes a test that fails on the bug (because of the bug), creates a Bug work item, associates the bug with the test. A kind of TDD but for testers. Thanks, Ognjen A colleague showed me that this is possible in the Test results window i ...Show All
Visual Studio Express Editions Registering and licencing
I have registered my version of visual web developer installed from CD but I have not received the product key. as I can obtain it The licence expires between a year... When you install from the CD Image you do not have to register the product. Have a look at the registration FAQ Item 7. Visual Studio Express edition Registration FAQ http://msdn.microsoft.com/vstudio/express/register/faq/ ...Show All
Visual Basic eroor message
hello there, i am trying to move to the last record using recordset object but i am receiving the following error message: "rowset does not support fetching backward" and this the code: Private Sub Form_Load() Dim con As ADODB.Connection Dim rs As ADODB.Recordset Set con = New ADODB.Connection con.Connecti ...Show All
