Falconetti's Q&A profile
.NET Development Howto implement security COM+ when client call by .Remoting !
Hi , I'm buiding a application Client / Server by .Net 2003 as the follwing : + Server : - A class is written by COM+ which contains tow methods Add , Sub two number integer and then set security for COM+ contains two user - User A : only call to method Add - User B : allow call to both method Add and Sub. Then I hosted COM+ application by the other application .Net Remoting . + Client - I used .Net Remoting to call to the method in COM+ . * Problems are : - Server machine side, I created two user A and B , user is logoning is user C and I added users into Marshall role . - Client machine side , I login by user A and call to ...Show All
Visual Studio Team System Where to find "Network Requirements and considerations - Firewall" docs
I am installing a new TFS in dual server configuration with a dedicated build server. We run a distributed multi-tier environment with hardware firewalls between each tier. I am trying to find out what firewall requirements exist between each of the three servers and have not had any luck. The file 'TFSAdmin.chm' has a topic on firewalls but it is only a placeholder at the moment. TFSAdmin.chm - Team Foundation Server Product Overview - Team FOundation Server Requirements - Server Requirements - Network Requirements and Consideratio ...Show All
Windows Forms need workaround to install on sql svr named instance
The msi on Microsoft Downloads for TaskVision Source requires that my SQL Server default instance is named “local”. But I don't have such an instance. I have only the named instance "CORBIN\NETSDK" and do not see in SQL Books Online how to change this name to "local". Do I have to reinstall SQL Server on my laptop in order&n ...Show All
SQL Server Error: The value was too large to fit in the output column "colName" (60).
Hi All, I'm trying to transfer data from DB2 Database to SQL Server 2005. Well, i used the OLE DB Source, the Data Conversion Component and the OLE DB Destination component. I have five Data flows with this configuration above. But I am receiving an error message from one of them. Please check below the error message: "[Source Table TARTRATE [1]] Error: The value was too large to fit in the output column "ADJ_RATE_PCT" (60). " "[Source Table TARTRATE [1]] Error: The "component "Source Table TARTRATE" (1)" failed because error code 0xC02090F8 occurred, and the error row dispositio ...Show All
SQL Server Create Trigger for View
Hi, just started to write my first trigger for a view. Of course I got some errors, which I could could resolve except one. Whenever I run my script I do get the following message: Msg 213, Level 16, State 1, Procedure IO_Trig_INS_Zuordnung_Alles, Line 11 Insert Error: Column name or number of supplied values does not match table definition. The Code where the error occurs according that message is the following: CREATE TRIGGER IO_Trig_INS_Zuordnung_Alles ON Zuordnung_Alles INSTEAD OF INSERT AS BEGIN SET NOCOUNT ON -- Check for duplicate Zuordnung. If there is no duplicate, do an insert. IF (NOT EXISTS ...Show All
Smart Device Development can't load Active Sync 4.1
Hello, I've juste installed Active Sync 4.1 and tried to load it many times but got nothing, i tried also wcesmgr.exe /show but nothing :( when i open the a process explorer, i see that the wcesmgr is loaded for a while and then it goes off.. i tried to re-install it many times but no changes .. what should i do.. i'm trying to connect my emulator to a webservice... i installed the VPC Network Driver.. but also nothing... plz help.. thanks a lot! The following post for other forums to post non-Visual Studio device development questions to. Folks on those forums might be able to get to this qu ...Show All
Visual C# difference between c# 7 , 2003 , 2005
hi Any one know what is difference between c# 7 , 2003 , 2005. basic difference framework etc. Hi, The changes are usually in the .NET Framework more than the language. From v1.0 to v1.1 there weren't any changes to the language - it was only a Framework change. From v1.1 to v2.0, there are new things in the language such as support for Generics, Partial Classes, Anonymous Methods. For information on changes from Framework versions see these links: Compatibility Considerations and Version Changes http://www.gotdotnet.com/team/changeinfo/default.aspx List of Breaking Changes (May 2005) http://msdn.microsoft.com/lib ...Show All
Visual Studio Team System Reports
hi, I am developing a web application which should be able to retreive bug reports from the Team System database, but the Team Foundation Reporting API's are useless, does anyone know how to get hold of these reports from TFS and display them on screen, or know of any good documents thanks, Daz The Microsoft SQL Server Developer Center site for SQL Reporting Services is where you want to start. The TFS APIs do not replace the SQL APIs. ...Show All
Windows Forms I need help with ClickOnce
Hello, I have some general questions about ClickOnce. Before VS2005 I used ZeroDeployment under .NET Framework 1.1! Our customers liked the way of central installation on a server. Now, with ClickOnce, I published my Application in a local directory on my laptop. Then I added the published files to an Setup Project. When I now install this Setup on a customer server and I start the Setup.exe from a client, I get the error message, that the location \\xyz\Click Once could not be found. Can I use the ClickOnce in this way, or do I have to return to the normal MSI way Thx for help John John, ...Show All
.NET Development Is there not one single example like this in the WORLD?
Hi all, Examples are usually the best way to learn. So what I don't understand is why there isn't an example of what I need anywhere in the world! Or is there What I need is this: A *complete* (end-to-end) example of a database driven Windows application. It can not be based on datasets as they are slow and not built for object oriented programming, nor are they suitable for large applications. I need an OR mapper tool to help out. The example don't have to be complicated, I'd be happy with a typical order, order details form with a customer form. Here's a detailed list of what I need: -Windows Forms application in Visual Studio 2005 - ...Show All
Visual C# net mail namespace and SMTP
I know that this has been asked before, but I've tried all the answers and haven't found the answer yet. I'm trying to send email using C#. My code works great on my local machine - no problems. But when I publish to my 2003 server, it won't send. There are no errors, all the other scripts execute ok, but the email doesn't come through. Here's my code ===================== MailMessage mail = new MailMessage(); mail.From = new MailAddress(this.tbEmail.Text); mail.To.Add("myemail@myhos ...Show All
SQL Server Couldn't see some databases in the object explorer window of Mangement Studio
hey guys, I have one question. But it is not related with the Reporting Service. I got my computer set up with SQL Server 2005 version yesterday. When I connect to the database engine, I can see only system databases(master,model,msdb and tempdb) under the system database folder. I couldn't see other databases(like pubs,northwind) in the object explorer window of Management Studio. Do you have any idea how to solve this difficulty Thanks. Amde Hi, Amde -- This content will be available in the next version of BOL -- Before you can use SQL Server 2005 samples, you must install them. Installing th ...Show All
Smart Device Development installing .NET CF 2.0 on a Pocket PC
hi how do I install the CF 2.0 on a Pocket PC it's currently running Windows Mobile 2003 SE thanks, well, i try to uninstalled from 'Control Panel', however, in my ppc, .net cf 2.0 still exist I use this way to check: http://msmobiles.com/users/1/archives/2005.4.20_19046/netcf2.gif does it have any affects when I using vs.2003 to write code because I think I am just gonna use cf 1.1 at the moment as I don't have vs.2005... ...Show All
Visual C# Read-only wrappers for derived classes
Can anyone point me to a good method for implementing read-only wrappers around a derived class rather than, for example, a simple collection What I mean is that I have class A which inherits from class B. B is not abstract, so can and will be instantiated on its own. I need to be able to create read-only versions of A and B. The only way I've come up is to have a class ReadOnlyB : B, blocking writes and forwarding reads. That's fine. But for A, if I implement a class ReadOnlyA : A, it has to override not just the members of A, but those of B as well - not nice, especially in a hierarchy 3 or 4 deep. Got to be a better way Thanks. Dou ...Show All
Architecture UML/Modeling Tools you are using?
One of the problems I have found in VSTS 2005 is the lack of modeling tools for the Software Architect. Jack Greenfield addressed and answered my concerns here . He also said MS is working on some addressing some of the issues. I responded to him here . I needed something today to allow me to continue doing my job which currently is implementing a product line engineering process. I am using UML on this project. In case you are interested, here is a list of the tools we are evaluating from MS and their status. I answered Steve Cook's question as to what UML I would like to see supported by MS here . XDE was out because it ...Show All
