CrystalDeveloper's Q&A profile
Smart Device Development Windows Mobile Manual
Could anybody from the Microsoft stuff explain why there are not any information in the Net on the request for Windows Mobile (2003) User Manual or similar documents. Does this information really exists at al This forum is for development related questions, so I'm assuming you're after documentation for developers. You can find it on MSDN. ...Show All
Windows Forms Does calendar control has method to omit saturday and sundays
Does calendar control has method to omit saturday and sundays and calcute the duration of days. help me No it doesn't. You'll have to use a 3rd party custom control. -mark Program Manager Microsoft This post is provided "as-is" ...Show All
SQL Server Dimension Processing Error
I am using following configuration Server:-SQL Server 2000 Database :-Oracle MSOLAP :-Cubes But while processing dimension We are getting follwing error Analysis Server Error: Processing error [Attempt to delete member that is in use] '27-08-2005' ; Time:3/17/2006 1:04:01 PM The mentioned date is already there in database ,Pl let me know what causing this error Thx and regards Pankaj ...Show All
SQL Server Single-threading within a Data Flow
When moving data from a legacy system into a new database, I must "seed" ID's in destination tables, and then push those values back to the old system. This can be done within a control flow sequence container with the following steps: 1. truncate destination staging table 2. data flow to retrieve data from old system, and insert into staging table using an OLE DB Destination task 3. Execute SQL task that calls a stored procedure to seed the n ...Show All
Visual Studio Team System Types with disposable fields should be disposable
CriticalError, Certainty 95, for TypesThatOwnDisposableFieldsShouldBeDisposable Fxcop says that my class (PrintText) which instantiates an IDisposable type (Font) should also implement IDisposable. The documentation goes on to say that I should not exclude a message from this rule. My PrintText class is just a way to encapsulate a particular usage of PrintDocument. I need a font for what I am doing. I instantiate it in PrintText.Print, ...Show All
Windows Forms Custom Shaped form question
Hi, I am creating custom shaped form in .NET 2.0. In order to do this I set following properties: FormBorderStyle --> to none BackgroundImage --> to .bmp TransparencyKey --> to the background color on the .bmp file Everything works OK, untill I add some controls to the form. For example: when I add a button, the text of the button becomes transparent, if I add menuStrip control, all menu items are transparent as well. ...Show All
.NET Development Why I don't have System.Globalization.CultureAndRegionInfoBuilder Class in my VS.NET 2005?
I need to add some customized cultures in my application but there is no System.Globalization.CultureAndRegionInfoBuilder Class in my machine (actually my colleages' machines as well). We're using VS.NET 2005 in Windows XP SP2. Does anyone have the same problem Please share with me How to make this class available in my solution ...Show All
Visual Studio Nested Mutli Column Weekly Planner Report, prefferebly in CR.NET
Hello, I need to design a weekly planner report the report needs to look something like this--> ======================================================================== Monday &nb ...Show All
.NET Development Net.Framework Redistributable (dotnetfx.exe) - Can anyone redistribute it with an installer?
Hi Net Developers I have written an add-in for Excel that references a .dll I wrote in Visual C++ and that includes some managed code. Therefore if I want to deploy it to other computers, I understand that I need to ensure that those computers already have Net.Framework installed on them, otherwise my dll won't work. While I have had no problem locating the latest version of the Net Framework redistributable dotnetfx.exe, I cannot find a M ...Show All
Windows Forms Windows Logon
Is there a way to verify a domain username and password is valid using .NET Thanks, Trey On XP you can, but on Win 2k it fails. Are you using XP or 2000 ...Show All
Visual C# Deployment doubt
I have created the deployment package to install my webapplication using Setup wizard. 1. Using dialog box i have installed the application in any drive and create the virtual directory. 2.Next screens in i have asked the servername , username, password to connect the server and next screen i have asked database name to create the database in the server. Using this connection i am running the "sql.txt" file which has sqlscripts. I am usi ...Show All
Visual C# Accessing a child control from a parent
I have a WebBrowser Control on a TabPage. The TabPage is created dynamically at runtime. When the Tabpage is created I also add a WebBrowser Control to it. I need to know how to access the WebBrowser Control from my Tab Page. Please keep in mind that both the TabPage and WebBrowser Controls are created at run time. Thank you. Each control, including the main form, has a Controls collection which you can iterate ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Saving a Volume Texture to a File
I have some trouble saving a volume texture. The D3DXSaveVolumeToFile Function only saves one level of my 32 layer volume texture (total size: 256x256x32). I tried jpg, png and bmp format. The same happens when I use the D3DXSaveTextureToFile function. Can somebody help Thx. Thanks! dds worked! ...Show All
Microsoft ISV Community Center Forums .NET Framework 2.0 and Visual Studio 2005
As part of the ISV community and MS Partners are you able to tell us more accurately when we can expect the .NET Framework 2.0 and Visual Studio 2005 to launch I am in a predicament at present as to know which .NET Framework to develop the latest version of our web application. Ideally 2.0 would be the way to go and would give the best longevity, however if launch is somewere in Q4 then we will probably have to go with Framework 1.1 as we need t ...Show All
SQL Server RDA Pull from Windows Server 2003 gives Native Error 28035
I currently have a Vs.Net 2003 Pocket PC application that uses sql server ce 2.0 to push and pull data from Sql Server 2000 to the Pocket PC. The sscesa20.dll isapi agent is installed on a Windows 2000 server and points to another server that hosts the SQL database. In this configuration everything works like a charm. I am in the process of upgrading my application server to Windows 2003 Server but the RDA PULL process does not work, giving an N ...Show All
