crystalreports's Q&A profile
SQL Server Remote Database Deployment
We have an application using a SQL 2005 database which we need to deploy to a client. The only we can find of deploying the structure and the data is to perform a backup on the source server and a restore on the destination server. Is this really the best/only way to deploy a database I'd appreciate any pointers. Thanks in advance LazyGenius wrote: We have an application using a SQL 2005 database which we need to deploy to a client. The only we can find of deploying the structure and the data is to perform a backup on the source server and a restore on the destination ser ...Show All
.NET Development Why the Compiler Invoke the PermissionAttribute object's CreatePermission Method On Compile Time?
I be at loss to CodeAccessSecurityAttribute from same document,i knowed when i create a class with PrincipalPermissionAttribute(inherited from CodeAccessSecurityAttribute) signed and then C# Compiler Compile the code, it do below steps: 1.Net Compiler scans the Application Codes and finds CodeAccessSecurityAttribute 2.Compiler Create the Attribute Object and set properties 3.Compiler invoke the Object's CreatePermission Method,get a Permission object returned then set properties then return it to Compiler. 4.Compiler then Invoke the Permission object's ToXml method and Get a SecurityElement returned. 5.finally, Compiler ...Show All
Visual Studio Express Editions serial port help for dummies!
is there any documentation on how to use the serialport component in visual basic express edition Hi Rick I have uploaded my application on the download page of my website at www.ampertronics.com.au if anyone would like to donload and try it out you are welcome. It is a simple program that is a cross between Notepad and Hyperterminal and sends thing out to the serial port. Any installation or other problems/suggestions are welcomed. I'll post the same on another thread so that helpful people can see the result of their input I would be interested to see if my application would work with your setup. By the w ...Show All
Software Development for Windows Vista where to get directshow SDK??
Ok. .. i don't get this. At first, the new directx SDK release didn't have directshow. After about an hour's worth of searching, I find out that it was removed in the April release. So then i downloading the Feb.2005 release and it's still missing what's goin on I'm downloading the original sdk to see if it will have it ... also, anyone know where to find directx 8 SDK Can't find it ANYWHERE. I need to develop on hardware which is directx 8 compliant. How to go about this Thanks! YOU CAN GET HERE ...Show All
Visual Studio Team System Distributed System template
Hello, I've just downloaded Visual Studio Team System Beta 2 and started "looking into" the Team System features but was unable to locate the Distributed System Solutions project types when creating a new project. Where can I find these Thanks, Scott Mead Marking this as the correct answer for now while Jyothi and Scott work on this offline so I can stop getting reminder e-mail every day ...Show All
Visual Studio 2008 (Pre-release) "permission of type System.Net.WebPermission" question
I try to make a Web Browser Application in VS,I use the code to load a XML file from internet: public Page1() { InitializeComponent(); XmlDocument myxml = new XmlDocument(); myxml.Load(" http://......com/feed.rss "); } but when i run in IE,the response is : ------------------------------ Startup URI: F:\My Documents\Visual Studio 2005\Projects\WebBrowserApplication1\WebBrowserApplication1\bin\Debug\WebBrowserApplication1.xbap Application Identity: /WebBrowserApplication1/bin/Debug/WebBrowserApplication1.xbap#WebBrowserApplication1.application , Version=1.0.0.0, Culture=neutral, PublicKeyToken=7a9 ...Show All
SQL Server Option for accessing external DLL's from the CLR
What are my options for calling external DLL's from SQL CLR, I used to use the sp_OA method but these have been converted to .Net assemblies and I do not want to use interop for several reasons. Any suggestion would be greatly appreciated. J- Are the external DLLs .NET assemblies, or... If they are not, interop is really your only choice (or turn back on object automation). If they are assemblies, just load them into SQL Server (using CREATE ASSEMBLY) and go for it... -- Adam Machanic Pro SQL Server 2005, available now http://www..apress.co ...Show All
Software Development for Windows Vista Composite Activity child activities are turning readonly
Hi I created a composite activity with sequence and code activity . when i add this to the Workflow all the child activities under this are shown as locked ... and i am unable to change their properties.should i do anything so that they wont become readonly Thanks in advance Babu This is by design. When you use a composite activity with children in a workflow, it is treated like a black box activity and you will not be able to change the child activities or its properties through the designer. ...Show All
Visual Studio 2008 (Pre-release) How to get IErrorHandler to work
I am trying to get IErrorHandler to work. I never hit the break point I set on HandleError or ProvideFault using the code below. Any help is appreciated. Dave I think we have Beta 2(RC0) sample for IErrorhandler,please check this sample If you have windows sdk for RC0,you can download this sample sample name: Extending Control Over Error Handling and Reporting This sample demonstrates how to extend control over error handling and error reporting in a Windows Communication Foundation (WCF) service using the IErrorHandler interface. The sample is based on the GettingStarted Sample sample with some additional code a ...Show All
Visual Studio Tools for Office Getting document name in addin
Hi All, I'm creating a Word Addin. There is some code that is to be executed only for some dpecific doucments while the rest of the code is to executed for all the documents. hence I need to know the name of the document that is opened. object oName = applicationObject.GetType().InvokeMember("Name", BindingFlags.GetProperty, null, applicationObject, null); I tried the above but it gives me the name of the application (like MS Excel, MS Word) but not the name of the document. Any pointers on this will be of gr8 help Thanks & Regards, Pavan Often this problem is caused by another mana ...Show All
Windows Forms data transfere from one form to another
Hi I want to open a dialog box form from current form, to fill some values in text box, transfere it back to current form and close the dialog box. Everything warks except data transfering. How can I take a value of text box in one form and put it in text box of another form Hi, try this in Form1: public TextBox myTextBox { get {return _mytextBox;} set {_myTextBox = value; } Form2 = new Form2 (this) in Form2: Form f1; //konstruktor public Form2(Form anotherForm) { f1tb = anotherForm; } private void youMethod() { f1tb.myTextBox.Tex ...Show All
Visual Studio Express Editions com and microcontroler
I’m a beginner with Visual Basic. My final faculty project (assembly hardware and software) consists of driving microcontroller from PC. I have choused visual basic 2005 express edition to make graphic interface ( supervising controlling and data acquisition ) Argument: I ‘m using serial COM port for connection between devices. I my see lateral (ascii) on Hyper terminal; I have programmed my microcontroler to send me that data. And at first I would like to see number sent from microcontroller in TextBox tool. I have added serialport from toolbox to F ...Show All
Visual Studio MSBuild Newbie requires help
Hi Folks, Can somebody please please help me Basically I want to run MSBuild from the command line on my console app called "MyFoo" located in "C:\Myprojects" which has two classes "Class1" and "Class2". Now I know I can type msbuild "C:\MyProjects\MyFoo.sln" and this will build my solution. Now how do I call the xml-based configuration file to first delete any exe created then create a new exe containing all the required target files and potentially creating the exe in a new location. If nobody can actually give me an example can you at least point me to one as I am struggling to ...Show All
Microsoft ISV Community Center Forums lost buddy
Started by timm at 05-17-2005 1:06 PM. Topic has 0 replies. Yesterday, 1:06 PM timm Joined on 03-24-2005 Posts 2 lost buddy I once had a buddy. He was very helpful, but then he left. So I applied for a new one two months ago, but never heard from him. Looking at the buddy site, I don't see a way to just reapply for a new one (other than filling out the form from scratch). How can an existing member get easily transferred to a new buddy timm Hello Timm, Please send us an email at budsup@microsoft.com with you ...Show All
SQL Server SQL JOIN? BETWEEN? ON?
i have two tables carModels and plates carModels = modelID(int,primary key), makeID(int), modelName(varchar), startYear(int), endYear(int) plates = plateID(int), plateName(varchar) When i insert a variable eg @modelID into the query. I want to return from the query the platedID and plateNames from the plates tables. Between the startYear and the endYear of the carModel table for the specific modelID record of the @modelID but i don't know which JOIN statement or Between or ON syntax to use ps im using this as a table adapter in Vis Web Dev 05 Express (if that makes a difference) please can anyone help thanks Gaz ...Show All
