Answer Questions
Jayant Mohanty correct use of caspol.exe for network shares
Hi, I have a basic question about caspol although my setup isn't very basic. I'm trying to use a .NET DLL across a network and was getting a permissions error. I used "caspol -security off" to resolve the issue but I'm afraid I turned off security for the entire framework. How do I turn off security only for a specific application I think that is a basic explanation. Here are the specifics. I have a network share that is ...Show All
Dave Bos dynamic templated with xml and sql server backend
dear friends. hello i am developing a project using asp.net ,sql server 2000 and xml etc. all the things in this projects are almost dynamic. now suppose we have 10 asp.net forms. and we give permission to user that they can create new forms at run time (dynamically) without making any change in the backend like xml file or sqlserver tables. now we want that the data that is inserted using this new form should to sql tables as well a ...Show All
leonide Advice needed, please - messaging
I have been tasked with creating an application that uses some kind of messaging to talk to different parts of itself...it sounds bizarre, I know. I have started with trying to send user defined windows messages. I implemented wndproc, created a message and sent the message. Everything works great, however, I need to also send custom objects with the message. I thought I could use the wparam and/or lparam parameters of the message, but I'm ha ...Show All
DG How can I write my SQL Connection for my application?
Hi I have been developing one database application in VC++ .NET with SQL Server 2000. The Software have more child forms for the related databases and its record navigation functions. Now I want to make SQL Connection as global for all the child forms to avoid connection while loading the child form. Because its taking more time. Please give your sample code and suggestion. Where I can get sample code Thanks Joseph TA Email: joseta@vsnl.com Te ...Show All
SpyderZEX Sharing a software process with my business network
Im trying to find out a way on how to share my application process with the rest of my business computers network. We have over 20 computers that have an average of 2.5Ghz CPU and they only use 10 to 20% of the CPU capaticity daily. So it ill be nice if i could use the 80% of does CPU's so i can execute same major BIG process from a distance software under my local intranet. Any link, ideas, tutorials or help will be well appreciate ! ...Show All
lorifajose Cannot debug web service
Hi all, I built a web method that receives a message that contains a property with the XmlChoiceIdentifier attribute - the whole story is here : http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=251511&SiteID=1 The buttom line - I've temporarily changed in the proxy class the type from "XmlLinkedNode" to "object" and everything works. But something strange happens - I cannot debug the web service (my solu ...Show All
Scott P. Problem with Bulk Insert in SqlServer 2005
HI I have c# winforms client which is supposed to perfrom a bulk insert from a file on a network share. I have access to the newtork share. But when I run the winforms client I get the following error : Cannot bulk load because the file \\servername\share\filename could not be opened. Operating system error code 5(error not found). at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at S ...Show All
Totino Determining if LDAP available or just Local?
I've started coding some applications to learn what I can about .net. I'm using C# and would like to be able to list all of the local users on a computer as well as list all users of a domain that the PC belongs to. In addition I want to be able to tell if a particular PC is part of a domain (in a business environment) or simply a standalone pc that you'd find at home. ...Show All
HelloWorld .Net RegSvr32
Hi, In VB, I was able to shell out to a window and use the RegSvr32 command and register a DLL or OCX, like so: Dim vShell as Variant vShell = Shell("regsvr32 /s " & strPath, vbNormalFocus) Does anyone know how I can accomplish this in C# (vs2005) Try following: string strPath; //initialize strPath to the path of the file you want to register System.Diagnostics. Process ...Show All
Ken Noland Where to start? confused....
Newbie here... I have a split Access database, and want to use SQL Server for the Back-end (locally, for now), but can't get it to work. I've installed (without any problem) the June CTP SQL Server 2005 Express, along with the Express Manager.. I can get into the configuration manager fine, but don't know what to do once inside... When i start the express manager, it asks for the server name... i've tried every name i can think of, but none work ...Show All
bhaskar karanth can't delete a row using TableAdapter.update!
Hello, I am working on the RSS Reader project from the videos. When I try to update the table, when I delete a row, or sometimes when I add rows, I have the following error: "Update requires a valid DeleteCommand when passed DataRow collection with deleted rows." And the full one: System.InvalidOperationException was unhandled Message="Update requires a valid DeleteCommand when passed DataRow collection with deleted r ...Show All
Cornelius Mostert send mail with MailMessage object
I want to send mail in html format with MailMessage object. I found that if the body of my mail contains these html tags:object,script.iframe, these code fragment will be filtered. For example. the body of my mail is like this: <img src='a image url'> <hr> <object><embed src='a swf url'></object> When I received this mail . I found that what I received is : <img src='a image url'> ...Show All
Steve Strong Returning an object from remote server
Hi all, I have a window service as a remote server. It has a RemotingHelper component registered as a well known service. This component expose a method GetServiceObjec(string serviceObject) which accepts type information and returns the instance of it. The code is some what like this. public object GetServiceObject(string serviceObject) { object serviceInstance = Activator.CreateInstance("MyDataLibrary", serviceObject); ...Show All
FaustoMatos Data columns
Howdy I have several tables on several datagrids and these tables have many rows and columns so to save time and typing ive set them up like so: Do While count < 6 DtBalance.Columns.Add("", GetType ( String )) count = count + 1 Loop For i = 1 To 37 Row = DtBalance.NewRow DtBalance.Rows.Add(Row) DtBalance.AcceptChanges() Next Ive then set the rows to clear and be set as nothing like so: ...Show All
Pete Sral (BSC) Modify soap extension message
I am using .Net web services in client side. The wsdl which is created in Java at server side. I have multiline text box which is having multiline string. When it is sent to server the text string value with carriage return character "\r\n" (i.e test \r\n test) is sent. When it returns back, means the soap response is (i.e test \n test). "\r" stripping when it receives. so the multiline textbox display with square box charac ...Show All
