-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Krypton Form not working #42
Comments
Hi @Talemantros, Thank you for posting your issue, can you tell me if the krypton form chrome shows up in the design editor? Also could you translate the exception message from German to English please? (It's been a while since I've learned German) |
Hey, The Issue means something like: The Object is already using in another Place I hope this helps you One more Question: Sorry for the bad English :-( |
Hi @Talemantros, It looks like the application is running on a separate thread alongside your build (http://stackoverflow.com/questions/1851292/invalidoperationexception-object-is-currently-in-use-elsewhere). If you can build the solution successfully, it may be worth trying to run the binary to check if it works. Or start a new winforms test project, drag some krypton controls onto the form and then convert the Form into a KryptonForm, as something may have been mangled up in your configuration. With the Ribbon, have you registered all DLLs with GAC? As you should be able to drag and drop the ribbon control onto your Form. |
Hey Good Morning, I don´t know what to do.. At the Day i want to buy it it was not availible and if i had know all this Problems by adding a ribbon i had never use this Toolkit 4.4.0 Greetings EDIT: I´m able to build every Project i start....but then it crashes :-( |
Hi @Talemantros It would be helpful if you could upload your code (if you can) to a GIT repository, so I can work out what's exactly going on, as this is sort of unusual. |
Hey, Every new Project isn´t running if i take controls from the new dll and the references will be set I have installed a clean new Win10 Notebook with Visual Studio with the same Issue. The i made a new Project and installed Krypton with NuGet and took Controls, also Ribbon) after Nuget and it starts, but the Form Looks a Little bit different between Real and Designer I will have a look to Upload the empty Test Project.... Thanks Greetings |
At the Moment i´m not able to Upload with GitHub. Sorry |
Hi @Talemantros Great to see that you've got it finally working! Personally, I wouldn't use the KryptonForm on newer systems, as it does look out of place. |
Hey, I hope i get no Problems by using the DLL in my old Project with Krypton Controls 4.4.0 which was free. I didn´t developed the last 3 Years and i have a big Project with Winforms. For the Future i would to try using WPF, ASP.net, Java or something like this. Greetings |
Hi @Talemantros Nuget is a much more simpler and efficient way to add 3rd party libraries to your project. If you move from one PC to another that does not have the required DLLs, you can 'restore' the packages to keep working on your project. As a matter of fact, I've just uploaded two new packages called KryptonSuite462 and KryptonSuite47 that have been updated to the .NET Framework 4.6.2 and 4.7 retrospectively if you're interested. (The 4.4.0 version uses .NET Framework 2.0) |
Have you been able to find away to keep the title bar the same as the designer when running on Windows 10? When running the compiled app on a Windows 10 machine, having the title bar change to Windows 10 style makes the dark skin of the app look bad. |
Hey @fitzsic @Talemantros |
Your suggestion of #162 does not change the behavior. Are you creating a blank application and following the creation as I stated? IE AllowFormIntegrate = false |
Workaround: |
Having finally come back to my project after a couple of years, I am still unable to get the ribbon to appear. Setting kryptonRibbon1.AllowFormIntegrate = false; or true makes no difference when setting the windows theme. I develop on Windows 7 with theme set to classic (like windows 2000 - god bless, I wish I could still use Windows 2000). I am using visual studio 2019. I will try syncfusion or telerik to see if they get affected the same way. |
it's work |
Hey,
after two Years i will start to develop again und want to use Krypton Ribbon with C# und VS2013.
After a time i get the dll working with this Guide https://github.com/ComponentFactory/Krypton/issues/16.
Thanks a lot for this, i´m still learning and this Guide was great for me.
Now i added my Testproject an KryptonManager, KryptonCheckbox and KryptonRibbon.
Until this time the Project is working.
I added References to Design.dll // Toolkit.dll // Ribbon.dll.

Now i want to use "KryptonForm"
At the Moment i change "Form1 : Form" to "Form1 : KryptonForm"
and "using ComponentFactory.Krypton.Toolkit;" it i´sn´t posibble to start the Projekt
Can anybody help me what to do?
Thanks
Greetings
Daniel
The text was updated successfully, but these errors were encountered: