nuwar's Q&A profile
Visual Studio Team System Sharepoint Email Messages
Hi All, Can anyone tell me how/if I can change the default email message content when alerts etc are sent I’m assuming this is a sharepoint configuration but can’t find where the email message is defined. Thanks for any advice Paul Hi Paul, Yes, it is possible to modify the text of the alerts. Take a look at: http://www.microsoft.com/resources/documentation/wss/2/all/adminguide/en-us/stsf13.mspx for information on how to do this. Good luck! -Dennis ...Show All
Windows Live Developer Forums Messenger 8 Beta Feedback pages unavailable?
I'd like to submit some feedback for the Messenger 8 Beta, but whenever I select the option from the help menu, I get directed to a Service Not Available error page (link below). Is there a fixed URL I can't seem to find another route to it on the *.live.com sites. http://support.microsoft.com/default.aspx scid=gp;en-us;fmserror http://feedback.live.com/eform.aspx productkey=wlmessenger however only use it in IE ...Show All
Windows Forms Garbage collection -- what is it good for ?
is there anyway to really optimize memory in .Net is there a way to manually deallocate memory otherthan dispose , what are the otherways we can improve performance i heard setting objects to null will improve memory use . even this wont deallocate memory immediately , the GC has to do the deallocation can we dellocate the memory with out  ...Show All
Visual Studio Express Editions Creating .cpl files
How would i go about creating a .cpl file (which i will include with my app) Thx Hi Shak, It's a Control Panel Extention Most of the classes from the control panel are CPLs. ...Show All
Visual Studio Team System TfsWorkItemTracking Process Identities Job fails every 10 minutes
I just had a look at the event log on the machine running our single-server TFS installation, and this message appears once every 10 minutes: SQL Server Scheduled Job 'TfsWorkItemTracking Process Identities Job' (0x0E06FC1460769D4C8B8BA32312E2B0DD) - Status: Failed - Invoked on: 2006-03-31 09:00:00 - Message: The job failed. Unable to determine if the owner (NE\TFSSETUP) of job TfsWorkItemTracking Process Identities Job has server access (reason: Could not obtain information about Windows NT group/user 'NE\TFSSETUP', error code 0x5. [SQLSTATE 42000] (Error 15404) The statement has been terminated. [SQLSTATE 01000] (Error 3621)). Can someone ...Show All
Smart Device Development Developing app for custom SDK with VS'05
I created an SDK for my platform with Platform Builder 5. I then installed this SDK. The SDK shows up in embedded visual C++ 4.0 and it shows up in Visual Studio 2005 Beta 2 in the Tools\Options\Device Tools\Devices section. However it does NOT show up when I try to create a project for Win32 Smart Device. How do I target an application at my SDK Note that this is a headless device and it doesn't have .NET and it won't support ActiveSync so I once I get VS'05 to let me target something at it I will need to know how to start up the corecom stuff on my device (or whatever the equivalent of the old cemgrc.exe is now). Cheers, Dave ...Show All
Visual C# Computer Performance
Ok. I know this will be a very odd question. But basically, I would like to be able to show the computers performance in some type of box. The same as the Windows Task Manager performance thing. Can someone help me or point me in the right direction Sure can. There are WMI counters for nearly all of this information. http://www.ondotnet.com/pub/a/dotnet/2003/04/07/wmi.html is an example program with article; it operates similar to perfmon. Should get you headed down the right path. Cheers, Greg ...Show All
Visual C# Type testing and generics
Plz never use strings to check this ! For example this this fail: namespace myNamespace { class A{} } namespace Fail.myNamespace { class A{} } As well this will class Name {} class NameAndSomethingMore {} And even more class A<T> { } class Derived : A<int> { } Depending on your validation needs you can do something like this: public static bool IsSubclass(Type type, Type check) { if (type == null) return false; if (check == null) return false; if (type. ...Show All
Smart Device Development When using "InternetOpen()"...
I am working on a smartphone 2003 project. I want to use the " InternetOpen " function. What to import Where is it Thanks! Refer to this post for details http://blogs.msdn.com/windowsmobile/archive/2005/09/14/466579.aspx ...Show All
.NET Development How can one add executable extension into IIS application Conf mapping programmatically
I tried using WebSvcExtRestrictionList, however the list contains no data. Any idea My target is to add a php5isapi.dll into application configuration mapping of IIS4 server with a extension of ".php". C#: DirectoryEntry site = new DirectoryEntry ( "IIS://localhost/W3SVC" ); PropertyValueCollection ext = site.Properties[ "WebSvcExtRestrictionList" ]; -XZ Hi! I posted my question @ http://forums.asp.net/1154667/ShowPost.aspx , however no one answer the question yet, do you know the solution of this question Happy new year! XZ ...Show All
Visual Basic Please Help!- With My VB Code
Hello, I am creating a windows form in Visual Studio.NET using VB. I am getting these errors. Please let me know the correct code and instructions to fix: ERRORS *(389): Name 'r' is not declared. *(389): Name 'Orders' is not declared. *(389): 'For' must end with a matching 'Next'. *The section called required code is suppose to return two text boxes. Each text box is suppose to show a cell that is in the row that had the time current time greater than the current time. The column name is "First" and "Last" where the cells are. WHAT I HAVE DONE (from beginning) I created a new Windows Application form in Visual Studi ...Show All
SQL Server ???msn
msn This group operates in english, Could you please use a english character set that everybody can have a look at your problem HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All
Visual Studio Team System Problem getting Team Edition from MSDN
Did anyone else have trouble getting the VS 2005 Team Edition from their MSDN Subscription All I see is the "Visual Studio 2005 Team Suite Trial Edition" and I am not sure that is right. Should it be the trial edition I see the standard and professional version ok. If you have an MSDN Universal subscription you will need to transition to the MSDN Premier subscription to obtain your licensed copy of one of the three team SKUs. VS 2005 Team Suite will not be made available as a non time-bombed version to MSDN subscribers, it must be purchased seperately. The Team Suite Trial Edition i ...Show All
SQL Server cannot install Northwind database in SQL Server Express
Hi, I tried to install the Northwind database into SQl Server Express via the instnwnd.sql script using the command line: osql -E -i instnwnd.sql after a time out though I get this message: "[SQL Native Client]Named Pipes Provider: Could not open a connection to SQL Server [2]. [SQL Native Client]Login timeout expired [SQL Native Client]An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections." I already granted access to the administrator account on my ma ...Show All
Windows Forms Weird - Applying visual styles!
I used the application.enablevisualstyles method when using dotnet 1.1 with xp pro. I have set the control property FlatStyle to System where necessary. When I execute the application, no effects are visible and it appears with the standard (non XP) look. But when I run the application exe from another machine it works fine and does rendering and everything. I&n ...Show All
