 |
|
 |
Apologies for the shouting but this is important.
When answering a question please:
- Read the question carefully
- Understand that English isn't everyone's first language so be lenient of bad spelling and grammar
- If a question is poorly phrased then either ask for clarification, ignore it, or mark it down. Insults are not welcome
- If the question is inappropriate then click the 'vote to remove message' button
Insults, slap-downs and sarcasm aren't welcome. Let's work to help developers, not make them feel stupid.
cheers, Chris Maunder
The Code Project Co-founder Microsoft C++ MVP
|
| Sign In·View Thread·PermaLink | 5.00/5 (2 votes) |
|
|
|
 |
|
 |
For those new to message boards please try to follow a few simple rules when posting your question.- Choose the correct forum for your message. Posting a VB.NET question in the C++ forum will end in tears.
- Be specific! Don't ask "can someone send me the code to create an application that does 'X'. Pinpoint exactly what it is you need help with.
- Keep the subject line brief, but descriptive. eg "File Serialization problem"
- Keep the question as brief as possible. If you have to include code, include the smallest snippet of code you can.
- Be careful when including code that you haven't made a typo. Typing mistakes can become the focal point instead of the actual question you asked.
- Do not remove or empty a message if others have replied. Keep the thread intact and available for others to search and read. If your problem was answered then edit your message and add "[Solved]" to the subject line of the original post, and cast an approval vote to the one or several answers that really helped you.
- If you are posting source code with your question, place it inside <pre></pre> tags. We advise you also check the "Encode HTML tags when pasting" checkbox before pasting anything inside the PRE block, and make sure "Ignore HTML tags in this message" check box is unchecked.
- Be courteous and DON'T SHOUT. Everyone here helps because they enjoy helping others, not because it's their job.
- Please do not post links to your question in one forum from another, unrelated forum (such as the lounge). It will be deleted.
- Do not be abusive, offensive, inappropriate or harass anyone on the boards. Doing so will get you kicked off and banned. Play nice.
- If you have a school or university assignment, assume that your teacher or lecturer is also reading these forums.
- No advertising or soliciting.
- We reserve the right to move your posts to a more appropriate forum or to delete anything deemed inappropriate or illegal.
cheers, Chris Maunder
The Code Project Co-founder
Microsoft C++ MVP
|
| Sign In·View Thread·PermaLink | 4.40/5 (2 votes) |
|
|
|
 |
|
 |
Ok, I have a Silverlight application and I am trying to receive message events from a stand alone Windows Workflow (state machine). Now I am pretry sure that this can be done using a duplex service. However, the issue is not with the service that will live on the WF side, but with our service that is going to live in Silverlight app. We are trying to develop a service that will complete a "handshake" with the workflow in order to tell the flow what activity messages we want and then have our silverlight app listen for those specific messages and then receive those messages. If anyone can help that would be great. Also I do understand that Silverlight does not support Windows Workflow. These two applications will run independently of eachother. This will be a Live message update scenario.
Thanks, I hope someone can help!! Aspiring Code Monkeys I can also be reached at my personal email at c.topher.clay@gmail.com
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hi all,
I used to use .Net application for all our web application. I did not really interested to do silverlight buiness application dispite it is very cool and the UI is nice.
i had an argument with one of my collegue. he is saying that we can use silverlight Biz. application instead of our web application for our development. but what i am saying that silverlight is not much sopheticated to be able to develop huge application. it is designed for small and basic applications only.
this was our agrument. i tried to find out comparision between silverlight Business Application and Web Application. i could not find.
thats why i am posting my question here which is:
Can we use SilverLight Business Application to do all our web applications
Hussain Mohammed Saleh Attiya ISP Technical Manager Atyaf Telcom - Bahrain
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
hussain.attiya wrote: i tried to find out comparision between silverlight Business Application and Web Application.
Maybe an understanding of what Silverlight is would help to start with...
What is Silverlight?[^]
What do you mean by "web application"?
What is "SilverLight Business Application"? Do you mean the project template that comes with the Silverlight 3.0 development tools?
Silverlight is implemented as a browser plugin (like Flash) so Silverlight applications run on the client side. Silverlight can be hosted on any web page including web pages from ASP.NET web applications.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
hi,
i know what is silverlight and i know it is a browser client application in web page. but in silver light also you can create business application that can be communicated with the database through domainDataSource class and you have alot of controls like DataGrid FormView etc.
what i am asking is that; is it posible to develope a complete business application like what we do in .net web application.
i think the best thing for me is to take an existing web application and try to re-develop it using silverlight business application.
Hussain Mohammed Saleh Attiya ISP Technical Manager Atyaf Telcom - Bahrain
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
hussain.attiya wrote: is it posible to develope a complete business application like what we do in .net web application
Is it possible? Yes. I'm doing it. But your definition of a "complete business application" may be different.
Again, the big difference is, Silverlight runs .NET on the client, where any other .NET web application runs on the server. You can take advantage of code running on the client to provide a richer UI.
I prefer to use Silverlight as part of a .NET web application, so I can leverage >NET code on both the client and the server.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
hi to all,
i done ssrs report(RDL) using asp.net.Now i need to this implement with silverlight.Is it possible or not.If possible how can i implement give me solution.
Thanks,
sundar
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi
Some one please explain me outofBrowser concept. I need some clarification below
1.if i installed the application from web to local. which location path out appliation get installed.
2.if i used WCF service in web. how it will work in my local system.(assume i removed internet connection after i installed)
3. Is it possible to access data from a database on the internet when the application is running out of browser and there is no internet access?
4 What all are the security issues posed on the application when running it out of browser.
Regards Gopal
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Hi Thanks for reply. They mentioned about how to create OOB.
But my doubts is which path application are installed. since it is use full to click the shotcut inorder to execute the application again.
Regards Gopal
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Hello I am getting the following error. "An error occurred while processing this request."
My code is as bellow:
private void btnShow_Click(object sender, RoutedEventArgs e) { Uri ur = new Uri(System.Windows.Browser.HtmlPage.Document.DocumentUri,"WebDataService1.svc"); WapCosEntities context = new WapCosEntities(ur); var query = from u in context.UserMgmt orderby u.ECode select u;
var dsQuery = (DataServiceQuery<UserMgmt> )query; dsQuery.BeginExecute(result => lstCustomers.ItemsSource = dsQuery.EndExecute(result), null); int i = lstEmpCode.Items.Count;
}
Help me please.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
Is there a limit to size of the images that should be used?
Also is there a way to dynamically load in the sets?
For example, I have some images that are roughly 300MB to 360MB (yes I know.. wtf. Welcome to high end vision processing). Is it possible to make a system that can load the images (in a reasonable amount of time) and allow deep zoom to work?
Thank you,
"9 Pregnent woman can not have a baby in 1 month" -Uknown
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
If you're using Deep Zoom, only the parts of the image being viewed get downloaded (in tiles), so no matter how large the image is it should download in a reasonable amount of time.
I regularly work with 1GB+ images.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
noufal2009 wrote: When I am trying to retrieve only first column value of excel sheet using the below code,I am getting garbage values.
You cannot read an Excel file with StreamReader()[^].
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
Silverlight applications run on the client so it doesn't matter what server you use, as long as the server can serve up .XAP files and any other resources the Silverlight app may need.
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
 |
Hey guys,
I'm developing a kind of website content management system. Users can drop 'blocks' of content on a page and some blocks are silverlight applications (for example picturebooks). I want users to be able to 'skin' the silverlight application like a css stylesheet would do that for a webpage. I was thinking of defining properties for objects used in the silverlight application (for example a button and an image) and let the user decide the values of the properties.
Is there a built in feature in Silverlight which allows me to create such functionality or do I have to write code for each and every property in silverlight which means a lot (A LOT) of coding...
Thanks!
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
 |
You could merged dictionaries to provide alternate "skins" for controls. Allowing the user to change them will require some coding definitely, because you'll need to build dictionaries at runtime and probably need a way to save the user's preferences.
The ImplicitStyleManager can help for applying styles to controls at runtime so you don't have to do that part manually.
Implicit Style Manager and Merged Dictionaries[^]
Mark Salsbery Microsoft MVP - Visual C++
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
I see the following error while connecting to a wcf service through my silverlight application.
An error occurred while trying to make a request to URI 'http://localhost:3046/Service1.svc'. This could be due to attempting to access a service in a cross-domain way without a proper cross-domain policy in place, or a policy that is unsuitable for SOAP services. You may need to contact the owner of the service to publish a cross-domain policy file and to ensure it allows SOAP-related HTTP headers to be sent. This error may also be caused by using internal types in the web service proxy without using the InternalsVisibleToAttribute attribute. Please see the inner exception for more details.
Tauseef A Khan MCP Dotnet framework 2.0.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
 |
wcf service is in the solution where silverlight application is. i m hosting silverlight app in a web application in the same solution.
Tauseef A Khan MCP Dotnet framework 2.0.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |