Radith's Q&A profile
SQL Server HELP !! HELP: Trigger to send REPORT !!!
Hi all, Report Manager is failing to email out the reports !!! And... I can not use Report Manager to configure the trigger ! How can I trigger manually to have SQL 2005 email out the reports again OR how can I trigger to run those emailing jobs again Thanks, Frank Ok... let's say I want to use SQL Server Agent to run the job that can trigger the Report Manager to email out reports, do you guys have any documents that can show me how to do so I checked and ran some jobs under the SQL Server Agent, I don't see anyone of the jobs that were created to email out the reports, if there were no jobs created to do such task, how did those subscriptions email out before t ...Show All
Visual Basic Please help me I'm trying to load repeating images
Hi all, what I'm trying to do is load a pink square(image) then a green square(image). and I also want them to be numbered. I thought that maybe I could use a label or image map but I'm really unsure. I thought that I could use a loop but I don't know how to load an asp:Label control inside VB script. Can someone help me out. I'll take anything. cheers George Have a look at the repeater class. This should do it for this scenario. ...Show All
Visual Studio Express Editions Running Programs in Vista
Im about to install Windows Vista on my PC . I want to know if my code will still work, especially code that gets information from the registry and the system. Wish me luck... Access 2007 saves as .accdb files, which i dont know are compatible. Also how they are saved is changed. Office 2007 doesn't use the Assistant (the annoying paperclip) so this isnt comaptible ...Show All
Windows Search Technologies How to open an outlook item from the searched result (mapi url)
Hi Everyone !!! I am totally new to WDS development. I have downloaded WDS SDK and sample application. Using that sample application i learnt a lot but have problem in opening outlook item from the search result's mapi url. Mapi url is like mapi://LocalHost/Default/Mailbox – Some User ($484efb89)/0/Inbox/ /at= :somefile.txt Some part of this mapi url is encoded i.e. store entry id (Hashnumber) and EntryID (encoded as Unicode string). For detail please check http://blogs.msdn.com/stephen_griffin/archive/2006/05/10/594641.aspx . In this article i found the decoding algorithms to calculate store hash and to calculate encoded entry id. These algorithms are in c++ but i wanted it in c#.net, can anyone please do for me ...Show All
SQL Server Connect to SQL Server from ASP.Net application
Hi I developped an ASP.Net application (with Web Dev Express ) wich attempt to connect to SQL Server Express (installed in the local machine) using Windows authentication.When i launch my application within Web Dev or from IE navigator i receive the following error message : Cannot open the database 'MyDB' login failed for user ServerName\ASPNet.I use SQL Server Management Studio Express to give the user ServerName\AspNet permission to connet to the database but i still receive the same error message.I created a user with strong password within Management Studio with connect permission and attempt to connect from my application using SQL Server authentication i receive the error message : The user 'UserName' is not associated with a tr ...Show All
Visual C# Best C# book
I have VS Studio 2003 and am using C# . I am creating only web applications has any one got any good recommendations for useful books covering this area. thanks Sammy ...Show All
Visual Basic Printing screen through code
Is there code to print screen through VB Excellent, Thanks. But is there a way to specify the file path to which you want the bmp to be saved to Or be linked to a save file dialog ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Trouble Distributing Code
I have a little trouble when I try to distribute a game; I send it to my Graphic Designer with all necessary file (also Microsoft.XNAFramework and Microsoft.XNAFramework.Game dll). But when he tries to start the game he receives this error message: EventType : clr20r3 P1 : xnatanda.exe P2 : 1.0.0.0 P3 : 44f7491a P4 : microsoft.xna.framework.game P5 : 1.0.0.0 P6 : 44ef267e P7 : 12d P8 : 9 P9 : system.io.filenotfoundexception He has installed in this order DirectX9c and .NET Framework 2.0. There is someone who can help me Thanks I'm afraid your graphics designer will have to go through the same setup processes as you have to get the project running (this won't always be the case in the f ...Show All
Windows Forms Publishing Windows Application developed using Visual Studio 2005 and SQL Server 2005
Hi, I developed a Windows Application using Visual Studio 2005 and SQL Server 2005. I published the Application to the Network Share.... Users from other locations are able to download the Application from the Share without any issues... But, the output is not displayed...(I mean the Windows Forms are not displayed). This worked perfectly fine when I tried using the MS Access Database.... My users are having issues when I use SQL Server 2005 and publish the Application. SqlConnection Conn = new SqlConnection ( @"Data Source=<<ServerName>>; Integrated Security=True; AttachDbFilename=C:\Program Files\Microsoft SQL Server\MSSQL.2\MSSQL\DATA\<<DatabaseName>>.mdf;Initial Catalog=<<DatabaseN ...Show All
Visual C# WebCam Capturing
Hi All I need to Capture Webcam Images at regular intervals and save them to disc,i am developing a window based application using Visual studio 2003 and Dotnet Framework 1.1 , i really have no idea of how to do it, i welcome all with their valuable suggestions Thanks A More independant way is P/Invoke without WIA and DirectShow: http://www.windowsformsdatagridhelp.com/default.aspx ID=458a6b78-eacc-48b9-9036-e5cf2ebb86b6 This code is in VB and can be converted to C# with a little effort and time! I think this will work for Windows 2000 and above! Best Regards, Rizwan ...Show All
Windows Forms Changing culture problem
Hi I started the project in VS 2003 and migrated it to VS 2005 a couple of months back. I have a main form with a lot of controls. I have a helper class which iterates through all the controls and changes the language when called. This is how I call it: FormLangaugeChange.Instance.ChangeLanguage(this, new CultureInfo("es")); But the problem is for some reason the main forms Dispose() is getting called and the application crashes. Any pointers on this would be appreciated! Thanks. ...Show All
.NET Development 0x000006D9: There are no more endpoints available
I have several non-managed apps that call a managed DLL that does remoting. Most work fine, but one crashes with a stack overflow in some thread started by the OS. In all the apps I see this exception: 0x000006D9: There are no more endpoints available I can live with the exception but I'm wondering what would cause it. Perhaps it is a clue to the stack overflow Any ideas It sounds like you exceeded the number of possible active connections to the remoting endpoint. You may want to investigate the setting of the supported number of connections in the remoting definition equal to the maximum number of unmanaged apps using that remoting service, or having the receiver open a number of ports and the c ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Visual Studio 2005???
Why should I have to install Visual Studio C# Express if I own the full version of Visual Studio 2005 Pro I have a much more advanced version of C# than the one offered in express. Somehow this logic does not make much sense to me. Perhaps the install need to look for some install of C# but recommend the express if no install is found That would make more sense. I don't know about that, the release of XNA Game Studio Express will still only work with Visual C# Express. Please read more about it on our team blog: http://blogs.msdn.com/xna/archive/2006/10/10/XNA-Game-Studio-Express_2C00_-C_2300_-and-Visual-C_2300_-2005-Express-Edition.aspx Thanks! ...Show All
Visual Studio 2008 (Pre-release) How do I display an embedded xaml document in a FlowDocumentReader (in C#)?
Please, I need help. How do I display an embedded xaml doc resource in a FlowDocumentReader Here's some sample code: Window1.xaml <Window blah blah blah > <DockPanel> <FlowDocumentReader Name="MobjFlowDocReader"/> </DockPanel> </Window> Window1.xaml.cs public Window1() { InitializeComponent(); Uri u = new Uri("EmbeddedDoc.xaml", UriKind.Relative); StreamResourceInfo i = Application.GetResourceStream(u); Stream s = i.Stream; FlowDocument f = XamlReader.Load(s) as FlowDocument; MobjFlowDocReader.Document = f; } Why doesn't this work The line in red throws an exception. I apologize if the above code isn't clear. It's not c ...Show All
Software Development for Windows Vista Vista Look and Feel on Windows XP
Windows Media Player has the Vista look and feel with its close buttons, maximize buttons, and minimize buttons etc. etc. is it possible to develop an application using .NET and Visual Studio with any 3rd party addons or microsoft addons that would allow us to have a vista look and feel on Windows XP (while using the program on Windows XP) Windows Media Player has the Vista look and feel with its close buttons, maximize buttons, and minimize buttons etc. etc. is it possible to develop an application using .NET and Visual Studio with any 3rd party addons or microsoft addons that would allow us to have a vista look and feel on Windows XP (while using the program on Windows XP) ...Show All
