Answer Questions
etoostr How do we restrict 3rd party access to an assembly's functionality?
We are writing a dll we would like to use for multiple applications. We do not however want a third party to access and use it's functionality. We have discovered a few exciting items that seemed to be the direction we were looking for; StrongNameIdentityPermissionAttribute InternalsVisibleToAttribute These items would let us view internal methods across assemblies or specify which assembly could use a given public method. We have si ...Show All
MikeCampbell Troubles Updating my DataBase, using dataadapter
Can anyone please help me. I trying to update my database. I'm using Access 2003, and Visual Basic.NET 2003. This is the code i'm using. //////////////////////////////////// passval = txtconfirm.Text idval = txtid.Text MsgBox(passval & " " & idval) Try &nbs ...Show All
skinnybit is it the possible using C#.Net or ASP.net work on the sun product -Iplanet directory server
i wan to know : 1. is it the possible using C#.Net or ASP.net work on the sun product -Iplanet directory server i wan to do the authentication/authorization 2. how to implement it , can u give me the related hyperlink or some source code samples what i wan is : login.aspx --> login.aspx.cs --> iplanet directory -->login.aspx.cs i need to develop a security module , which can work on window(c#.net) platform and unix (java) p ...Show All
Tarey Wolf Which DB to use?
Hi, i am writing a program that uses a db. My db will have 3 tables and maximum of 5,000 records. I want that the customers will download my application... The proplem is that i don't know whether they hav a db engine or not. I heard about MDAC for mdb files... 1) How can i check in my installation wizard whether the client has MDAC installed on his local mashine 2) Can u suggest me somthing better The client ...Show All
nzwpfnewbie why WebClient's DownloadFile moethod doesn't download file to Client?
i download .xml file from server with WebClient.DownloadFile() method to Client fail. with following code(Run in Asp.net environment with virtual studio 2003) string targetFile = ""; targetFile = Request.PhysicalApplicationPath + "abc.xml"; WebClient client = new WebClient(); client.DownloadFile(targetFile,"abc.xml"); the result of runing was: the abc.xml file of downloaded in Directory (C:\wind ...Show All
Amit Bhagwat WSE and unmanaged code
Hy, I would like to know if it is possible to call from unmanaged code methods exposed by a Web Service using WSE 3.0. Thanks, Sebastien here is an article for calling Web Service from MFC. http://www.codeproject.com/useritems/CoolWebServiceClient.asp It may be helpful. Code is specifying using Web Services from MFC. I dunnot think using WSE 3.0 Web Service is going to make any diff. in the appr ...Show All
wendy718 ASP.NET access denied problem
I understand how to fix this problem I am having with ASP.NET not being able to access the file I want it to. It is just when I go to fix it, the "Security" tab does not exist and the Indexing Services are not running. My OS is Win2000. My .NET is 2003. Can anyone help I've gone to folder options and the last check box says "Show pop up descriptions for folder and desktop items." Also there ...Show All
Olivier Conq Xml.XmlDocument.Load problem and don't know why???
ok i've done this before and i know how to use it, but i'm a little confused now because of the following error i'm getting. and maybe whats really confusing me is that the file is local and that i have the same code in an app that's using the 1.1 framework but for some reason the 2.0 doesn't work. path: "c:\documents and settings\derekklingman\desktop\20050901\reviewpwk010906.xml" System.Net.WebException: The remote server retur ...Show All
JMiller99 Live Communications Server 2005 .NET Runtime
Dear Sir, I have installed Microsoft Live Communications Server 2005 on my windows 2003 server, when service Live Communications Server started after 1 min, the serivce stop. I check event viewer application and see the following event: The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote ...Show All
Toby77006 access permission probelms. HELP ME!!!
I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connec ...Show All
TRietz Developing web pages
Hi, I have Microsoft Home Edition installed in my PC and I have Visual Basic.NET 2003 but I would like to develop an web application project, so I cannot because of my operating system. There is a way to install IIS or I have to migrate my operating system Thanks a lot for your help, Joanna. There's no legal way to add IIS to winodws XP home edition although there's no technical reason to prevent adding it, both the professional and ...Show All
Steve Greatrex Bug in Tableadapter configuration wizard
hello, my name is Mattia. I'm using Visual Studio 2005 RTM. In my application VB, when i use table adapter configuration wizard for implementing a simple datagridview on a single table of SQLServer or Access, the update and delete command are not wrote in "DataSet.Designer.vb", there i only the insert command. It's a bug of new version Thanks. Hi Mattia, Did you set a primary key in your tables Visual studio on ...Show All
praveendm Basic TCP/IP
I am making a two programs, a server which will be ran on my computer and a client, which will be distrubuted around so multiple people can communicate with the server. I was hoping someone could show me the code to just connect the two programs using tcp then send a simple string from the client to the server then the server to the client, nothing fancy like encryption or any sort of error checking because i want to be able to learn from it wit ...Show All
Brenton98 How to disable code analysis message globally across project?
After running code analysis, if I right-click on a message and tell it to ignore it, it places a line in the analysis globals file, but that line is specific to the method being analyzed. How do I disable specific code analysis messages across my entire project I tried using the scope="namespace" and target="MyNameSpace" but that did not appear to work. Help ...Show All
T.J. Duchene SqlDataAdapter.Update - Updating DataSet but not the physical database.
DataSet complaintDS; SqlDataAdapter complaintDA; SqlCommandBuilder cb; complaintDA.Update(complaintDS, "[Complaint Log]"); Updates the DataSet in the DAtaGridView but does not update the database. What am I doing wrong Hi i have the same problem. Dataset is updated but the datasource is not updating. How did u solve ur problem Will u pls share with me And how to access that copy to property ...Show All
