Software Development Network Logo
  • VS Team System
  • SQL Server
  • Visual Studio
  • Microsoft ISV
  • .NET Development
  • Windows Forms
  • Smart Devicet
  • Windows Vista
  • Visual FoxPro
  • SharePoint Products
  • Visual C++
  • Visual Basic
  • IE Development
  • Visual C#
  • Audio and Video

Software Development Network >> NorCis's Q&A profile

NorCis

Member List

ttad
su45937
SOAC
Yonglun Li
Khenat.Ram
bitbonk
OmidQRose
stratos13
Greenies
Rob Relyea
Sébastien Nunes
Yoann
Jassim Rahma
schlrobe
MDesigner
jatdex
Scott Boyd
Philip Wagenaar - Nashuatec
Olga99
Jim Perry
Only Title

NorCis's Q&A profile

  • .NET Development problem with WCF and APP.config

    Hello, I have a problem with WCF: I used the classic example from the VS 2005 Template: the solution with 2 projects 1. WCFServiceLibrary project for the service, which contains [ServiceContract()] public interface IService1 ... and public class service1 : IService1 { ... 2. my Host (console application) If I do not use an App.config file everything works fine: [CODE] static void Main(string[] args) { Uri adresse = new Uri("http://localhost:6666/demo"); ServiceHost sh = new ServiceHost(typeof(WCFServiceLibrary.service1), adresse); sh.AddServiceEndpoint(typeof(WCFServiceLibrary.IService1), new BasicHttpBinding(), adresse); sh.Open(); Console.WriteLine("press Return..."); Console.ReadLine(); sh.Close(); } [/CODE ...Show All

  • SQL Server Grantor Question

    I use SQL Server 2005. I log in using windows authentication. When I grant alter any database to server securable the grantor is sa, while when I grant connect to certain endpoint the grantor is the windows account by which I log in. Why is the grantor different in every case Thank you. Bishoy When you grant a permission on a securable, the permission is granted as if the grant was made by the securable owner. If the securable is the server itself, then the grantor will appear as sa. Thanks Laurentiu ...Show All

  • Visual Studio I don't have help for outlook namespace

    Hi, I use vs 2005 to create com add-ins for outlook 2003. I really need help for outlook objects,methods,events,properties etc. I try to get help with the vs help but I don't have help for Microsoft.Office.Interop.Outlook namespace . I only have help for Microsoft.Office.Interop.word and Microsoft.Office.Interop.excel. Why I don't see it ( I use vs 2005 professional edition.) Thanks, David Hi David222, Perhaps the Visual Studio 2005 Tools for the Microsoft Office System (VSTO) will have what you need in it. Here is the download addressfrom MSDN: http://www.microsoft.com/downloads/details.aspx familyid=f5539a90-dc41-4792-8ef8-f4de62ff1e81&displaylang=en Hope this helps, Fr ...Show All

  • .NET Development .NET remoting rookie. Need HELP! Unhandled Exception

    Hi, I'm just getting into .NET remoting. I've got my rmotable type,, the listener/server and the client. No compile errors, but i get this run error Unhandled Exception: System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it Server stack trace: at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddre ss socketAddress) at System.Net.Sockets.Socket.Connect(EndPoint remoteEP) at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket(EndPoint ipEndPoint) at System.Runtime.Remoting.Channels.RemoteConnection.CreateNewSocket() at System.Runtime.Remoting.Channels.SocketCache.GetSocket(String machinePortA ndSid, Boolean openNew) at System.Runtime.Remoting ...Show All

  • Software Development for Windows Vista Wuaueng.dll -- Help!

    I have Windows XP and recently downloaded a bunch of updates from Microsoft (including SP2) and upgraded to IE7. Now, several strange things are happening. First, whenever I try to restart or shut down, the computer refuses to do so and instead tells me that Windows Explorer has encountered a problem and needs to close. When I click for more details, the ModName at issue is wuaueng.dll. Second, if I try to go to "properties" after right-clicking on My Computer, the same kind of window pops up, except this time it says "Run a DLL as an App has encountered a problem . . . ." Again, in details, the ModName is wuaueng.dll. Third, I cannot access the Windows Update webpages. Fourth, IE no longer connects to the I ...Show All

  • Software Development for Windows Vista "bad certificate active X blocking" issue

    hi, what is the possible solution to resolve an issue "Bad certificate active X blocking" while accesing the web pages in IE7 how to fix the "CSS fixes" issue that come when we ty to access the yahoo and other sites how to block this issue thanx divya If it's detecting issues with yahoo's site then there is nothing you can do. The tool is to be used to analyze your intranet sites and external web applications. These you have control over and can fix. If you are getting an error on these, please post it and we will take a look. ...Show All

  • Visual Studio Crystalviewer Export Button is not working after deployment

    Please help, I have an ASP.net web application in VB. I developed the application in my Windows XP work station. Everything works in my work station. I deployed the application in our development server. THe server is a Windows 2000 server (OLD). The export button and the print button in the toolbar is not working. When I invoke/click the export button, the export window(interface) is not launched. There is no interface that will enable you to select the file type to export. Before deploying, I created a deployment setup app. with the merge modules. I'm using Crystal reports XI R2 and VS 2005. The print button however launches the an html box but its empty. No print button. Ive been working on this functionali ...Show All

  • Visual C# New to Visual Studio and c#

    Hello everybody. I am new to Visual Studio 2005 and C#. I am wanting to learn c# and asp.net(And one day get my MCAD). I would love to one day do web programming using AJAX I have never programmed before so I am coming into this with no coding experiance other then xhtml. What I wanted to find are some good links from Microsoft on VS and C#. I know that there used to be some good training videos that microsoft had and I wanted to find those. I have the wrox book "Beginning C#". If there are others that are good please let me know! Thanks C #Tutorial: http://www.softsteel.co.uk/tutorials/cSharp/cIndex.html http://www.csharp-station.com/Tutorial.aspx http://csharpcomputing.com/ ...Show All

  • Smart Device Development Some question regrading how to save data

    Hi, Once again thank you all for helping. I am at the point that I should create a database to save all my inputs and here are some question that I hope some one can help. 1. To set up a database for my Smartphone do I must need the SQL for Mobile I am only creating this database for storing information in the Phone itself or save it to the storage card. 2. How can I create different file for the user to save Just say like when the user have finish the record of this month and he want a new record for the next month. However, he want to save the record of this month to be save in the storage card. How can he do that The data saving that I have problem of, is just like the way the phone book works. I hope some one can help me w ...Show All

  • Visual Studio 2008 (Pre-release) WCF hosting: NT Service X IIS?

    Hi Everybody! We are starting a new project for a high available web system and we are thinking about using WCF to provide the required services. Probably we will use server clusters in order to provide the required availability, but we don't know yet if the solution shall use 3 levels of clustering (web, application/business and database) or 2 (web/application and database) as it depends on the customer budget. I'd like to know which solution would be more suitable: hosting the WCF services as NT Services or within IIS. Could you help me regarding the pros/cons of using each one considering: 1 - How easy each one adapts to the clustering hardware solution 2- Performance 3 - Security ...Show All

  • SQL Server Populating staging table using SSIS

    Hi, I have a flat file with columns from a geographical hierarchy such as: Country Zone State County City Store Sub Store , etc. The file also has data columns for months to the right of the above columns such as: Jul Aug Sept ......... basically 25 of these columns for two years' data for one product and another set of 25 columns for another kind of product. A typical record in the file looks like: Country Zone State County City Store Substore USA Southeast FL Hillsborough Tampa walmart Fletcher May04_ProdA ....Jun06_prodA May04_ProdB...Jun06ProdB 144 160 180 158 I need to upload this data into a staging table in SQL Server 2005 ...Show All

  • Visual Studio Error Working with SQL Queries in Visual Studio when Data Source is UDB DB2 on an iSeries Computer

    This error relates to the query designer incorrectly building WHERE Clauses where the filter value is a string literal and the data source is an ODBC data source using the iSeries Access ODBC driver. This behaviour has been experienced in VB6.0 ,Visual Studio 2005 and also in Crystal Reports 10. IN all cases the query designer incorrectly constructs the WHERE clause where the filter value is a string literal. IN VB6.0 and Visual Studio 2005 let's say you have a table named F4111 in library A73AUJDTA and fieldName ILDCT You wish to build a simple query SELECT * FROM A73AUJDTA.F1111 WHERE ILDCT = 'OV' . To do this you right mouse click on the data connection in Server Explorer and select New Query You add table F4111 . You ...Show All

  • Visual Studio Team System Replication in Team foundation server

    Hi all, I'm working with team foundation server right now. I wanted to know more details on the features available in TFS. My queries are as follows: Is replication possible in TFS If yes, which type of replication is supported and how do we configure the TFS for replication What are the step for doing the configuration and how do we go about doing the replication(I mean the process of doing that in TFS) What are the feature of TFS which can be used for remote access from outside the LAN How do we configure TFS for remote access I came across some article that it's done through HTTP. Is it possible to use secure HTTP What's the purpose keeping shelving option in TFS The process template available in TFS are MCF and the Ag ...Show All

  • Visual Studio 2008 (Pre-release) WCF Security in Hardware

    Are there currently any hardware appliances out there that can process WCF security so that my WCF software is not bothered if hardware security check fails Are there any such products that are in beta stage for use with WCF Can MS provide some information on this Lets say I am using PKI certificates for consumers as well as services for authentication. I know most of this certificate security is handled by WCF most of the time. But I wonder if we can push this security check from WCF layer to hardware layer. I know IBM bought DataPower last year for SOA appliances. Is there something similar for use with WCF Thanks. In message security, what if we do not use negotiation of protocols That is, what if the required security is ...Show All

  • Visual Studio Team System Sharepoint Portal Error 2003 Urgent!!!!!

    Dear all, I need help. My company Sharepoint portal have some problems. When I upload any docs, it show below: "Form Validation Error Please correct the information you provided by following these steps, then submit the information again: Web server is busy. Please try again." What can I do ....Pls help Thanks Cheers Tataime Did you ever get this resolved. I am receiving the same error and have tried all the suggestions but still receive the error. I moved the databases so there is plenty of space now. It is not a file naming issue. Any help would be greatly appreciated. ...Show All

©2008 Software Development Network